# HG changeset patch # User kevyin # Date 1524279427 14400 # Node ID 17c920adac3d1b00217be4c88f039bacb190121b # Parent b3db1d9534143b5db98b6cb427f2cb3fd56dbd23 Uploaded diff -r b3db1d953414 -r 17c920adac3d fastq_groomer_parallel.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastq_groomer_parallel.xml Fri Apr 20 22:57:07 2018 -0400 @@ -0,0 +1,74 @@ + + Parallel Implementation of FASTQ Groomer + + galaxy_sequence_utils + + fastq_groomer_parallel.py '$input_file' '$input_type' '$output_file' +#if str( $options_type['options_type_selector'] ) == 'basic': +#if str( $input_type ) == 'cssanger': +'cssanger' +#else: +'sanger' +#end if +'ascii' 'summarize_input' +#else: +'${options_type.output_type}' '${options_type.force_quality_encoding}' '${options_type.summarize_input}' +#end if +"\${GALAXY_SLOTS:-4}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This is a parallel implementation of FASTQ Groomer. It utilizes multiple CPUs thus runs much faster than the original implementation. + +