Stringtie executables is in PATH variable #3775
Answered
by
mribeirodantas
selenaajohn
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mribeirodantas
Mar 19, 2023
Replies: 1 comment 2 replies
-
Do:
instead. Or, you can also move the stringtie binary to the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
selenaajohn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do:
instead. Or, you can also move the stringtie binary to the
.bin/
folder within the project folder of your pipeline. Nextflow will automatically add it to the$PATH
of the task. Also, ideally, you should use a container image with the tools you need.