Mercurial > repos > iuc > trinity_gene_to_trans_map
annotate gene_to_trans_map.xml @ 9:1d65be4c5039 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
| author | iuc |
|---|---|
| date | Thu, 14 Jun 2018 03:08:16 -0400 |
| parents | aad66a0cda96 |
| children | 4dba8ad5c879 |
| rev | line source |
|---|---|
|
9
1d65be4c5039
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
5
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[ |
|
9
1d65be4c5039
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
5
diff
changeset
|
8 get_Trinity_gene_to_trans_map.pl '$assembly' > '$map' |
|
0
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. |
|
9
1d65be4c5039
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
5
diff
changeset
|
26 The same file is automatically generated when running Trinity, this tool is only intended to be used when you don't (or no longer) have access to the one produced by Trinity. |
|
0
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> |
