# HG changeset patch # User iuc # Date 1728126896 0 # Node ID d83617f0305ce1e86ae4ef046e194872e936b366 # Parent f842d03b75c2d7251f84e08aaf099851f0c3d20e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cufflinks commit 80b06e80066b32ad53ed418628992f056444256f diff -r f842d03b75c2 -r d83617f0305c cuff_macros.xml --- a/cuff_macros.xml Tue Jun 16 16:57:48 2020 +0000 +++ b/cuff_macros.xml Sat Oct 05 11:14:56 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 f842d03b75c2 -r d83617f0305c cufflinks_wrapper.xml --- a/cufflinks_wrapper.xml Tue Jun 16 16:57:48 2020 +0000 +++ b/cufflinks_wrapper.xml Sat Oct 05 11:14:56 2024 +0000 @@ -1,4 +1,4 @@ - + transcript assembly and FPKM (RPKM) estimates for RNA-Seq data cuff_macros.xml