comparison extract_transcript_to_gene_map_from_trinity.xml @ 7:20e2c68f776a draft

planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 755333360ac6714c4db1eefeffe0bf0a730a94c7
author artbio
date Sun, 01 Apr 2018 17:53:57 -0400
parents 39b8e13b1fc9
children 8d36aa9727b5
comparison
equal deleted inserted replaced
6:39b8e13b1fc9 7:20e2c68f776a
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="0.4.0"> 1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="@WRAPPER_VERSION@">
2 <description>extract transcript to gene map from trinity</description> 2 <description>extract transcript to gene map from trinity</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.3.0">rsem</requirement> 4 <requirement type="package" version="1.3.0">rsem</requirement>
5 </requirements> 5 </requirements>
6 <stdio>
7 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
8 </stdio>
6 <command> 9 <command>
7 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file 10 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file
8 </command> 11 </command>
9
10 <inputs> 12 <inputs>
11 <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" /> 13 <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" />
12 </inputs> 14 </inputs>
13 <stdio>
14 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
15 </stdio>
16 <outputs> 15 <outputs>
17 <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/> 16 <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/>
18 </outputs> 17 </outputs>
19 <tests> 18 <tests>
20 <test> 19 <test>