Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use indexed BLAST DB if already exists #124

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2015

  1. Use indexed BLAST DB if already exists

    Currently, when given the --proteins argument, prokka will automatically create a BLAST indexed database using the makeblastdb command, regardless of whether or not one already exists. This modification will search the directory of the protein database that is supplied by the user to determine whether an indexed database with the same prefix as the fasta file supplied already exists. If it does, prokka will use that instead of creating a new one.
    cnthornton committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    b45a0eb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. Configuration menu
    Copy the full SHA
    dd9b3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5d50f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2016

  1. Configuration menu
    Copy the full SHA
    455bb0b View commit details
    Browse the repository at this point in the history
  2. Remove database files

    cnthornton committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    9f9701e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    40187cd View commit details
    Browse the repository at this point in the history
  2. Change gene_id to genefam

    cnthornton committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    6e9f42c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    524a68c View commit details
    Browse the repository at this point in the history
  2. workaround tbl2asn errors

    cnthornton committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    53f5562 View commit details
    Browse the repository at this point in the history
  3. change db directory back

    cnthornton committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    6b3dd7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c898b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36c43ad View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Update prokka db location

    cnthornton committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    84b010a View commit details
    Browse the repository at this point in the history