Mercurial > repos > artbio > rsem
annotate extract_transcript_to_gene_map_from_trinity.xml @ 0:e5e836936d60 draft
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
author | artbio |
---|---|
date | Sat, 31 Mar 2018 21:30:07 -0400 |
parents | |
children | 49795544dac7 |
rev | line source |
---|---|
0
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="0.4.0"> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
2 <description>extract transcript to gene map from trinity</description> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
3 <requirements> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
4 <requirement type="package" version="1.3.0">rsem</requirement> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
5 </requirements> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
6 <stdio> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
7 <exit_code range="1:" level="fatal" description="Error Running RSEM" /> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
8 </stdio> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
9 <command> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
10 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
11 </command> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
12 <inputs> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
13 <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" /> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
14 </inputs> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
15 <outputs> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
16 <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
17 </outputs> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
18 <tests> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
19 <test> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
20 <param name="trinity_fasta_file" value="trinity_assembled_transcripts.fasta" ftype="fasta"/> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
21 <output name="map_file" file="trinity_gene_map.tabular"/> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
22 </test> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
23 </tests> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
24 <help> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
25 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
26 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
27 RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/ |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
28 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
29 NAME |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
30 extract-transcript-to-gene-map-from-trinity |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
31 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
32 SYNOPSIS |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
33 extract-transcript-to-gene-map-from-trinity trinity_fasta_file map_file |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
34 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
35 DESCRIPTION |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
36 generates a gene_mp_file from a trinity fasta file |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
37 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
38 |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
39 </help> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
40 <citations> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
41 <citation type="doi">10.1038/nbt.1883</citation> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
42 </citations> |
e5e836936d60
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff
changeset
|
43 </tool> |