- or download this
open (FILE,"abc345.txt") or die $!;
while (<FILE>){
$_ = /((^Query = .*)|(^\>.*)|(Length = .*))/i;
...
}
close (FILE) ;
- or download this
open (FILE,"abc345.txt") or die $!;
while (<FILE>){
$_ = /((^Query = .*)|(^\>.*)|(Length = .*))/i;
...
}
close (FILE) ;