Version of SPAdes
#1004
-
Hello! I have a problem with the version of using the latest version 3.15.4. |
Beta Was this translation helpful? Give feedback.
Answered by
asl
Jul 16, 2022
Replies: 1 comment 1 reply
-
You are not running the version you downloaded. You are running the one installed globally. You need to run Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chienfuwu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are not running the version you downloaded. You are running the one installed globally. You need to run
spades.py
from the current directory, e.g../spades.py
.Hope this helps.