Mercurial > repos > matthias > stacks2_clonefilter
annotate stacks_clonefilter.xml @ 7:e9295ac66416 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 82e7263f3e57a29362d981e36b82b82063f12ac3
author | matthias |
---|---|
date | Wed, 26 Jun 2019 05:17:17 -0400 |
parents | b707e9def9ff |
children |
rev | line source |
---|---|
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
1 <tool id="stacks2_clonefilter" name="Stacks2: clone filter" profile="@PROFILE@" version="@STACKS_VERSION@+galaxy@WRAPPER_VERSION@"> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
2 <description>Identify PCR clones</description> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
3 <macros> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
4 <import>macros.xml</import> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
5 </macros> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
7 <expand macro="version_cmd"/> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
9 @FASTQ_INPUT_FUNCTIONS@ |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
10 |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
11 mkdir stacks_inputs stacks_outputs && |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
12 |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
13 #set ($link_command, $fwd_path, $rev_path, $inputype) = $fastq_input_batch($input_type.fqinputs, $input_type.input_type_select) |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
14 $link_command |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
15 |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
16 clone_filter |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
17 #if $input_type.input_type_select == 'single': |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
18 -f '$fwd_path' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
19 #else |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
20 -1 '$fwd_path' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
21 -2 '$rev_path' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
22 #end if |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
23 |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
24 -i $inputype |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
25 |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
26 -o stacks_outputs |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
27 $capture |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
28 $input_type.barcode_encoding |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
29 #if $oligo_len_1 |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
30 --oligo_len_1 $oligo_len_1 |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
31 #end if |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
32 #if $oligo_len_2 |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
33 --oligo_len_2 $oligo_len_2 |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
34 #end if |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
35 $retain_oligo |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
36 ## only supports fastq.gz output since the |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
37 ## the program outputs empty files for fasta/fastq |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
38 -y gzfastq |
6
b707e9def9ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
39 @TEE_APPEND_LOG@ |
b707e9def9ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
40 @CAT_LOG_TO_STDERR@ |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
41 |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
42 ## move outputs such that Galaxy can find them |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
43 #if $capture: |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
44 #if $input_type.input_type_select == "single" |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
45 && mv stacks_outputs/*.discards.fq.gz '$discarded' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
46 #else |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
47 && mv stacks_outputs/*.discards.1.fq.gz '$discarded_pair.forward' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
48 && mv stacks_outputs/*.discards.2.fq.gz '$discarded_pair.reverse' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
49 #end if |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
50 #end if |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
51 #if $input_type.input_type_select == "single" |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
52 && mv stacks_outputs/*.fq.gz '$clean' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
53 #else |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
54 && mv stacks_outputs/*.1.fq.gz '$clean_pair.forward' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
55 && mv stacks_outputs/*.2.fq.gz '$clean_pair.reverse' |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
56 #end if |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
57 ]]></command> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
58 <inputs> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
59 <expand macro="fastq_input_bc"/> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
60 <param name="capture" type="boolean" checked="false" truevalue="-D" falsevalue="" argument="-D" label="Capture discarded reads to a file" /> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
61 <param name="oligo_len_1" type="integer" value="0" label="Length of the single-end oligo sequence in dataset"/> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
62 <param name="oligo_len_2" optional="true" type="integer" label="Length of the paired-end oligo sequence in dataset"/> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
63 <param argument="--retain_oligo" type="boolean" checked="false" truevalue="--retain_oligo" falsevalue="" label="Do not trim off the random oligo sequence (if oligo is inline)" /> |
6
b707e9def9ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
64 <expand macro="in_log"/> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
65 </inputs> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
66 <outputs> |
6
b707e9def9ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
67 <expand macro="out_log"/> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
68 <data format="fastqsanger.gz" name="clean" from_work_dir="outputs/R1.fq.gz" label="${tool.name} on ${on_string}"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
69 <filter>input_type['input_type_select'] == 'single'</filter> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
70 </data> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
71 <collection name="clean_pair" type="paired" label="${tool.name} on ${on_string}"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
72 <filter>input_type['input_type_select'] == 'paired'</filter> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
73 </collection> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
74 <data name="discarded" format="fastqsanger" label="${tool.name} on ${on_string}: discarded reads"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
75 <filter>capture and input_type['input_type_select'] == 'single' and not options_kmer_char['k_dist']</filter> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
76 </data> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
77 <collection name="discarded_pair" type="paired" label="${tool.name} on ${on_string}: discarded reads"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
78 <filter>capture and input_type['input_type_select'] == 'paired' and not options_kmer_char['k_dist']</filter> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
79 </collection> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
80 </outputs> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
81 <tests> |
3
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
82 <!-- single end, defaults--> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
83 <test> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
84 <conditional name="input_type"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
85 <param name="input_type_select" value="single" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
86 <param name="fqinputs" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" /> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
87 </conditional> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
88 <param name="oligo_len_1" value="6" /> |
6
b707e9def9ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
89 <param name="add_log" value="yes" /> |
b707e9def9ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
90 <output name="output_log" ftype="txt" file="clonefilter/clonefilter.log" lines_diff="8"/> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
91 <output name="clean" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.single.gz"/> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
92 </test> |
3
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
93 <!-- single end, alt BCencoding, capture--> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
94 <test> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
95 <conditional name="input_type"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
96 <param name="input_type_select" value="single" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
97 <param name="fqinputs" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" /> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
98 <param name="barcode_encoding" value="--index_null" /> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
99 </conditional> |
3
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
100 <param name="capture" value="-D" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
101 <param name="oligo_len_1" value="6" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
102 <assert_command> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
103 <has_text text="-D" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
104 </assert_command> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
105 <output name="clean" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz"/> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
106 <output name="discarded" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz"/> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
107 </test> |
3
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
108 <!-- paired end, defaults--> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
109 <test> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
110 <conditional name="input_type"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
111 <param name="input_type_select" value="paired" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
112 <param name="fqinputs"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
113 <collection type="paired"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
114 <element name="forward" value="clonefilter/R1_0001.1.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
115 <element name="reverse" value="clonefilter/R2_0001.2.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
116 </collection> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
117 </param> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
118 </conditional> |
3
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
119 <param name="oligo_len_1" value="6" /> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
120 <output_collection name="clean_pair" type="paired"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
121 <element name="forward" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
122 <element name="reverse" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
123 </output_collection> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
124 </test> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
125 <!-- paired end, non defaults --> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
126 <test> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
127 <conditional name="input_type"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
128 <param name="input_type_select" value="paired" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
129 <param name="fqinputs"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
130 <collection type="paired"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
131 <element name="forward" value="clonefilter/R1_0001.1.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
132 <element name="reverse" value="clonefilter/R2_0001.2.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
133 </collection> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
134 </param> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
135 </conditional> |
3
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
136 <param name="oligo_len_1" value="6" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
137 <param name="capture" value="-D" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
138 <param name="retain_oligo" value="--retain_oligo" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
139 <assert_command> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
140 <has_text text="--retain_oligo" /> |
4758a347d62e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
141 </assert_command> |
5
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
142 <output_collection name="clean_pair" type="paired"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
143 <element name="forward" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
144 <element name="reverse" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
145 </output_collection> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
146 <output_collection name="discarded_pair" type="paired"> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
147 <element name="forward" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
148 <element name="reverse" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz" /> |
c4ed7dacee9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
149 </output_collection> |
0
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
150 </test> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
151 </tests> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
152 <help> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
153 <![CDATA[ |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
154 .. class:: infomark |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
155 |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
156 The clone_filter program is designed to identify PCR clones. |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
157 |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
158 @STACKS_INFOS@ |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
159 ]]> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
160 </help> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
161 <expand macro="citation" /> |
a46a0b4b297d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff
changeset
|
162 </tool> |