annotate vapor.xml @ 0:3fe0d1df3950 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
author iuc
date Wed, 24 Aug 2022 09:51:46 +0000
parents
children 7bf891a13ace
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
1 <tool id="vapor" name="VAPOR" version="@TOOL_VERSION@+galaxy0" profile="21.05">
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[
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
15 vapor.py
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
16 --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
17 #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
18 --return_seqs
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
19 #end if
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
20 -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
21 -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
22 -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
23 -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
24 -fa '$fasta_file'
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
25 -fq '$fastq_file'
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
26 -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
27 -q
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
28 > out_file
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
29 ]]> </command>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
30 <inputs>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
31 <param name="fasta_file" format="fasta" type="data" label="FASTA file" help="Raw short read sequences (full length reference segment sequences)" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
32 <param name="fastq_file" format="fastq,fastq.gz" type="data" multiple="true" label="FASTQ file(s)" help="WGS reads" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
33 <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
34 <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
35 <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
36 </param>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
37 <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
38 <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
39 <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
40 <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
41 <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
42 <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
43 <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
44 </section>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
45 </inputs>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
46 <outputs>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
47 <data name="output_scores" from_work_dir="out_file" format="tabular" label="VAPOR: closest reference">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
48 <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
49 <actions>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
50 <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
51 </actions>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
52 </data>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
53 <data name="output_fasta" from_work_dir="out_file" format="fasta" label="VAPOR: closest reference (fasta)">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
54 <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
55 </data>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
56 </outputs>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
57 <tests>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
58 <test expect_num_outputs="1">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
59 <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
60 <param name="fastq_file" value="test_reads.fq" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
61 <output name="output_scores" file="output1.tab" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
62 </test>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
63 <test expect_num_outputs="1">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
64 <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
65 <param name="fastq_file" value="test_reads.fq" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
66 <section name="opt">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
67 <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
68 <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
69 <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
70 <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
71 <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
72 </section>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
73 <output name="output_scores" file="output2.tab" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
74 </test>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
75 <test expect_num_outputs="1">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
76 <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
77 <param name="fastq_file" value="test_reads.fq" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
78 <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
79 <section name="opt">
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
80 <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
81 </section>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
82 <output name="output_fasta" file="output3.fa" />
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
83 </test>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
84 </tests>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
85 <help><![CDATA[
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
86 **What it does**
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
87
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
88 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
89 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
90
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
91 `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
92 ]]> </help>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
93 <citations>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
94 <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
95 </citations>
3fe0d1df3950 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vapor commit 81874af500338d4ba72ca4d2bb11a628fb405525
iuc
parents:
diff changeset
96 </tool>