Mercurial > repos > iuc > trinity_gene_to_trans_map
annotate gene_to_trans_map.xml @ 0:1bbdff0c4dba draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
| author | iuc |
|---|---|
| date | Mon, 01 Aug 2016 11:51:48 -0400 |
| parents | |
| children | aad66a0cda96 |
| rev | line source |
|---|---|
|
0
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
1 <tool id="trinity_gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@.0"> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
2 <description>for Trinity assembly</description> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
3 <macros> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
5 </macros> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
7 <expand macro="stdio"/> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
8 <command><![CDATA[ |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
9 get_Trinity_gene_to_trans_map.pl "$assembly" > "$map" |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
10 ]]></command> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
11 <inputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
12 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
13 </inputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
14 <outputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
15 <data format="tabular" name="map" label="${tool.name} on ${on_string}: Genes to transcripts map"/> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
16 </outputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
17 <tests> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
18 <test> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
19 <param name="assembly" value="raw/Trinity.fasta" ftype="fasta"/> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
20 <output name="map" file="raw/map.tsv" /> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
21 </test> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
22 </tests> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
23 <help> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
24 Trinity_ assembles transcript sequences from Illumina RNA-Seq data. |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
25 This tool produces a file containing correspondance between gene ids and transcript ids based on the name of transcripts assembled by Trinity. |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
26 The output file is intended to be used by the "Align reads and estimate abundance" tool. |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
27 |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
28 .. _Trinity: http://trinityrnaseq.github.io |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
29 </help> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
30 |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
31 <expand macro="citation" /> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
32 </tool> |
