diff cuffmerge_wrapper.xml @ 15:86285ddd4512 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 92be38a0f40ef6d6ccb55999f3eb8bf960e376c8"
author iuc
date Fri, 20 Aug 2021 16:40:22 +0000
parents 6a6717a5f421
children
line wrap: on
line diff
--- a/cuffmerge_wrapper.xml	Tue Jun 16 13:00:53 2020 -0400
+++ b/cuffmerge_wrapper.xml	Fri Aug 20 16:40:22 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="cuffmerge" name="Cuffmerge" version="@VERSION@.2">
+<tool id="cuffmerge" name="Cuffmerge" version="@VERSION@.3">
     <description>merge together several Cufflinks assemblies</description>
     <macros>
       <import>cuff_macros.xml</import>
@@ -20,9 +20,9 @@
             #if $seq_data.use_seq_data == "Yes":
                 -s
                 #if $seq_data.seq_source.index_source == "history":
-                    --ref_file '${seq_data.seq_source.ref_file}'
+                    '${seq_data.seq_source.ref_file}'
                 #else:
-                    --index '${seq_data.seq_source.index.fields.path}'
+                    '${seq_data.seq_source.index.fields.path}'
                 #end if
             #end if