python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Nextflow with Docker -- Problem with permission rights in WSL2
On WSL2 I am running the below Nextflow process via:
script.nf -with-docker memesuite/memesuite:latest
Outcome:
Command error:
.command.sh: line 2: foo.txt: Permission denied
…but only when runnin...
ATpoint
Votes: 0
Answers: 1
Passing files to a Nextflow process based on a group ID
I am struggling with an issue that, probably, has a very basic solution.
In my (dsl2) nextflow workflow, I have a number of processes that output a tuple of a file and a value, which indicates the gro...
AGarofoli
Votes: 0
Answers: 1
nextflow's process don't chain, stops after first success
I'm working on a colleague's pipeline Nextflow 19.04 and i have a weird behavior.
in every case i used it, it was working like intended but recently we changed the technology of input data without mod...
ul.Duc
Votes: 0
Answers: 2
How do I print nextflow script parameters in arparse style?
I would like to print the parameters of my nextflow script as a help menu (e.g., nextflow run main.nf --help), similar to the way arparse does it in python (i.e., script --help).
I have trawled the we...
user3479780
Votes: 0
Answers: 1