Mercurial > repos > yboursin > rsem_eba
diff extract_transcript_to_gene_map_from_trinity.xml @ 0:7146e81bc886 draft
Uploaded
author | yboursin |
---|---|
date | Wed, 25 May 2016 08:35:34 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extract_transcript_to_gene_map_from_trinity.xml Wed May 25 08:35:34 2016 -0400 @@ -0,0 +1,41 @@ +<tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="1.1.17"> + <description>extract transcript to gene map from trinity</description> + <requirements> + <requirement type="package" version="1.2.28">rsem</requirement> + </requirements> + <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> + <stdio> + <exit_code range="1:" level="fatal" description="Error Running RSEM" /> + </stdio> + <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> +</tool>