This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Nextflow Stringtie: command not found Error

Im trying to use stringtie in my nextflow pipeline and I've tried to write the stringtie code and have gotten this error. Im not sure how to correct this.

code

error

Any help would be greatly appreciated!

nextflow rna-seq stringtie

It's bad practice to delete posts that received an answer ( = a user invested time - in this case me but it of course applies generally). Don't do that again.

1 answer

That's not a Nextflow but a simple bash error. The tool binary is not in PATH. Put the folder with the binary into PATH, or use conda or a container, see Nextflow docs for the latter two.

Log in to answer this question.