annotate extract_transcript_to_gene_map_from_trinity.xml @ 1:f9f98166eff8 draft

planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 153f4b18b27fc78ce2542b07fadd31dd4c23ae4b
author artbio
date Tue, 27 Mar 2018 12:33:39 -0400
parents 8857193bde0e
children 39b8e13b1fc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="0.1.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>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
6 <command>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
7 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
8 </command>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
9
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
10 <inputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
11 <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
12 </inputs>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
13 <stdio>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
14 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
15 </stdio>
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>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
41 </tool>