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

Running --graphics after analysis #427

Open
artfet opened this issue Apr 19, 2024 · 1 comment
Open

Running --graphics after analysis #427

artfet opened this issue Apr 19, 2024 · 1 comment

Comments

@artfet
Copy link

artfet commented Apr 19, 2024

I have run pyani, without specifying the --graphics option, which led to me not having a graphical output to my analysis. I dont want to rerun the whole analysis, but only generate the graophical output.

I have already stumbled upon this thread:
#15

and this response:
#15 (comment)

however, if I try to perform my analysis like this:
average_nucleotide_identity.py --skip_nucmer --skip_blastn -i PATH_input -o PATH_with previous_results --noclobber -g --gformat png,pdf,eps

I receive this error:
ERROR: Output directory /home/[...]/Results would overwrite existing files (exiting)

If I use a new folder name for the --output location, the analysis starts completely from anew.

pyani Version:

pyani 0.2.12
Ubuntu 22.04.4 LTS

@widdowquinn
Copy link
Owner

Hi @artfet - you'll need the --force option as well, as in the example from @peterjc - pyani/average_nucleotide_identity.py -i . -o demo --graphics --skip_nucmer --force --noclobber

You might want to back up the original output before you try it, just in case ;)

L.

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