# HG changeset patch # User devteam # Date 1486510683 18000 # Node ID 9ec1cc10742cafd4c2764ce5b89bf43234580158 # Parent c139f0dd4ee6e06a8f3c419b5187ad32ccdafd54 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit eb18f691975ef9539b5ebd4f118343c8ad967a1f diff -r c139f0dd4ee6 -r 9ec1cc10742c cuff_macros.xml --- a/cuff_macros.xml Thu Oct 29 22:33:47 2015 -0400 +++ b/cuff_macros.xml Tue Feb 07 18:38:03 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 c139f0dd4ee6 -r 9ec1cc10742c cuffdiff_wrapper.xml --- a/cuffdiff_wrapper.xml Thu Oct 29 22:33:47 2015 -0400 +++ b/cuffdiff_wrapper.xml Tue Feb 07 18:38:03 2017 -0500 @@ -1,14 +1,12 @@ - + find significant changes in transcript expression, splicing, and promoter use - - CUFFDIFF_SCRIPT_PATH - cufflinks - cummeRbund - - cuff_macros.xml + + bioconductor-cummerbund + + cuffdiff 2>&1 | head -n 1 @@ -276,15 +274,11 @@ - - - + - - - + @@ -293,7 +287,7 @@ - +