Skip to content

Commit cc13a5b

Browse files
committed
Make bwa data_collection example consistent.
The XML examples were missing collection_type=paired (spotted by @jmchilton during the GCC2015 training day) while the RST file was missing the help attribute.
1 parent 31ac697 commit cc13a5b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_writing_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pairs of datasets can also process single datasets. The following
6767
<param name="fastq_input1" type="data" format="fastqsanger" label="Select fastq dataset" help="Specify dataset with single reads"/>
6868
</when>
6969
<when value="paired_collection">
70-
<param name="fastq_input" format="fastqsanger" type="data_collection" collection_type="paired" label="Select a paired collection" />
70+
<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"/>
7171
</when>
7272
</conditional>
7373

docs/writing/bwa-mem_v3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<param name="fastq_input1" type="data" format="fastqsanger" label="Select fastq dataset" help="Specify dataset with single reads"/>
3939
</when>
4040
<when value="paired_collection">
41-
<param name="fastq_input" type="data_collection" format="fastqsanger" label="Select dataset pair" help="Specify paired dataset collection containing paired reads" />
41+
<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"/>
4242
</when>
4343
</conditional>
4444
</inputs>

docs/writing/bwa-mem_v4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<param name="fastq_input1" type="data" format="fastqsanger" label="Select fastq dataset" help="Specify dataset with single reads"/>
3939
</when>
4040
<when value="paired_collection">
41-
<param name="fastq_input" type="data_collection" format="fastqsanger" label="Select dataset pair" help="Specify paired dataset collection containing paired reads" />
41+
<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"/>
4242
</when>
4343
</conditional>
4444
</inputs>

docs/writing/bwa-mem_v5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<param name="fastq_input1" type="data" format="fastqsanger" label="Select fastq dataset" help="Specify dataset with single reads"/>
4343
</when>
4444
<when value="paired_collection">
45-
<param name="fastq_input" type="data_collection" format="fastqsanger" label="Select dataset pair" help="Specify paired dataset collection containing paired reads" />
45+
<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"/>
4646
</when>
4747
</conditional>
4848
<conditional name="algorithm">

0 commit comments

Comments
 (0)