Peter Pruisscher
Peter Pruisscher
@BiocondaBot please fetch artifacts
@BiocondaBot please fetch artifacts
@BiocondaBot please fetch artifacts
@BiocondaBot please fetch artifacts
 Tested it using docker container in nf-core module for retroseq. Tests pass 👍
@BiocondaBot please add label
> > Just to be sure, let's check with singularity as well? IIRC, we got a different error there. > > @peterpru ^^ Hi @martin-g, I am not currently able...
When I run the tests, docker fails, but conda and singularity succeed: Adding the following to the nextflow.config file makes docker succeed, but then singularity fails, saying it cannot have...
Added this instead, I realised the other part forced the activation of docker even while trying to run singularity: ``` docker { runOptions = '--platform=linux/amd64' } ```
> > Added this instead, I realised the other part forced the activation of docker even while trying to run singularity: > > ``` > > docker { > >...