# HG changeset patch
# User iuc
# Date 1593791080 14400
# Node ID 9a854107dbb21a6a48eb772ba1d3c0847989b781
# Parent 6cbfede05833ab28fa079e5f548ac051181fbd18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
diff -r 6cbfede05833 -r 9a854107dbb2 cuff_macros.xml
--- a/cuff_macros.xml Tue Jun 16 13:01:30 2020 -0400
+++ b/cuff_macros.xml Fri Jul 03 11:44:40 2020 -0400
@@ -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 6cbfede05833 -r 9a854107dbb2 cuffnorm_wrapper.xml
--- a/cuffnorm_wrapper.xml Tue Jun 16 13:01:30 2020 -0400
+++ b/cuffnorm_wrapper.xml Fri Jul 03 11:44:40 2020 -0400
@@ -1,4 +1,4 @@
-
+
Create normalized expression levels
cuff_macros.xml
@@ -210,7 +210,7 @@
**Input format**
-Cuffdiff takes Cufflinks or Cuffcompare GTF files as input along with two SAM files containing the fragment alignments for two or more samples.
+Cuffnorm takes Cufflinks or Cuffcompare GTF files as input along with two SAM files containing the fragment alignments for two or more samples.
------
@@ -223,15 +223,9 @@
-------
-**Settings**
-
-All of the options have a default value. You can change any of them. Most of the options in Cuffdiff have been implemented here.
+**Parameter list**
-------
-
-**Cuffdiff parameter list**
-
-This is a list of implemented Cuffdiff options::
+This is a list of implemented Cuffnorm options::
--library-norm-method Library Normalization method : Geometric (default), classic-fpkm, quartile
--library-type ff-firststrand,ff-secondstrand,ff-unstranded,fr-firstrand,fr-secondstrand,fr-unstranded,transfrags