Mercurial > repos > iuc > vapor
annotate vapor.xml @ 3:f11d2dd29b2b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
author | iuc |
---|---|
date | Mon, 17 Oct 2022 07:28:50 +0000 |
parents | b1ca81ce88f9 |
children | 244812f5bd1f |
rev | line source |
---|---|
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
1 <tool id="vapor" name="VAPOR" version="@TOOL_VERSION@+galaxy2" profile="21.05"> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
2 <description> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
3 Classify Influenza samples from raw short read sequence data |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
4 </description> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
5 <macros> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
6 <token name="@TOOL_VERSION@">1.0.2</token> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
7 </macros> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
8 <xrefs> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
9 <xref type="bio.tools">vapor</xref> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
10 </xrefs> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
11 <requirements> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
12 <requirement type="package" version="@TOOL_VERSION@">vapor</requirement> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
13 </requirements> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
14 <command detect_errors="exit_code"><![CDATA[ |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
15 #if str($fastq_input.fastq_input_selector) == "paired" |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
16 #set r1_ext = $fastq_input.fastq1.extension |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
17 #set r2_ext = $fastq_input.fastq2.extension |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
18 ln -s '$fastq_input.fastq1' fastq1.$r1_ext && |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
19 ln -s '$fastq_input.fastq2' fastq2.$r2_ext && |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
20 #elif str($fastq_input.fastq_input_selector) == "paired_collection" |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
21 #set r1_ext = $fastq_input.fastq_pairs.forward.extension |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
22 #set r2_ext = $fastq_input.fastq_pairs.reverse.extension |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
23 ln -s '$fastq_input.fastq_pairs.forward' fastq1.$r1_ext && |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
24 ln -s '$fastq_input.fastq_pairs.reverse' fastq2.$r2_ext && |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
25 #else |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
26 #set r1_ext = $fastq_input.fastq_single.extension |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
27 ln -s '$fastq_input.fastq_single' fastq1.$r1_ext && |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
28 #end if |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
29 vapor.py |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
30 --return_best_n $opt.return_best_n |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
31 #if $output_type == "fasta" |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
32 --return_seqs |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
33 #end if |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
34 -k '$opt.kmer_length' |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
35 -t '$opt.score_threshold' |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
36 -c '$opt.min_kmer_cov' |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
37 -m '$opt.min_kmer_prop' |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
38 -fa '$fasta_file' |
2
b1ca81ce88f9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 4eb29c16fda3267d50f57448a28807b03c33a96f
iuc
parents:
1
diff
changeset
|
39 -fq |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
40 fastq1.$r1_ext |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
41 #if str($fastq_input.fastq_input_selector) in ["paired", "paired_collection"] |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
42 fastq2.$r2_ext |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
43 #end if |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
44 -f '$opt.top_seed_frac' |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
45 -q |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
46 > out_file |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
47 ]]> </command> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
48 <inputs> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
49 <param name="fasta_file" format="fasta" type="data" label="FASTA file" help="Raw short read sequences (full length reference segment sequences)" /> |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
50 <conditional name="fastq_input"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
51 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
52 <option value="single">Single</option> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
53 <option value="paired">Paired</option> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
54 <option value="paired_collection">Paired Collection</option> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
55 </param> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
56 <when value="single"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
57 <param name="fastq_single" format="fastqsanger,fastqsanger.gz" type="data" label="FASTQ file" help="Raw short read sequences (full length reference segment sequences)" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
58 </when> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
59 <when value="paired"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
60 <param name="fastq1" type="data" format="fastqsanger,fastqsanger.gz" label="Select first set of reads" help="Specify reads dataset with forward reads"/> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
61 <param name="fastq2" type="data" format="fastqsanger,fastqsanger.gz" label="Select second set of reads" help="Specify reads dataset with reverse reads"/> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
62 </when> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
63 <when value="paired_collection"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
64 <param name="fastq_pairs" format="fastqsanger,fastqsanger.gz" type="data_collection" collection_type="paired" label="Select a paired collection" help="Dataset collection with forward and reverse reads"/> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
65 </when> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
66 </conditional> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
67 <param name="output_type" type="select" label="Output type"> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
68 <option value="scores" selected="true">Return scores only</option> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
69 <option value="fasta">Return FASTA only</option> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
70 </param> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
71 <section name="opt" title="Optional arguments" expanded="true"> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
72 <param name="return_best_n" type="integer" min="1" value="1" label="Returns the highest scoring n queries" help="A list of the best n queries instead of only the highest scoring query" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
73 <param name="kmer_length" type="integer" min="5" max="30" value="21" label="Kmer Length" help="" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
74 <param name="score_threshold" type="float" min="0.0" max="1.0" value="0.2" label="Read kmer filtering threshold" help="" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
75 <param name="min_kmer_cov" type="integer" value="5" label="Min coverage kmer culling" help="Minimum coverage kmer culling" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
76 <param name="min_kmer_prop" type="float" value="0.1" label="Min kmer proportion" help="Minimum proportion of matched kmers allowed for queries" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
77 <param name="top_seed_frac" type="float" min="0.0" max="1.0" value="0.2" label="Fraction of best seeds to extend" help="" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
78 </section> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
79 </inputs> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
80 <outputs> |
1
7bf891a13ace
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 8417888e4ecc1fd033d3412957c5475e29f66403
iuc
parents:
0
diff
changeset
|
81 <data name="output_scores" from_work_dir="out_file" format="tabular" label="${tool.name} on ${on_string}: closest reference scores"> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
82 <filter>output_type == "scores"</filter> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
83 <actions> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
84 <action name="column_names" type="metadata" default="% of query bases in reads,Total score,Query length,Mean score,Reads after culling,Query description" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
85 </actions> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
86 </data> |
1
7bf891a13ace
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 8417888e4ecc1fd033d3412957c5475e29f66403
iuc
parents:
0
diff
changeset
|
87 <data name="output_fasta" from_work_dir="out_file" format="fasta" label="${tool.name} on ${on_string}: closest reference fasta"> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
88 <filter>output_type == "fasta"</filter> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
89 </data> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
90 </outputs> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
91 <tests> |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
92 <test expect_num_outputs="1"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
93 <conditional name="fastq_input"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
94 <param name="fastq_input_selector" value="single" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
95 <param name="fastq_single" ftype="fastq" value="test_reads.fq" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
96 </conditional> |
2
b1ca81ce88f9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 4eb29c16fda3267d50f57448a28807b03c33a96f
iuc
parents:
1
diff
changeset
|
97 <param name="fasta_file" value="HA_sample.fa" /> |
1
7bf891a13ace
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 8417888e4ecc1fd033d3412957c5475e29f66403
iuc
parents:
0
diff
changeset
|
98 <output name="output_scores" file="output1.tab" /> |
7bf891a13ace
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 8417888e4ecc1fd033d3412957c5475e29f66403
iuc
parents:
0
diff
changeset
|
99 </test> |
7bf891a13ace
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 8417888e4ecc1fd033d3412957c5475e29f66403
iuc
parents:
0
diff
changeset
|
100 <test expect_num_outputs="1"> |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
101 <conditional name="fastq_input"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
102 <param name="fastq_input_selector" value="paired" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
103 <param name="fastq1" ftype="fastq" value="test_reads.fq" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
104 <param name="fastq2" ftype="fastq" value="test_reads2.fq" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
105 </conditional> |
1
7bf891a13ace
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 8417888e4ecc1fd033d3412957c5475e29f66403
iuc
parents:
0
diff
changeset
|
106 <param name="fasta_file" value="HA_sample.fa" /> |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
107 <output name="output_scores" file="output2.tab" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
108 </test> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
109 <test expect_num_outputs="1"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
110 <conditional name="fastq_input"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
111 <param name="fastq_input_selector" value="single" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
112 <param name="fastq_single" ftype="fastqsanger.gz" value="test_reads.fastqsanger.gz" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
113 </conditional> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
114 <param name="fasta_file" value="HA_sample.fa" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
115 <output name="output_scores" file="output1.tab" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
116 </test> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
117 <test expect_num_outputs="1"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
118 <conditional name="fastq_input"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
119 <param name="fastq_input_selector" value="single" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
120 <param name="fastq_single" value="test_reads.fq" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
121 </conditional> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
122 <param name="fasta_file" value="HA_sample.fa" /> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
123 <section name="opt"> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
124 <param name="kmer_length" value="29" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
125 <param name="score_threshold" value="0.5" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
126 <param name="min_kmer_cov" value="7" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
127 <param name="min_kmer_prop" value="0.5" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
128 <param name="top_seed_frac" value="0.5" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
129 </section> |
2
b1ca81ce88f9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 4eb29c16fda3267d50f57448a28807b03c33a96f
iuc
parents:
1
diff
changeset
|
130 <output name="output_scores" file="output4.tab" /> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
131 </test> |
3
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
132 <test expect_num_outputs="1"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
133 <conditional name="fastq_input"> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
134 <param name="fastq_input_selector" value="single" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
135 <param name="fastq_single" value="test_reads.fq" /> |
f11d2dd29b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit f725055ea2ccc264535ea0473bc5658de6bd3949
iuc
parents:
2
diff
changeset
|
136 </conditional> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
137 <param name="fasta_file" value="HA_sample.fa" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
138 <param name="output_type" value="fasta" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
139 <section name="opt"> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
140 <param name="return_best_n" value="3" /> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
141 </section> |
2
b1ca81ce88f9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 4eb29c16fda3267d50f57448a28807b03c33a96f
iuc
parents:
1
diff
changeset
|
142 <output name="output_fasta" file="output5.fa" /> |
0
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
143 </test> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
144 </tests> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
145 <help><![CDATA[ |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
146 **What it does** |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
147 |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
148 VAPOR is a tool for classification of Influenza samples from raw short read sequence data for downstream bioinformatics analysis. |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
149 VAPOR is provided with a fasta file of full-length sequences (> 20,000) for a given segment, a set of reads, and attempts to retrieve a reference that is closest to the sample strain. |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
150 |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
151 `sub_sample` is not an option here (compared to the tool on GitHub), since you can always build a workflow that preprocesses your reads to a (random) subsample. You can use this output as your reads file for VAPOR. |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
152 ]]> </help> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
153 <citations> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
154 <citation type="doi">10.1093/bioinformatics/btz814</citation> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
155 </citations> |
3fe0d1df3950
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff
changeset
|
156 </tool> |