# HG changeset patch # User iuc # Date 1582133469 18000 # Node ID 47e5dbc3e7905e5fad3359c96c1c281971572b9c # Parent 8611b80a14d637a22944662ae448348f3541b2e4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_groomer commit d4ced60a941c4c4a2fe95de9c09a10086810b387" diff -r 8611b80a14d6 -r 47e5dbc3e790 fastq_groomer.xml --- a/fastq_groomer.xml Fri Nov 01 13:23:47 2019 -0400 +++ b/fastq_groomer.xml Wed Feb 19 12:31:09 2020 -0500 @@ -1,8 +1,9 @@ - + convert between various FASTQ quality formats - - galaxy_sequence_utils - + + macros.xml + + topic_0622 @@ -16,10 +17,10 @@ #elif $input_file.extension.endswith(".bz2"): #set $suffix = ".bz2" #else: -#set $suffix = "" + #set $suffix = "" #end if $input_type$suffix '$output_file' -#if $options_type['options_type_selector'] == 'basic': +#if $options_type.options_type_selector == 'basic': #if str($input_type) == 'cssanger': cssanger #else: @@ -27,7 +28,7 @@ #end if ascii summarize_input #else: - ${options_type.output_type} ${options_type.force_quality_encoding} ${options_type.summarize_input} + ${options_type.output_type} ${options_type.force_quality_encoding} ${options_type.summarize_input} ${options_type.fix_id} #end if ]]> @@ -68,6 +69,9 @@ + + @@ -91,6 +95,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -375,7 +401,7 @@ This tool offers several conversions options relating to the FASTQ format. -When using *Basic* options, the output will be *sanger* formatted or *cssanger* formatted (when the input is Color Space Sanger). +When using *Basic* options, the output will be *sanger* formatted or *cssanger* formatted (when the input is Color Space Sanger). Inconsistent identifiers are fixed by default. When converting, if a quality score falls outside of the target score range, it will be coerced to the closest available value (i.e. the minimum or maximum). diff -r 8611b80a14d6 -r 47e5dbc3e790 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Feb 19 12:31:09 2020 -0500 @@ -0,0 +1,9 @@ + + 1.1.5 + + + galaxy_sequence_utils + + + > + diff -r 8611b80a14d6 -r 47e5dbc3e790 test-data/fastq_invalid-line3 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/fastq_invalid-line3 Wed Feb 19 12:31:09 2020 -0500 @@ -0,0 +1,8 @@ +@FAKE-1 +ACGTACGTAC ++invalid line +!##$%&&()* +@FAKE-2 +CATGCATGCA ++ +~}|{zyxwvu diff -r 8611b80a14d6 -r 47e5dbc3e790 test-data/fastq_invalid-line3_fixed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/fastq_invalid-line3_fixed Wed Feb 19 12:31:09 2020 -0500 @@ -0,0 +1,8 @@ +@FAKE-1 +ACGTACGTAC ++ +!##$%&&()* +@FAKE-2 +CATGCATGCA ++ +~}|{zyxwvu