Help for this page

Select Code to Download


  1. or download this
    sub get_all_seqs{
        my $protein = shift;
        #print "protein = $protein\n";
    ...
        
        return @all_seqs;
    }
    
  2. or download this
    sub get_all_seqs{
        my $protein = shift;
        #print "protein = $protein\n";
    ...
        
        return @all_seqs;
    }