Help for this page

Select Code to Download


  1. or download this
    while(<$fh>){
      my $id = '';
    ...
        $id2seq{$id} .= $_;
      }
    }
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    }
    
    close $fh;