changeset 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 964b7efe2639
files gene_to_trans_map.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'