Skip to content

Commit

Permalink
Merge pull request #255 from galaxyproject/blankenberg-patch-1-2
Browse files Browse the repository at this point in the history
set collection_type="paired" in bwa-mem_v5.xml
  • Loading branch information
bgruening committed Jul 6, 2015
2 parents 31ac697 + fe4e9b0 commit ecf85f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing/bwa-mem_v5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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>
<conditional name="algorithm">
Expand Down

0 comments on commit ecf85f0

Please sign in to comment.