Question: How to read the GenBank (.gbk) file and output the following extracted features in tabular format: Start and Stop position, Strand, protein_id, Locus_tag and product
0
Sumit • 0 wrote:
I have a genbank file. I want to extract the Start and Stop position, Strand, protein_id, Locus_tag and product of all CDS in tabular format... Using Biopython or Bioperl How can it possible???