comparison super_transcripts.xml @ 8:9c545f1c1a4e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707"
author iuc
date Sat, 27 Nov 2021 10:17:45 +0000
parents 18a069ea4b96
children 3064aa8755a0
comparison
equal deleted inserted replaced
7:18a069ea4b96 8:9c545f1c1a4e
1 <tool id="trinity_super_transcripts" name="Generate SuperTranscripts" version="@WRAPPER_VERSION@"> 1 <tool id="trinity_super_transcripts" name="Generate SuperTranscripts" version="@WRAPPER_VERSION@">
2 <description>from a Trinity assembly</description> 2 <description>from a Trinity assembly</description>
3 <expand macro="bio_tools"/>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 Trinity_gene_splice_modeler.py --incl_malign --trinity_fasta '$assembly' 9 Trinity_gene_splice_modeler.py --incl_malign --trinity_fasta '$assembly'
10 ]]></command> 10 ]]></command>
11 <inputs> 11 <inputs>