Mercurial > repos > artbio > rsem
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:6aba6cca3fab | 11:c86ed39b72eb |
---|---|
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 |