Help for this page

Select Code to Download


  1. or download this
    while (<$fh1>) { # Reading first hash
        my ($id, undef, undef, undef, $seq) = split;
    ...
        $bow1{$id} = $seq;
    }
    close $fh1 || die "Failed to close $file1 : $!";