Help for this page

Select Code to Download


  1. or download this
    ##gff-version 3
    #!gff-spec-version 1.20
    ...
    NC_001903.1    RefSeq    gene    10104    10652    .    +    .    ID=g
    +ene12;Name=BB_B13;Dbxref=GeneID:1194403;gbkey=Gene;locus_tag=BB_B13
    NC_001903.1    RefSeq    CDS    10104    10652    .    +    0    ID=cd
    +s10;Name=NP_046999.1;Parent=gene12;Note=similar to GB:U03641 PID:4582
    +18 percent identity: 42.59%3B identified by sequence similarity%3B pu
    +tative;Dbxref=Genbank:NP_046999.1,GeneID:1194403;gbkey=CDS;product=hy
    +pothetical protein;protein_id=NP_046999.1;transl_table=11
    NC_001903.1    RefSeq    gene    10920    11417    .    -    .    ID=g
    +ene13;Name=BB_B14;Dbxref=GeneID:1194402;gbkey=Gene;locus_tag=BB_B14
    
  2. or download this
    BB_B10
    BB_B29
    ...
    BB_B03
    BB_B05
    BB_B06
    
  3. or download this
     
    #!/usr/bin/perl -w
    use Data::Dumper;
    ...
    @hashArray{@tmpDictKeyArray} = @tmpDictValueArray;
    
    print Dumper(\%hashArray);