Help for this page

Select Code to Download


  1. or download this
    $number_of_sequences=12;
    $max_length=50;
    ...
      }
      return $seq;
    }
    
  2. or download this
    sub genseq {
      my $seq;
    ...
    
      return $seq;
    }