Help for this page

Select Code to Download


  1. or download this
    if (exists ($seq_id{$id})) {
            print ">";
            print $seq_id{$fasta_id};
            print "\n".$seq."\n";
        }
    
  2. or download this
    if (exists ($seq_id{$id})) {
            print ">";
            print $seq_id{$id};
            print "\n".$seq."\n";
        }