in reply to Re: Parsing Sequence Records
in thread Parsing Sequence Records
my $input_file = "/Users/Desktop/Pipelines/fungi.1.aa.hypothetical.faa +"); my $output_file = "Users/Desktop/Pipelines/fungi.1.aa.hypothetical50.f +aa"); open my $in, '<', $input_file or die "could not open $input_file $!"; open my $out, '>', $output_file or die "could not open $output_file $! +";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Parsing Sequence Records
by thezip (Vicar) on May 07, 2014 at 22:29 UTC |