Help for this page

Select Code to Download


  1. or download this
    >header1
    AGACATGATCGACTGGACACAATTTACGTAGCTG
    >header2
    AAATACTAGGGCAACACACACACACACCACACAC
    >header3
    AGTTAGTCCAGTAGTTTACAGTACGACTGATCGT
    
  2. or download this
    my $fasta = $ARGV[0];
    my $seqio = Bio::SeqIO->new(-file => $fasta);
    while(my $seqobj = $seqio->next_seq) {
    ...
    while (<$IN2>) {
        # Subsample the FASTA sequences
    }