diff humann2_join_tables.xml @ 1:9ada8e95bdd0 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
author iuc
date Tue, 01 Aug 2017 07:58:05 -0400
parents 14d5bf0d63a0
children 12103efd0e34
line wrap: on
line diff
--- a/humann2_join_tables.xml	Mon Mar 13 12:36:38 2017 -0400
+++ b/humann2_join_tables.xml	Tue Aug 01 07:58:05 2017 -0400
@@ -6,17 +6,14 @@
     <expand macro="requirements"/>
     <expand macro="version"/>
     <command detect_errors="exit_code"><![CDATA[
-        mkdir tmp_dir
-
-        && 
-
-        #for $table in $input_table
-            cp '$table' 'tmp_dir' &&
-        #end for
- 
-        humann2_join_tables
-            -i 'tmp_dir'
-            -o '$joined_table'          
+mkdir tmp_dir
+&&
+#for $table in $input_table
+    cp '$table' 'tmp_dir' &&
+#end for
+humann2_join_tables
+    -i 'tmp_dir'
+    -o '$joined_table'
     ]]></command>
     <inputs>
         <param name="input_table" type="data" format="tsv,tabular" multiple="true" label="Gene/pathway table"/>