annotate extract_transcript_to_gene_map_from_trinity.xml @ 12:ad708409d25e draft default tip

"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit fdb6ccd340e366ef386d69ff344036a83e479b2f"
author artbio
date Tue, 03 Mar 2020 12:28:11 +0000
parents c86ed39b72eb
children
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>
8
8d36aa9727b5 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 6fe1a0e6ffe85b57e533913ad58f3b822241574f
artbio
parents: 7
diff changeset
3 <macros>
8d36aa9727b5 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 6fe1a0e6ffe85b57e533913ad58f3b822241574f
artbio
parents: 7
diff changeset
4 <import>macros.xml</import>
8d36aa9727b5 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 6fe1a0e6ffe85b57e533913ad58f3b822241574f
artbio
parents: 7
diff changeset
5 </macros>
11
c86ed39b72eb "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 10719ebe96c608be124360a4be62ec4d164412b3"
artbio
parents: 8
diff changeset
6 <expand macro="requirements" />
7
20e2c68f776a planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
artbio
parents: 6
diff changeset
7 <stdio>
20e2c68f776a planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
artbio
parents: 6
diff changeset
8 <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
9 </stdio>
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
10 <command>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
11 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
12 </command>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
13 <inputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
14 <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
15 </inputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
16 <outputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
17 <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
18 </outputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
19 <tests>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
20 <test>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
21 <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
22 <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
23 </test>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
24 </tests>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
25 <help>
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
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
28 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
29
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
30 NAME
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
31 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
32
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
33 SYNOPSIS
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
34 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
35
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
36 DESCRIPTION
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
37 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
38
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
39
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
40 </help>
6
39b8e13b1fc9 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f01c120abce1894ac9c6b298d301d4a2c740fc67
artbio
parents: 0
diff changeset
41 <citations>
39b8e13b1fc9 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f01c120abce1894ac9c6b298d301d4a2c740fc67
artbio
parents: 0
diff changeset
42 <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
43 </citations>
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
44 </tool>