annotate extract_transcript_to_gene_map_from_trinity.xml @ 7:20e2c68f776a draft

planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
author artbio
date Sun, 01 Apr 2018 17:53:57 -0400
parents 39b8e13b1fc9
children 8d36aa9727b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
20e2c68f776a planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
artbio
parents: 6
diff changeset
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="@WRAPPER_VERSION@">
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
2 <description>extract transcript to gene map from trinity</description>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
3 <requirements>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
4 <requirement type="package" version="1.3.0">rsem</requirement>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
5 </requirements>
7
20e2c68f776a planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
artbio
parents: 6
diff changeset
6 <stdio>
20e2c68f776a planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
artbio
parents: 6
diff changeset
7 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
20e2c68f776a planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
artbio
parents: 6
diff changeset
8 </stdio>
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
9 <command>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
10 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
11 </command>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
12 <inputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
13 <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" />
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
14 </inputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
15 <outputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
16 <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
17 </outputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
18 <tests>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
19 <test>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
20 <param name="trinity_fasta_file" value="trinity_assembled_transcripts.fasta" ftype="fasta"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
21 <output name="map_file" file="trinity_gene_map.tabular"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
22 </test>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
23 </tests>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
24 <help>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
25
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
26
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
27 RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
28
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
29 NAME
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
30 extract-transcript-to-gene-map-from-trinity
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
31
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
32 SYNOPSIS
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
33 extract-transcript-to-gene-map-from-trinity trinity_fasta_file map_file
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
34
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
35 DESCRIPTION
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
36 generates a gene_mp_file from a trinity fasta file
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
37
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
38
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
39 </help>
6
39b8e13b1fc9 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f01c120abce1894ac9c6b298d301d4a2c740fc67
artbio
parents: 0
diff changeset
40 <citations>
39b8e13b1fc9 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f01c120abce1894ac9c6b298d301d4a2c740fc67
artbio
parents: 0
diff changeset
41 <citation type="doi">10.1038/nbt.1883</citation>
39b8e13b1fc9 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f01c120abce1894ac9c6b298d301d4a2c740fc67
artbio
parents: 0
diff changeset
42 </citations>
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
43 </tool>