-
Notifications
You must be signed in to change notification settings - Fork 55
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
Excel output fails if openpyxl isn't installed #130
Comments
I did not get any other output due to this error. Is it possible for me to concatenate the blastn files into a table without re-doing the alignments? I have the correct blastn files... |
Hi Elza, If this is the only error you have, then you should be able to either:
and (by the way, I would strongly advise that you use |
Thanks for your response. I did install, but which option do I use to point to the blast files? I am getting an error that the directory already exists. Also, could you provide a reference for the preference of ANIm? I am relatively new to this field! |
Hi Elze, I'm assuming that you're using the latest version from the To reuse the same output directory, use the There's no reference for my advice yet - I'm writing the paper that will spell this all out. Briefly…
Even with the problems of the BLAST-based methods, the results are typically close enough that you don't get many "wrong" answers (calling two things the same species when they're not, or calling them different species when they're the same), but even on the grounds of speed there's no reason to use ANIb over MUMmer. ANIm is much faster. |
Apologies for the |
I've currently got a dev environment without openpyxl installed (so tests are giving me this error). I will see what I can do to make it not just kill the run. |
I've added a |
Issue #130: Add `try/except` to catch `ModuleNotFoundError` when no `openpyxl`
Summary:
Specifying
--formats
excel fails withpyani report
ifopenpyxl
is not installedExpected Output:
A warning that
openpyxl
is not installed, and graceful failure that still produces output in the other formatspyani Version:
v0.3.0dev
Python Version:
3.6
Operating System:
CentOS6
The text was updated successfully, but these errors were encountered: