annotate stacks_clonefilter.xml @ 3:4758a347d62e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
author matthias
date Tue, 18 Dec 2018 13:06:09 -0500
parents 223e7778451a
children c4ed7dacee9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
223e7778451a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents: 0
diff changeset
1 <tool id="stacks2_clonefilter" name="Stacks2: clone filter" 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="stdio"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
8 <expand macro="version_cmd"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
9 <command><![CDATA[
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
10 #if $data_type.dt_select == "single"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
11
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
12 #if $data_type.fname.is_of_type('fastqsanger')
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
13 #set $ext = ".fq"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
14 #set inputype = "fastq"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
15 #else
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
16 #set $ext = ".fq.gz"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
17 #set inputype = "gzfastq"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
18 #end if
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
19
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
20 ln -s '$data_type.fname' R1$ext &&
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
21 #else
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
22
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
23 #if $data_type.fwd.is_of_type('fastqsanger')
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
24 #set $ext = ".fq"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
25 #set inputype = "fastq"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
26 #else
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
27 #set $ext = ".fq.gz"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
28 #set inputype = "gzfastq"
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
29 #end if
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
30
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
31 ln -s '$data_type.fwd' R1$ext &&
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
32 ln -s '$data_type.rev' R2$ext &&
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
33 #end if
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
34
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
35
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
36 mkdir outputs
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
37
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
38 &&
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
39
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
40 clone_filter
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
41 #if $data_type.dt_select == 'single':
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
42 -f R1$ext
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
43 #else
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
44 -1 R1$ext
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
45 -2 R2$ext
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
46 #end if
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
47
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
48 -i $inputype
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
49
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
50 -o outputs
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
51 $capture
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
52 $data_type.barcode_encoding
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
53 #if $oligo_len_1
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
54 --oligo_len_1 $oligo_len_1
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
55 #end if
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
56 #if $oligo_len_2
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
57 --oligo_len_2 $oligo_len_2
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
58 #end if
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
59 $retain_oligo
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
60 ## only supports fastq.gz output since the
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
61 ## the program outputs empty files for fasta/fastq
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
62 -y gzfastq
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
63 ]]></command>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
64 <inputs>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
65 <conditional name="data_type">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
66 <param name="dt_select" type="select" label="Single or Paired-end">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
67 <option value="single">Single</option>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
68 <option value="pair">Pair</option>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
69 </param>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
70 <when value="single">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
71 <param name="fname" type="data" format="fastqsanger,fastqsanger.gz" label="FASTQ" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
72 <param name="barcode_encoding" type="select" label="Barcode location">
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
73 <expand macro="barcode_encoding_single" type="Random oligo"/>
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
74 </param>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
75
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
76 </when>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
77 <when value="pair">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
78 <param name="fwd" type="data" format="fastqsanger,fastqsanger.gz" label="Forward FASTQ" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
79 <param name="rev" type="data" format="fastqsanger,fastqsanger.gz" label="Reverse FASTQ" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
80 <param name="barcode_encoding" type="select" label="Barcode location">
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
81 <expand macro="barcode_encoding_pair" type="Random oligo"/>
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
82 </param>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
83 </when>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
84 </conditional>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
85 <param name="capture" type="boolean" checked="false" truevalue="-D" falsevalue="" argument="-D" label="Capture discarded reads to a file" />
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
86 <param name="oligo_len_1" type="integer" value="0" label="length of the single-end oligo sequence in data set"/>
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
87 <param name="oligo_len_2" optional="true" type="integer" label="length of the paired-end oligo sequence in data set"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
88 <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)" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
89
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
90 </inputs>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
91 <outputs>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
92 <data format="fastqsanger.gz" name="clean" from_work_dir="outputs/R1.fq.gz" label="${tool.name} on ${on_string}">
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
93 <filter>data_type['dt_select'] == 'single'</filter>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
94 </data>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
95
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
96 <data format="fastqsanger.gz" name="clean_fwd" from_work_dir="outputs/R1.1.fq.gz" label="${tool.name} on ${on_string} Forward reads">
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
97 <filter>data_type['dt_select'] == 'pair'</filter>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
98 </data>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
99 <data format="fastqsanger.gz" name="clean_rev" from_work_dir="outputs/R2.2.fq.gz" label="${tool.name} on ${on_string} Reverse reads">
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
100 <filter>data_type['dt_select'] == 'pair'</filter>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
101 </data>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
102 </outputs>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
103 <tests>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
104 <!-- 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
105 <test>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
106 <conditional name="data_type">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
107 <param name="dt_select" value="single" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
108 <param name="fname" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
109 </conditional>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
110 <param name="oligo_len_1" value="6" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
111 <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
112 </test>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
113 <!-- 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
114 <test>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
115 <conditional name="data_type">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
116 <param name="dt_select" value="single" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
117 <param name="fname" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
118 <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
119 </conditional>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
120 <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
121 <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
122 <assert_command>
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
123 <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
124 </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
125 <output name="clean" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
126 </test>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
127 <!-- 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
128 <test>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
129 <conditional name="data_type">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
130 <param name="dt_select" value="pair" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
131 <param name="fwd" ftype="fastqsanger" value="clonefilter/R1_0001.1.fq.gz" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
132 <param name="rev" ftype="fastqsanger" value="clonefilter/R2_0001.2.fq.gz" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
133 </conditional>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
134 <param name="oligo_len_1" value="6" />
0
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
135 <output name="clean_fwd" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
136 <output name="clean_rev" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
137 </test>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
138 <!-- 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
139 <test>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
140 <conditional name="data_type">
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
141 <param name="dt_select" value="pair" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
142 <param name="fwd" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
143 <param name="rev" ftype="fastqsanger.gz" value="clonefilter/R2_0001.2.fq.gz" />
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
144 </conditional>
3
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
145 <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
146 <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
147 <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
148 <assert_command>
4758a347d62e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents: 2
diff changeset
149 <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
150 </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
151 <output name="clean_fwd" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
152 <output name="clean_rev" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz"/>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
153 </test>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
154 </tests>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
155 <help>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
156 <![CDATA[
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
157 .. class:: infomark
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
158
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
159 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
160
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
161 @STACKS_INFOS@
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
162 ]]>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
163 </help>
a46a0b4b297d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 8b047549e9e8791a5ca9424b1ef391e8980aba79-dirty
matthias
parents:
diff changeset
164 <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
165 </tool>