Skip to content

Commit

Permalink
Merge pull request #254 from galaxyproject/blankenberg-patch-1-1
Browse files Browse the repository at this point in the history
set collection_type="paired" in bwa-mem_v4.xml
  • Loading branch information
bgruening committed Jul 6, 2015
2 parents ecf85f0 + 2fe0aa9 commit 3c11376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing/bwa-mem_v4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<param name="fastq_input1" type="data" format="fastqsanger" label="Select fastq dataset" help="Specify dataset with single reads"/>
</when>
<when value="paired_collection">
<param name="fastq_input" type="data_collection" format="fastqsanger" label="Select dataset pair" help="Specify paired dataset collection containing paired reads" />
<param name="fastq_input" format="fastqsanger" type="data_collection" collection_type="paired" label="Select dataset pair" help="Specify paired dataset collection containing paired reads" />
</when>
</conditional>
</inputs>
Expand Down

0 comments on commit 3c11376

Please sign in to comment.