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

BLAST version in fragmentation tools for ab initio #92

Open
NooraAz opened this issue Jul 13, 2024 · 1 comment
Open

BLAST version in fragmentation tools for ab initio #92

NooraAz opened this issue Jul 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@NooraAz
Copy link
Contributor

NooraAz commented Jul 13, 2024

There is a version incompatibility between the nr library and the BLAST version that causes the following error when running make_fragments.pl:

[fastacmd] ERROR: ERROR: Cannot initialize readdb for nr database

That's because the default nr library is upgraded to V5, but fastacmd can only read V4.
There are two options here:

  1. Downgrading nr library
  2. Upgrading BLAST

The new BLAST is faster, but it needs more work and rewriting of code. Downgrading nr is an easier fix.

I want to know your opinion, before working on it, should we downgrade nr or upgrade BLAST? And of course, I would appreciate any help in fixing this.

@NooraAz NooraAz added the bug Something isn't working label Jul 13, 2024
@dgront
Copy link
Member

dgront commented Jul 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants