Help for this page

Select Code to Download


  1. or download this
    open my $uniqueFH, '<', $uniqueFile
       or die "open: < $uniqueFile: $!\n";
    
  2. or download this
    chomp( my @data_in = <$uniqueFH> );
    
  3. or download this
    my %strSpec_protein_hash;
    @strSpec_protein_hash{ @data_in } =
       @goodProteins_hash{ @data_in };