Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • EricSchon
    Member
    • Nov 2013
    • 10

    Getting genbank annotation file from JGI

    Hi All,

    I would like to extract the genbank or (embl) annotation file from genomes sequenced at JGI. At JGI you can download the annotation of the genomes in gff format, and you can get the genome or CDS in fasta format.

    So my question is:

    Is there any way of retrieving the genbank file from jgi or do I have to use a conversion tool to generate the genbank file myself from the gff and fasta files.

    If so, which conversion tool would you recommend (I guess people must have had this problem before, so I hope I don’t have to make a python converter myself)

    Thanks!
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    See if one of the following works


    Comment

    • EricSchon
      Member
      • Nov 2013
      • 10

      #3
      No module named BCBio

      Originally posted by GenoMax View Post
      Thanks!

      I tried to run the gff2genbank.py file from your github repository: https://github.com/chapmanb/bcbb/blo..._to_genbank.py

      However I get an import error:

      Traceback (most recent call last):
      File "gff2genbank.py", line 13, in <module>
      from BCBio import GFF
      ImportError: No module named BCBio

      I’ve tried to pip install

      (gff2genbank)[user@cluster scripts]$ pip install bcbio-gff
      Requirement already satisfied (use --upgrade to upgrade): bcbio-gff in /c3se/users/user/Glenn/virtualenvs/gff2genbank/lib/python2.7/site-packages
      Requirement already satisfied (use --upgrade to upgrade): six in /c3se/users/user/Glenn/virtualenvs/gff2genbank/lib/python2.7/site-packages (from bcbio-gff)
      Cleaning up...

      But it doesn’t help. Can you help me how to get the BCBio this module imported?

      Specs: non-sudo user on a CentOS release 6.6 distro. Python 2.7.6 and biopython 1.62

      Comment

      • cliffbeall
        Senior Member
        • Jan 2010
        • 144

        #4
        There is a tool on the IMG that generates Genbank format directly - there is a button at the bottom of the genome main page ("Taxon Details") saying Export Genome Data and Generate Genbank File. It worked ok for what I wanted, which was to look at the annotation with Artemis.

        The help says:

        #############################################

        This tool was provided to you as an aid. We do not guarantee the output is a valid Genbank format.
        You still need to spend extra effort to make the Genbank file accepted by NCBI. And we will no longer support this tool, why?

        You may generate a custom Genbank File for one or more scaffolds.
        Your MyIMG gene annotation may override the default product name.
        (You must be logged into MyIMG to use your annotations.)
        If an IMG term is associated with a gene, this can also override the product name.
        IMG term, if present and the override option selected, also overrides MyIMG annotation.

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        13 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        28 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 11:40 AM
        0 responses
        22 views
        0 reactions
        Last Post SEQadmin2  
        Working...