Mercurial > repos > iuc > trinity_gene_to_trans_map
comparison gene_to_trans_map.xml @ 9:1b04880ff362 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:11:51 -0400 |
parents | 9502ad75fc87 |
children | 318fd1a0646d |
comparison
equal
deleted
inserted
replaced
8:c2c039e421af | 9:1b04880ff362 |
---|---|
1 <tool id="trinity_gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@.0"> | 1 <tool id="trinity_gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@"> |
2 <description>for Trinity assembly</description> | 2 <description>for Trinity assembly</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <command detect_errors="aggressive"><![CDATA[ | 7 <command detect_errors="aggressive"><![CDATA[ |
8 get_Trinity_gene_to_trans_map.pl "$assembly" > "$map" | 8 get_Trinity_gene_to_trans_map.pl '$assembly' > '$map' |
9 ]]></command> | 9 ]]></command> |
10 <inputs> | 10 <inputs> |
11 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/> | 11 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/> |
12 </inputs> | 12 </inputs> |
13 <outputs> | 13 <outputs> |
21 </tests> | 21 </tests> |
22 <help> | 22 <help> |
23 Trinity_ assembles transcript sequences from Illumina RNA-Seq data. | 23 Trinity_ assembles transcript sequences from Illumina RNA-Seq data. |
24 This tool produces a file containing correspondance between gene ids and transcript ids based on the name of transcripts assembled by Trinity. | 24 This tool produces a file containing correspondance between gene ids and transcript ids based on the name of transcripts assembled by Trinity. |
25 The output file is intended to be used by the "Align reads and estimate abundance" tool. | 25 The output file is intended to be used by the "Align reads and estimate abundance" tool. |
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. | |
26 | 27 |
27 .. _Trinity: http://trinityrnaseq.github.io | 28 .. _Trinity: http://trinityrnaseq.github.io |
28 </help> | 29 </help> |
29 | 30 |
30 <expand macro="citation" /> | 31 <expand macro="citation" /> |