annotate idba_tran.xml @ 2:03de4e0f84c2 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 9c0a7395ca18043ae2dd957f39f47b65c938750a
author iuc
date Thu, 21 Jul 2022 13:34:24 +0000
parents 33f00ff1cb22
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
33f00ff1cb22 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents: 0
diff changeset
1 <tool id="idba_tran" name="IDBA-TRAN" version="@IDBA_VERSION@+galaxy0">
0
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>
2
03de4e0f84c2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 9c0a7395ca18043ae2dd957f39f47b65c938750a
iuc
parents: 1
diff changeset
5 <expand macro="bio_tools"/>
0
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
6 <macros>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
7 <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
8 </macros>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
9 <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
10 <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
11 idba_tran
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
12
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
13 @MAIN_INPUT@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
14 @KMER_OPTIONS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
15 @FILTER_OPTIONS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
16 --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
17 --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
18 --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
19 @OTHER_OPTIONS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
20 @THREADS@
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
21 ]]></command>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
22 <inputs>
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="main_input"/>
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="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
25 <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
26 <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
27 <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
28 <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
29 <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
30 </inputs>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
31 <outputs>
1
33f00ff1cb22 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents: 0
diff changeset
32 <data name="output" from_work_dir="out/contig.fa" format="fasta"/>
0
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
33 </outputs>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
34 <tests>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
35 <!-- 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
36 <test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
37 <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
38 <assert_command>
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="--maxk 60" />
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="--step 10" />
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="--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
42 <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
43 <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
44 </assert_command>
1
33f00ff1cb22 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents: 0
diff changeset
45 <output name="output" file="out/contig.fa" ftype="fasta" lines_diff="2"/>
0
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
46 </test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
47 <!-- 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
48 <test>
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="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
50 <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
51 <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
52 <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
53 <assert_command>
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="--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
55 <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
56 <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
57 </assert_command>
1
33f00ff1cb22 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents: 0
diff changeset
58 <output name="output" file="out/contig.fa" ftype="fasta" lines_diff="2"/>
0
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
59 </test>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
60 </tests>
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="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
62 <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
63 <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
64 </expand>
a30d991a3fdd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 61e1699e65d6fd9f4f73650ed8463b37cd701344
iuc
parents:
diff changeset
65 </tool>