# HG changeset patch # User devteam # Date 1450484919 18000 # Node ID 16d28d67ebebb3ebb920d9995a6afa0e1a3112a3 # Parent b50aeae8bcaa3c5126b2314aca82feb6b21f7195 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_manipulation commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r b50aeae8bcaa -r 16d28d67ebeb fastq_manipulation.xml --- a/fastq_manipulation.xml Tue Oct 13 12:43:07 2015 -0400 +++ b/fastq_manipulation.xml Fri Dec 18 19:28:39 2015 -0500 @@ -1,4 +1,4 @@ - + galaxy_sequence_utils @@ -101,8 +101,7 @@ int( float( value ) ) == float( value ) - - + int( float( value ) ) == float( value ) @@ -208,7 +207,7 @@ left_column_offset = ${ manipulate_block['manipulation_type']['manipulation']['offset_type']['left_column_offset'] } right_column_offset = ${ manipulate_block['manipulation_type']['manipulation']['offset_type']['right_column_offset'] } #end if - if right_column_offset > 0: + if right_column_offset != 0: right_column_offset = -right_column_offset else: right_column_offset = None diff -r b50aeae8bcaa -r 16d28d67ebeb tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:43:07 2015 -0400 +++ b/tool_dependencies.xml Fri Dec 18 19:28:39 2015 -0500 @@ -1,6 +1,6 @@ - +