Help for this page

Select Code to Download


  1. or download this
    my @ids =<IDLIST>;
    chomp @ids;
    
  2. or download this
    foreach my $id (@ids) {
        foreach my $fasta (@files) {
    ...
            close $fh;
        }
    }