# HG changeset patch # User devteam # Date 1486510760 18000 # Node ID 885314f0d369b3823cefec70e254681a25554209 # Parent 14a78720e7de15c66a7db925d67c297b32f13af1 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f diff -r 14a78720e7de -r 885314f0d369 cuff_macros.xml --- a/cuff_macros.xml Tue Oct 13 12:38:19 2015 -0400 +++ b/cuff_macros.xml Tue Feb 07 18:39:20 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 14a78720e7de -r 885314f0d369 cuffnorm_wrapper.xml --- a/cuffnorm_wrapper.xml Tue Oct 13 12:38:19 2015 -0400 +++ b/cuffnorm_wrapper.xml Tue Feb 07 18:39:20 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 @@ + + --> diff -r 14a78720e7de -r 885314f0d369 tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:38:19 2015 -0400 +++ b/tool_dependencies.xml Tue Feb 07 18:39:20 2017 -0500 @@ -1,6 +1,6 @@ - +