# HG changeset patch # User devteam # Date 1486510818 18000 # Node ID f8fdf50e0b3bb75c9face1957f1a368d0dc21efb # Parent 7d4c2097aac528da4468ac4d88e1a7945522d745 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f diff -r 7d4c2097aac5 -r f8fdf50e0b3b cuff_macros.xml --- a/cuff_macros.xml Wed Nov 11 12:35:18 2015 -0500 +++ b/cuff_macros.xml Tue Feb 07 18:40:18 2017 -0500 @@ -1,11 +1,13 @@ 2.2.1 + cufflinks + @@ -26,21 +28,21 @@ - + - + - + - + @@ -48,16 +50,16 @@ #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 + '$samples' #end for #elif $in_type.set_in_type == 'CONDITION_LIST' #for $sample in $in_type.conditions: - $sample + '$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 + '$samples' #end for #end if @@ -79,11 +81,11 @@ ## Inputs. #for $input_file in $inputs: - "${input_file}" + '${input_file}' #end for #for $additional_input in $additional_inputs: #for $input_file in $additional_input.additional_inputs: - "${input_file}" + '${input_file}' #end for #end for diff -r 7d4c2097aac5 -r f8fdf50e0b3b cuffnorm_wrapper.xml --- a/cuffnorm_wrapper.xml Wed Nov 11 12:35:18 2015 -0500 +++ b/cuffnorm_wrapper.xml Tue Feb 07 18:40:18 2017 -0500 @@ -1,10 +1,10 @@ Create normalized expression levels - - cuff_macros.xml + + cuffnorm 2>&1 | head -n 1 cuffnorm @@ -42,7 +42,7 @@ - @@ -166,12 +166,12 @@ + + -->