Help for this page

Select Code to Download


  1. or download this
    my $name;
    while ( my $para = <$PROTFILE> ) {
    ...
        };
        ...
    }
    
  2. or download this
    my $name;
    my %name_seen;  # fasta headers seen so far
    ...
        };
        ...
    }