Hi all, I'm trying to visualize certain genes using sanger's genome visualization tool Artemis.For that I want to modify a Genbank file by adding misc_features and their value as the sequnece start..end and /colour=2 identifier between FEATURES and SOURCE identifiers as follows:
FEATURES             Location/Qualifiers
     misc_feature     3360096..3361436
                      /colour=2
     misc_feature     2931510..2932826
                      /colour=2
     misc_feature     904348..906762
                      /colour=2
source          1..3544776
                     /organism="Geobacillus kaustophilus HTA426"
                     /mol_type="genomic DNA"
                     /strain="HTA426"
                     /isolation_source="isolated from the deepest Ocean"
                     /db_xref="taxon:235909"
                     /note="thermophile"
As this is going to be implemented with a lot of genes and genomes therefore could anybody suggest me a perl script which does this job by taking sequence coordinate(start..end) and the genbank file (to be modified) as input and outputing the desired Genbank file.Any help is highly appreciated.