Input file does not exists (Nextflow/Docker) #541
Unanswered
MartonHorvath98
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Did you set your nextflow config appropriately to use containers? I.e.: docker.enabled = true |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Here I guess the command in the nextflow process was simply wrong |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a similar issue to #326! I am trying to inplement a process using agat_convert_sp_gxf2gxf.pl, and agat_convert_sp_gff2bed.pl to convert my GTF reference to BED. When using my locally installed version of the tool in a conda environment it works perfectly!
But when I try to load it in the pipeline from the nextflow.config file, as:
the execution fails, and iget the same error message as #326 :
How could I solve the mounting issue?
Beta Was this translation helpful? Give feedback.
All reactions