#!/usr/bin/perl use strict; use warnings; # quality trimming of fastq file print "Write the window length\n"; my $kmer = ; chomp $kmer; print "Write the minimum quality score cut-off\n"; my $cut_off = ; chomp $cut_off; my $file = "lib-pool-fosmid.fastq";