Replies: 2 comments
-
If the index files aren't already available in the container image, you have to declare a process input for the index files and provide them when you call the process in your workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Ben,
Thank you very much for your reply. I will give that a go as it has been
driving me crazy!
Bw
…On Thu, 2 Mar 2023 at 02:03, Ben Sherman ***@***.***> wrote:
If the index files aren't already available in the container image, you
have to declare a process input for the index files and provide them when
you call the process in your workflow.
—
Reply to this email directly, view it on GitHub
<#3691 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKNAIIEDNT6A3WMU6H7TE2LWZ5XOXANCNFSM6AAAAAAVI64NGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Best Wishes,
Andrew Smith
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
HI Everyone,
I am currently attempting to get BWA-MEM to run inside an isolated container within nextflow. Currently I can get nextflow to run, no problem at all with BWA installed locally on my Ubuntu 20.04 machine. However, Each time I attempt to run this process inside a container (which has an ubuntu 20.04 base image and BWA installed on that) Nextflow keeps informing me that it is unable to find thew BWA index files.
First I thought this may be a permissions issue with regards to the indexes. But that does not seem to be the case as BWA-MEM runs perfectly with the indexes outside of the container with a locally installed BWA. I am currently thinking that as it is running in a docker container, the location of the indexes are not within the scope of the BWA container?
Andy help would be greatly appreciated
nextflow.config
Beta Was this translation helpful? Give feedback.
All reactions