while ($line = <INPUT>) { if ($line =~ tr/ACGT/ACGT/ > 250) { print $line; } } [download]
In reply to Re: simple but stuck by YuckFoo in thread Base sequence length in fasta format file by lolly