annotate gene_to_trans_map.xml @ 0:f61bf3abb034 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
author iuc
date Wed, 27 Jul 2016 08:42:27 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
1 <tool id="gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@.0">
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
2 <description>for Trinity assembly</description>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
3 <macros>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
4 <import>macros.xml</import>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
5 </macros>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
7 <expand macro="stdio"/>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
8 <command><![CDATA[
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
9 get_Trinity_gene_to_trans_map.pl "$assembly" > "$map"
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
10 ]]></command>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
11 <inputs>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
12 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
13 </inputs>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
14 <outputs>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
15 <data format="tabular" name="map" label="${tool.name} on ${on_string}: Genes to transcripts map"/>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
16 </outputs>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
17 <tests>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
18 <test>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
19 <param name="assembly" value="raw/Trinity.fasta" ftype="fasta"/>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
20 <output name="map" file="raw/map.tsv" />
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
21 </test>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
22 </tests>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
23 <help>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
24 Trinity_ assembles transcript sequences from Illumina RNA-Seq data.
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
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.
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
26 The output file is intended to be used by the "Align reads and estimate abundance" tool.
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
27
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
28 .. _Trinity: http://trinityrnaseq.github.io
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
29 </help>
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
30
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
31 <expand macro="citation" />
f61bf3abb034 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
32 </tool>