Skip to content

Commit

Permalink
More work on docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jul 10, 2015
1 parent e0a895f commit a9d71d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/writing/bwa-mem_v3.xml
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" 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 dataset pair" help="Specify paired dataset collection containing paired reads"/>
</when>
</conditional>
</inputs>
Expand Down
2 changes: 1 addition & 1 deletion docs/writing/bwa-mem_v4.xml
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" 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 dataset pair" help="Specify paired dataset collection containing paired reads"/>
</when>
</conditional>
</inputs>
Expand Down

0 comments on commit a9d71d2

Please sign in to comment.