annotate idba_tran.xml @ 0:a30d991a3fdd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
author iuc
date Mon, 05 Aug 2019 15:58:44 -0400
parents
children 33f00ff1cb22
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
1 <tool id="idba_tran" name="IDBA-TRAN" version="@IDBA_VERSION@">
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
2 <description>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
3 Iterative de Bruijn Graph Assembler for transcriptome data
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
4 </description>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
5 <macros>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
6 <import>macros.xml</import>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
7 </macros>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
8 <expand macro="requirements"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
9 <command detect_errors="aggressive"><![CDATA[
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
10 idba_tran
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
11
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
12 @MAIN_INPUT@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
13 @KMER_OPTIONS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
14 @FILTER_OPTIONS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
15 --min_transcript $min_transcript
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
16 --max_isoforms $max_isoforms
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
17 --max_component_size $max_component_size
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
18 @OTHER_OPTIONS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
19 @THREADS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
20 ]]></command>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
21 <inputs>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
22 <expand macro="main_input"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
23 <expand macro="kmer_options" maxk_default="60" step_default="10"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
24 <expand macro="filter_options"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
25 <param argument="--min_transcript" type="integer" value="300" label="Minimum size of transcript"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
26 <param argument="--max_isoforms" type="integer" value="3" label="Maximum number of isoforms"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
27 <param argument="--max_component_size" type="integer" value="30" label="Maximum size of component"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
28 <expand macro="other_options"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
29 </inputs>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
30 <outputs>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
31 <data name="output" from_work_dir="out/scaffold.fa" format="fasta"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
32 </outputs>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
33 <tests>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
34 <!-- basic test + tool specific defaults -->
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
35 <test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
36 <param name="read" value="merged.fa" ftype="fasta"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
37 <assert_command>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
38 <has_text text="--maxk 60" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
39 <has_text text="--step 10" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
40 <has_text text="--min_transcript 300" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
41 <has_text text="--max_isoforms 3" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
42 <has_text text="--max_component_size 30" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
43 </assert_command>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
44 <output name="output" file="out/scaffold.fa" ftype="fasta" compare="sim_size"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
45 </test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
46 <!-- tool specific parameters -->
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
47 <test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
48 <param name="read" value="merged.fa" ftype="fasta"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
49 <param name="min_transcript" value="299"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
50 <param name="max_isoforms" value="2"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
51 <param name="max_component_size" value="29"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
52 <assert_command>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
53 <has_text text="--min_transcript 299" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
54 <has_text text="--max_isoforms 2" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
55 <has_text text="--max_component_size 29" />
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
56 </assert_command>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
57 <output name="output" file="out/scaffold.fa" ftype="fasta" compare="sim_size"/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
58 </test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
59 </tests>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
60 <expand macro="help" more_help="IDBA-Tran is an iterative De Bruijn Graph De Novo short read assembler for transcriptome. It is purely de novo assembler based on only RNA sequencing reads. IDBA-Tran uses local assembly to reconstructing missing k-mers in low-expressed transcripts and then employs progressive cutoff on contigs to seperate the graph into components. Each component corresponds to one gene in most cases and contains not many transcripts. A heuristic algorithm based on pair-end reads is then used to find the isoforms."/>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
61 <expand macro="citations">
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
62 <citation type="doi">10.1093/bioinformatics/btt219</citation>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
63 </expand>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
64 </tool>