Mercurial > repos > iuc > idba_tran
annotate idba_tran.xml @ 1:33f00ff1cb22 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
author | iuc |
---|---|
date | Tue, 04 Aug 2020 05:51:17 -0400 |
parents | a30d991a3fdd |
children | 03de4e0f84c2 |
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> |
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> |
1
33f00ff1cb22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents:
0
diff
changeset
|
31 <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
|
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> |
1
33f00ff1cb22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents:
0
diff
changeset
|
44 <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
|
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> |
1
33f00ff1cb22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 665baeb11498ceef8abb1f1da43fe315d2d75b37"
iuc
parents:
0
diff
changeset
|
57 <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
|
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> |