# HG changeset patch # User devteam # Date 1486510864 18000 # Node ID 9f243677c4c67149253664487e6046fca7f77185 # Parent 12aeae6d858713ba7cdc537b32d57efc6a930f2e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/gffread commit eb18f691975ef9539b5ebd4f118343c8ad967a1f diff -r 12aeae6d8587 -r 9f243677c4c6 cuff_macros.xml --- a/cuff_macros.xml Tue Jun 07 17:58:15 2016 -0400 +++ b/cuff_macros.xml Tue Feb 07 18:41:04 2017 -0500 @@ -28,21 +28,21 @@ - + - + - + - + @@ -50,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 @@ -81,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 12aeae6d8587 -r 9f243677c4c6 gffread.xml --- a/gffread.xml Tue Jun 07 17:58:15 2016 -0400 +++ b/gffread.xml Tue Feb 07 18:41:04 2017 -0500 @@ -1,7 +1,5 @@ Filters and/or converts GFF3/GTF2 records - - cuff_macros.xml @@ -49,14 +47,16 @@ + + (([+-])?(\w+:))?\d+\.\.\d+ - + - + @@ -227,11 +227,11 @@ - - - @@ -259,7 +259,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -294,9 +294,9 @@ - + - + @@ -310,7 +310,7 @@ - + @@ -318,7 +318,7 @@ - + @@ -326,25 +326,25 @@ - + - + - + - +