annotate concat_fastqs.xml @ 0:31c4f7540ddc draft default tip

"planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
author nml
date Mon, 16 Dec 2019 16:22:59 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
1 <tool id="concat_fastqs" name="Concat R1 and R2 fastq" version="0.2">
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
2 <description>Combine forward and reverse fastqs files </description>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
3 <command>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
4 cat '$texts.forward' '$texts.reverse' > '$output'
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
5 </command>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
6 <inputs>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
7 <param name="texts" type="data_collection" label="Paired Collection of Fastq reads" help="" optional="false" collection_type="paired" />
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
8 </inputs>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
9 <outputs>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
10 <data name="output" format="fastqsanger" label="$texts.name"></data>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
11
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
12 </outputs>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
13 <tests>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
14 <test>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
15 <param name="texts">
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
16 <collection type="paired">
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
17 <element name="forward" value="forward.fastq" />
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
18 <element name="reverse" value="reverse.fastq" />
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
19 </collection>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
20 </param>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
21 <output name="output" file="output.fastq" />
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
22
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
23 </test>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
24
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
25 </tests>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
26 <help>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
27 <![CDATA[Concat is used to concatenate two files]]>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
28 </help>
31c4f7540ddc "planemo upload for repository https://github.com/phac-nml/concat commit 5129b413d1ed81e9e719e11c1728f2814e35c14c"
nml
parents:
diff changeset
29 </tool>