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

MyDB.acx file is empty while make database #30

Open
sammywinchester19 opened this issue Sep 29, 2020 · 2 comments
Open

MyDB.acx file is empty while make database #30

sammywinchester19 opened this issue Sep 29, 2020 · 2 comments

Comments

@sammywinchester19
Copy link

sammywinchester19 commented Sep 29, 2020

Hi,

I am trying to run this program while generating the database I have a fasta file with a bacterial genome. I tried to make .edx file and .acx file but the .acx file comes out empty, and the output alignment file which I get afterward with the next script is also empty even though I expect to see some alignments.

Suleman

@sammywinchester19 sammywinchester19 changed the title Not able to execute burst.c programme MyDB.acx file is empty while make database Sep 29, 2020
@GabeAl
Copy link
Collaborator

GabeAl commented Sep 29, 2020 via email

@GabeAl
Copy link
Collaborator

GabeAl commented Sep 29, 2020

Hi, looks like you completely changed your issue (next time, please close the existing issue and open a new one, because I am emailed these issues directly and am not notified when they change).

If your acx file is empty, most likely BURST reported an issue when running. There is no way I can tell you what happened without seeing what BURST said was wrong.

Most likely you don't have enough memory. :) You will need around 6x the size of the original FASTA as RAM when building a database. To reduce this, use -d DNA QUICK 500 and -s 1000 on the commandline while building.

If you're using burst12 and are building a small amplicon DB, it can run fine on a laptop.

Otherwsie, BURST (burst15, whole-genome shotgun metagenomics) is not meant to be run on laptops or personal computers, but large workstations or servers with >128GB RAM.

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