Previous changeset 16:318fd1a0646d (2021-09-10) Next changeset 18:964b7efe2639 (2021-12-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707" |
modified:
gene_to_trans_map.xml |
b |
diff -r 318fd1a0646d -r 7e3849997c91 gene_to_trans_map.xml --- a/gene_to_trans_map.xml Fri Sep 10 22:48:09 2021 +0000 +++ b/gene_to_trans_map.xml Sat Nov 27 10:08:34 2021 +0000 |
[ |
@@ -1,9 +1,9 @@ <tool id="trinity_gene_to_trans_map" name="Generate gene to transcript map" version="@WRAPPER_VERSION@"> <description>for Trinity assembly</description> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ get_Trinity_gene_to_trans_map.pl '$assembly' > '$map' |