# HG changeset patch
# User iuc
# Date 1629477622 0
# Node ID 86285ddd451236ad02eddb781112e093faa70509
# Parent 6a6717a5f42121fdcc4f3e20d442b11744e603ed
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 92be38a0f40ef6d6ccb55999f3eb8bf960e376c8"
diff -r 6a6717a5f421 -r 86285ddd4512 cuff_macros.xml
--- a/cuff_macros.xml Tue Jun 16 13:00:53 2020 -0400
+++ b/cuff_macros.xml Fri Aug 20 16:40:22 2021 +0000
@@ -1,91 +1,95 @@
- 2.2.1
+ 2.2.1
+
+
+
+ cufflinks
+
+
+
-
-
- cufflinks
-
-
-
+
+
+
+
+ value and "," not in value
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #if $in_type.set_in_type in ['BAM', 'CXB']
- #for $condition in $in_type.conditions:
- #set samples = ','.join( [ str( $sample ) for $sample in $condition.samples ] )
- '$samples'
- #end for
- #elif $in_type.set_in_type == 'CONDITION_LIST'
- #for $sample in $in_type.conditions:
- '$sample'
- #end for
- #elif $in_type.set_in_type == 'CONDITION_REPLICATE_LIST'
- #for $condition_list in $in_type.conditions:
- #set samples = ','.join( [ str( $sample ) for $sample in $condition_list ] )
- '$samples'
- #end for
- #end if
-
-
- #import re
- #if $in_type.set_in_type in ['BAM', 'CXB']
- #set labels = '\'' + '\',\''.join( [ str( $condition.name ) for $condition in $in_type.conditions ] ) + '\''
- #elif $in_type.set_in_type in ['CONDITION_LIST', 'CONDITION_REPLICATE_LIST']
- #set labels = '\'' + '\',\''.join( map(lambda x: re.sub('[^\w\-_]', '_', x), $in_type.conditions.keys() ) ) + '\''
- #end if
- --labels $labels
-
-
-
-
-
-
- ## Inputs.
- #for $i, $input_file in enumerate($inputs):
- 'input_$i'
- #end for
-
- getattr(inputs, "__len__", [].__len__)() >= 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ getattr(inputs, "__len__", [].__len__)() >= 2
-
-
- 10.1038/nbt.1621
-
-
-
+
+
+ 10.1038/nbt.1621
+
+
+
diff -r 6a6717a5f421 -r 86285ddd4512 cuffmerge_wrapper.xml
--- 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 @@
-
+
merge together several Cufflinks assemblies
cuff_macros.xml
@@ -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