Mercurial > repos > iuc > trinity_gene_to_trans_map
comparison gene_to_trans_map.xml @ 17:7e3849997c91 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:08:34 +0000 |
parents | 318fd1a0646d |
children | ba460ccf0006 |
comparison
equal
deleted
inserted
replaced
16:318fd1a0646d | 17:7e3849997c91 |
---|---|
1 <tool id="trinity_gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@"> | 1 <tool id="trinity_gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@"> |
2 <description>for Trinity assembly</description> | 2 <description>for 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 get_Trinity_gene_to_trans_map.pl '$assembly' > '$map' | 9 get_Trinity_gene_to_trans_map.pl '$assembly' > '$map' |
10 ]]></command> | 10 ]]></command> |
11 <inputs> | 11 <inputs> |