# HG changeset patch # User iuc # Date 1536048189 14400 # Node ID 89e375886d06df8e6852fe1a201153f34add227b # Parent cc5cf670ea90bb2ab3f1ebf6871dddcc1734188d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 275e49871ad442d0ac793a4cf5960ab8b7e13d21 diff -r cc5cf670ea90 -r 89e375886d06 hisat2.xml --- a/hisat2.xml Tue Jul 24 09:29:11 2018 -0400 +++ b/hisat2.xml Tue Sep 04 04:03:09 2018 -0400 @@ -1,4 +1,4 @@ - + A fast and sensitive alignment program hisat2_macros.xml @@ -291,8 +291,6 @@ #if str($adv.reporting_options.reporting_options_selector) == "advanced": -k ${adv.reporting_options.max_primary} - --max-seeds ${adv.reporting_options.max_seeds} - $adv.reporting_options.secondary #end if @@ -534,8 +532,6 @@ - - @@ -1083,12 +1079,6 @@ Note: HISAT2 is not designed with large values for `-k` in mind, and when aligning reads to long, repetitive genomes large `-k` can be very, very slow. - -max-seeds - HISAT2, like other aligners, uses seed-and-extend approaches. HISAT2 tries to extend seeds to full-length alignments. In HISAT2, `--max-seeds` is used to control the maximum number of seeds that will be extended. HISAT2 extends up to these many seeds and skips the rest of the seeds. Large values for `--max-seeds` may improve alignment sensitivity, but HISAT2 is not designed with large values for `--max-seeds` in mind, and when aligning reads to long, repetitive genomes large `--max-seeds` can be very, very slow. The default value is the maximum of 5 and the value that comes with `-k`. - - --secondary - Report secondary alignments. - ----- **Paired-end options**::