bin/seqtrimnext in seqtrimnext-2.0.52 vs bin/seqtrimnext in seqtrimnext-2.0.54

- old
+ new

@@ -320,9 +320,14 @@ options[:skip_report] = false opts.on( '-R', '--no-report', 'Do not generate final PDF report (gem scbi_seqtrimnext_report required if you want to generate PDF report).' ) do options[:skip_report] = true end + options[:write_in_gzip] = false + opts.on( '-z', '--gzip', 'Generate output files in gzip format.' ) do + options[:write_in_gzip] = true + end + # This displays the help screen, all programs are # assumed to have this option. opts.on_tail( '-h', '--help', 'Display this screen' ) do puts opts show_additional_help