Skip to content

Commit

Permalink
Merge pull request #256 from peterjc/bwa_paired_col_eg
Browse files Browse the repository at this point in the history
Make bwa data_collection example consistent.
  • Loading branch information
jmchilton committed Jul 7, 2015
2 parents 41bac48 + f0c4e35 commit 51f132e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_writing_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pairs of datasets can also process single datasets. The following
<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" />
<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"/>
</when>
</conditional>

Expand Down
2 changes: 1 addition & 1 deletion docs/writing/bwa-mem_v3.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" format="fastqsanger" type="data_collection" collection_type="paired" 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" 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
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" format="fastqsanger" type="data_collection" collection_type="paired" 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" 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_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 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" label="Select dataset pair" help="Specify paired dataset collection containing paired reads"/>
</when>
</conditional>
<conditional name="algorithm">
Expand Down

0 comments on commit 51f132e

Please sign in to comment.