Mercurial > repos > matthias > stacks2_kmerfilter
annotate stacks_kmerfilter.xml @ 7:88031e0bf219 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 82e7263f3e57a29362d981e36b82b82063f12ac3
author | matthias |
---|---|
date | Tue, 25 Jun 2019 10:56:37 -0400 |
parents | e0b1e96c4032 |
children |
rev | line source |
---|---|
5
2277b0b50371
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_kmerfilter" name="Stacks2: kmer filter" profile="@PROFILE@" version="@STACKS_VERSION@+galaxy@WRAPPER_VERSION@"> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
2 <description>Identify PCR clones</description> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
3 <macros> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
4 <import>macros.xml</import> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
5 </macros> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
7 <expand macro="version_cmd"/> |
5
2277b0b50371
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[ |
2277b0b50371
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@ |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
10 |
2277b0b50371
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 && |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
12 |
2277b0b50371
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) |
2277b0b50371
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
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
15 |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
16 kmer_filter |
2277b0b50371
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': |
2277b0b50371
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' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
19 #else |
2277b0b50371
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' |
2277b0b50371
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' |
2277b0b50371
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 |
3
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
23 ## TODO $options_kmer_char.read_k_freq |
5
2277b0b50371
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 |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
25 -o stacks_outputs |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
26 $capture |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
27 -y fastq |
3
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
28 $options_filtering.rare |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
29 $options_filtering.abundant |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
30 --k_len $options_filtering.k_len |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
31 --max_k_freq $options_advanced_filtering.max_k_freq |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
32 #if str($options_advanced_filtering.min_lim)!="": |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
33 --min_lim $options_advanced_filtering.min_lim |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
34 #end if |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
35 #if str($options_advanced_filtering.max_lim)!="": |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
36 --max_lim $options_advanced_filtering.max_lim |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
37 #end if |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
38 #if str($options_normalization.normalize)!="": |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
39 --normalize $options_normalization.normalize |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
40 #end if |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
41 #if $options_kmer_char.write_k_freq |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
42 --read_k_freq $kfreq |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
43 #end if |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
44 $options_kmer_char.k_dist |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
45 #if $options_kmer_char.k_dist |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
46 | sed 's/KmerFrequency/# KmerFrequency/' > $kfreqdist |
3
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
47 #end if |
6
e0b1e96c4032
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
48 @TEE_APPEND_LOG@ |
e0b1e96c4032
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
49 @CAT_LOG_TO_STDERR@ |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
50 |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
51 ## move outputs such that Galaxy can find them |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
52 ## if filtering is on then ...filt...fq is created |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
53 ## if normalization is on then ...norm...fq is created |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
54 ## if both are active then both files are created, but only norm is needed |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
55 #if str($options_filtering.rare)!="" or str($options_filtering.abundant)!="" or str($options_normalization.normalize)!="": |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
56 #if str($options_normalization.normalize)!="": |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
57 #set infix="norm" |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
58 #else |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
59 #set infix="fil" |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
60 #end if |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
61 #if $capture: |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
62 #if $input_type.input_type_select == "single" |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
63 && mv stacks_outputs/*.discards.fastq '$discarded' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
64 #else |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
65 && mv stacks_outputs/*.1.discards.fastq '$discarded_pair.forward' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
66 && mv stacks_outputs/*.2.discards.fastq '$discarded_pair.reverse' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
67 #end if |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
68 #end if |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
69 #if $input_type.input_type_select == "single" |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
70 && mv stacks_outputs/*.${infix}.fastq '$clean' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
71 #else |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
72 && mv stacks_outputs/*.1.${infix}.fastq '$clean_pair.forward' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
73 && mv stacks_outputs/*.2.${infix}.fastq '$clean_pair.reverse' |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
74 #end if |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
75 #end if |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
76 |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
77 ]]></command> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
78 <inputs> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
79 <expand macro="fastq_input_bc"/> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
80 <param name="capture" type="boolean" checked="false" truevalue="-D" falsevalue="" argument="-D" label="Capture discarded reads to a file" /> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
81 <section name="options_filtering" title="Filtering options" expanded="False"> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
82 <param argument="--rare" type="boolean" checked="false" truevalue="--rare" falsevalue="" label="Turn on filtering based on rare k-mers" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
83 <param argument="--abundant" type="boolean" checked="false" truevalue="--abundant" falsevalue="" label="Turn on filtering based on abundant k-mers" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
84 <param argument="--k_len" type="integer" value="15" label="K-mer size" /> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
85 </section> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
86 <section name="options_advanced_filtering" title="Advanced fitering options" expanded="False"> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
87 <param argument="--max_k_freq" type="integer" value="20000" label="Number of times a kmer must occur to be considered abundant" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
88 <param argument="--min_lim" type="integer" value="" optional="true" label="Number of rare kmers occuring in a row required to discard a read" help="(default: 80% of the k-mer length)." /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
89 <param argument="--max_lim" type="integer" value="" optional="true" label="Number of abundant kmers required to discard a read" help="(default: 80% of the k-mers in a read)" /> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
90 </section> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
91 <section name="options_normalization" title="Normalization options" expanded="False"> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
92 <param argument="--normalize" type="integer" value="" optional="true" label="Normalize read depth according to k-mer coverage" /> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
93 </section> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
94 <section name="options_kmer_char" title="Characterizing K-mers options" expanded="False"> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
95 <param argument="--write_k_freq" type="boolean" checked="false" truevalue="--write_k_freq" falsevalue="" label="Write kmers along with their frequency of occurrence and exit" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
96 <param argument="--k_dist" type="boolean" checked="false" truevalue="--k_dist" falsevalue="" label="Print k-mer frequency distribution and exit" /> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
97 </section> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
98 <!--<section name="options_advanced_input" title="Advanced input options" expanded="False"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
99 <param argument="\-\-read_k_freq" type="boolean" checked="false" truevalue="\-\-read_k_freq" falsevalue="" label="Read a set of kmers along with their frequencies of occurrence instead of reading raw input files" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
100 </section>--> |
6
e0b1e96c4032
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
101 <expand macro="in_log"/> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
102 </inputs> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
103 <outputs> |
6
e0b1e96c4032
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
104 <expand macro="out_log"/> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
105 <data name="clean" format="fastqsanger" label="${tool.name} on ${on_string}"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
106 <filter>input_type['input_type_select'] == 'single' and not options_kmer_char['k_dist']</filter> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
107 </data> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
108 <collection name="clean_pair" type="paired" label="${tool.name} on ${on_string}"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
109 <filter>input_type['input_type_select'] == 'paired' and not options_kmer_char['k_dist']</filter> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
110 </collection> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
111 <data name="discarded" format="fastqsanger" label="${tool.name} on ${on_string}: discarded reads"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
112 <filter>capture and input_type['input_type_select'] == 'single' and not options_kmer_char['k_dist']</filter> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
113 </data> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
114 <collection name="discarded_pair" type="paired" label="${tool.name} on ${on_string}: discarded reads"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
115 <filter>capture and input_type['input_type_select'] == 'paired' and not options_kmer_char['k_dist']</filter> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
116 </collection> |
3
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
117 <data format="tabular" name="kfreq" label="${tool.name} on ${on_string} kmer frequencies"> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
118 <filter>options_kmer_char['write_k_freq']</filter> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
119 </data> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
120 <data format="tabular" name="kfreqdist" label="${tool.name} on ${on_string} kmer frequency distribution"> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
121 <filter>options_kmer_char['k_dist']</filter> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
122 </data> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
123 </outputs> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
124 <tests> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
125 <!-- default output for filtering --> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
126 <test> |
5
2277b0b50371
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"> |
2277b0b50371
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="single" /> |
2277b0b50371
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" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" /> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
130 </conditional> |
6
e0b1e96c4032
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
131 <param name="add_log" value="yes" /> |
e0b1e96c4032
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
matthias
parents:
5
diff
changeset
|
132 <output name="output_log" ftype="txt" file="kmerfilter/kmerfilter.log" lines_diff="8"/> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
133 <param name="rare" value="--rare"/> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
134 <param name="abundant" value="--abundant" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
135 <param name="k_len" value="16" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
136 <assert_command> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
137 <has_text text="--rare" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
138 <has_text text="--abundant" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
139 <has_text text="--k_len 16" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
140 </assert_command> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
141 <output name="clean" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.single.gz"/> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
142 </test> |
3
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
143 <test> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
144 <conditional name="input_type"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
145 <param name="input_type_select" value="paired" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
146 <param name="fqinputs"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
147 <collection type="paired"> |
2277b0b50371
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="forward" value="clonefilter/R1_0001.1.fq.gz" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
149 <element name="reverse" value="clonefilter/R2_0001.2.fq.gz" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
150 </collection> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
151 </param> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
152 </conditional> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
153 <param name="capture" value="-D" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
154 <param name="normalize" value="1" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
155 <assert_command> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
156 <has_text text="--normalize 1" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
157 </assert_command> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
158 <output_collection name="clean_pair" type="paired"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
159 <element name="forward" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
160 <element name="reverse" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
161 </output_collection> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
162 <output_collection name="discarded_pair" type="paired"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
163 <element name="forward" compare="sim_size" file="clonefilter/Removed1_0001.1.1.fq.gz" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
164 <element name="reverse" compare="sim_size" file="clonefilter/Removed2_0001.2.2.fq.gz" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
165 </output_collection> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
166 </test> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
167 <!-- kfreq output --> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
168 <test> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
169 <conditional name="input_type"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
170 <param name="input_type_select" value="single" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
171 <param name="fqinputs" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" /> |
3
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
172 </conditional> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
173 <section name="options_kmer_char"> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
174 <param name="write_k_freq" value="--write_k_freq" /> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
175 </section> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
176 <output name="kfreq" file="kmerfilter/kfreq.tsv"/> |
7aec316566cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
matthias
parents:
2
diff
changeset
|
177 </test> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
178 <!-- kfreqdist output --> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
179 <test> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
180 <conditional name="input_type"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
181 <param name="input_type_select" value="single" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
182 <param name="fqinputs" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" /> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
183 </conditional> |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
184 <section name="options_kmer_char"> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
185 <param name="k_dist" value="--k_dist" /> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
186 </section> |
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
187 <output name="kfreqdist" file="kmerfilter/kfreqdist.tsv"/> |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
188 </test> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
189 </tests> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
190 <help> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
191 <![CDATA[ |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
192 .. class:: infomark |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
193 |
5
2277b0b50371
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents:
3
diff
changeset
|
194 Allows paired or single-end reads to be filtered according to the number or rare or abundant kmers they contain. Useful for both RAD datasets as well as randomly sheared genomic or transcriptomic data. |
0
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
195 |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
196 @STACKS_INFOS@ |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
197 ]]> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
198 </help> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
199 <expand macro="citation" /> |
ef1485568631
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff
changeset
|
200 </tool> |