Bowtie2 mapping script in Nextflow Pipeline fails to execute #5225
Replies: 1 comment
-
Check the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Nextflow script that triggers multiple processes, one of which is a mapping step that utilizes Bowtie2. When I run this mapping process directly using the script or as a standalone command, the mapped files are generated successfully. However, when I attempt to run it through the Nextflow pipeline, it doesn't seem to execute.
Nextflow-run [DOES NOT WORK]:
Command-line [WORKS]:
Individual command [WORKS]:
Beta Was this translation helpful? Give feedback.
All reactions