Mercurial > repos > artbio > rsem
view extract_transcript_to_gene_map_from_trinity.xml @ 11:c86ed39b72eb draft
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 10719ebe96c608be124360a4be62ec4d164412b3"
| author | artbio |
|---|---|
| date | Sun, 05 Jan 2020 22:07:36 +0000 |
| parents | 8d36aa9727b5 |
| children |
line wrap: on
line source
<tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="@WRAPPER_VERSION@"> <description>extract transcript to gene map from trinity</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <stdio> <exit_code range="1:" level="fatal" description="Error Running RSEM" /> </stdio> <command> extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file </command> <inputs> <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" /> </inputs> <outputs> <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/> </outputs> <tests> <test> <param name="trinity_fasta_file" value="trinity_assembled_transcripts.fasta" ftype="fasta"/> <output name="map_file" file="trinity_gene_map.tabular"/> </test> </tests> <help> RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/ NAME extract-transcript-to-gene-map-from-trinity SYNOPSIS extract-transcript-to-gene-map-from-trinity trinity_fasta_file map_file DESCRIPTION generates a gene_mp_file from a trinity fasta file </help> <citations> <citation type="doi">10.1038/nbt.1883</citation> </citations> </tool>
