Mercurial > repos > artbio > rsem
comparison extract_transcript_to_gene_map_from_trinity.xml @ 8:f6fc9b92d629 draft
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
author | artbio |
---|---|
date | Sun, 05 Jan 2020 16:40:13 -0500 |
parents | 49795544dac7 |
children |
comparison
equal
deleted
inserted
replaced
7:585c6120dca0 | 8:f6fc9b92d629 |
---|---|
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="@WRAPPER_VERSION@"> | 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 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <expand macro="requirements" /> |
7 <requirement type="package" version="1.3.0">rsem</requirement> | |
8 </requirements> | |
9 <stdio> | 7 <stdio> |
10 <exit_code range="1:" level="fatal" description="Error Running RSEM" /> | 8 <exit_code range="1:" level="fatal" description="Error Running RSEM" /> |
11 </stdio> | 9 </stdio> |
12 <command> | 10 <command> |
13 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file | 11 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file |