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

Cannot get BOA working - annotated_genes.py file is missing #1

Open
TimSkvortsov opened this issue May 4, 2017 · 1 comment
Open

Comments

@TimSkvortsov
Copy link

Hi @idoerg and @mortonjt , I was trying to use your program to find some bacteriocins in newly annotated genomes, but I cannot get BOA working.

I downloaded the latest version of BOA and set up all dependencies.
Then I tried to follow the instructions in the readme file:

Getting Started

First set PATH=$PATH:Bacfinder/src:Bacfinder/scripts

Before running the pipeline, two databases must be setup, the annotated genes database, and the intergenes database. This is assuming that you already have a set of genbank files and fasta genomes contained within a root directory.

To create the annotated genes database, execute the following command:

python annotated_genes.py --root-dir=< root directory of genbank files > 
                          --output-file=< output file of annotated regions >

To create the intergenes database, execute the following command:

python intergene.py --root-dir=<root directory genbank files> 
                    --output-file=< output file of intergenic regions >

It looks like that Bacfinder was renamed as BOA at one stage, so I just set my PATH accordingly.
But I wasn't able to create the database with annotated genes, as annotated_genes.py is missing. I went through the history of commits, and found that it had been removed without any comment in the commit b86e85b. I downloaded the removed file (annotated_genes.py) and tried to use it to generate a file with annotated genes, but it didn't work. The next step (python intergene.py) worked though, a file containing intergenic regions from my genbank file was generated. Anyway, I am stuck at the very beginning and cannot figure out what to do to get BOA working.

I don't know, am I doing something wrong? I would really appreciate your help.

Thank you in advance.

@idoerg
Copy link
Owner

idoerg commented May 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants