# HG changeset patch # User iuc # Date 1728126969 0 # Node ID 6926716bbfb5afc11d1aec3d56d22a173495533e # Parent d080005cffe1b532b5abc04dbcb78c69d4b3d90a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cufflinks commit 80b06e80066b32ad53ed418628992f056444256f diff -r d080005cffe1 -r 6926716bbfb5 cuff_macros.xml --- a/cuff_macros.xml Tue Jun 16 13:00:32 2020 -0400 +++ b/cuff_macros.xml Sat Oct 05 11:16:09 2024 +0000 @@ -1,91 +1,96 @@ - 2.2.1 + 2.2.1 + 23.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 d080005cffe1 -r 6926716bbfb5 cufflinks_wrapper.xml --- a/cufflinks_wrapper.xml Tue Jun 16 13:00:32 2020 -0400 +++ b/cufflinks_wrapper.xml Sat Oct 05 11:16:09 2024 +0000 @@ -1,4 +1,4 @@ - + transcript assembly and FPKM (RPKM) estimates for RNA-Seq data cuff_macros.xml