# HG changeset patch # User kevyin # Date 1524279442 14400 # Node ID 31534a92984b31203ed1d738000f743421c5892b # Parent 17c920adac3d1b00217be4c88f039bacb190121b Deleted selected files diff -r 17c920adac3d -r 31534a92984b fastq_groomer_parallel.xml --- a/fastq_groomer_parallel.xml Fri Apr 20 22:57:07 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ - - 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. - -