Mercurial > repos > iuc > trinity_gene_to_trans_map
annotate gene_to_trans_map.xml @ 7:d7aa4b5d75fe draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
| author | iuc |
|---|---|
| date | Fri, 15 Dec 2017 07:54:22 -0500 |
| parents | aad66a0cda96 |
| children | 1d65be4c5039 |
| 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"/> |
|
5
aad66a0cda96
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents:
0
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
|
0
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
8 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
|
9 ]]></command> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
10 <inputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
11 <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
|
12 </inputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
13 <outputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
14 <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
|
15 </outputs> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
16 <tests> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
17 <test> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
18 <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
|
19 <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
|
20 </test> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
21 </tests> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
22 <help> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
23 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
|
24 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
|
25 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
|
26 |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
27 .. _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
|
28 </help> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
29 |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
30 <expand macro="citation" /> |
|
1bbdff0c4dba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
iuc
parents:
diff
changeset
|
31 </tool> |
