# HG changeset patch
# User iuc
# Date 1629477594 0
# Node ID 8cedf303be2824b360a18875802c6fbd1f7c20a0
# Parent 7a9ca385b47125c74a2bc96a5748befceb76e4ed
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 92be38a0f40ef6d6ccb55999f3eb8bf960e376c8"
diff -r 7a9ca385b471 -r 8cedf303be28 cuff_macros.xml
--- a/cuff_macros.xml Tue Jun 16 16:58:15 2020 +0000
+++ b/cuff_macros.xml Fri Aug 20 16:39:54 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 7a9ca385b471 -r 8cedf303be28 cuffmerge_wrapper.xml
--- a/cuffmerge_wrapper.xml Tue Jun 16 16:58:15 2020 +0000
+++ b/cuffmerge_wrapper.xml Fri Aug 20 16:39:54 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