Skip to content

Commit

Permalink
Merge pull request #507 from pstew/fix_505
Browse files Browse the repository at this point in the history
Remove duplicated attribute in docs/writing/bwa-mem_v5.xml
  • Loading branch information
nsoranzo authored Jun 30, 2016
2 parents d796daa + f2093b6 commit 56ef8a5
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" format="fastqsanger" type="data_collection" collection_type="paired" label="Select a paired collection" 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 a paired collection" help="Specify paired dataset collection containing paired reads"/>
</when>
</conditional>
<conditional name="algorithm">
Expand Down

0 comments on commit 56ef8a5

Please sign in to comment.