- or download this
sub convert_raw_to_fasta {
my $InFileName = shift;
...
print $hu ">$maid\n$seq";
close $hu or die $!;
}
- or download this
sub blast_parse{
my($maid,$maid_dir) = @_;
...
system($command);
bl2seq_parse();
}
- or download this
sub process_and_parse {
my $command = shift;
...
system($command);
bl2seq_parse();
}
- or download this
sub blast_parse{
my($maid,$maid_dir) = @_;
...
"$maid_dir/" . $maid . "_bl2seq.out"
);
}
- or download this
# main task
initialize_frobnitz();
...
sub send_to_frobber {
my $serial_port = ... etc ...