Peter Pruisscher

Results 16 comments of Peter Pruisscher

@BiocondaBot please fetch artifacts

@BiocondaBot please fetch artifacts

@BiocondaBot please fetch artifacts

@BiocondaBot please fetch artifacts

![image](https://github.com/bioconda/bioconda-recipes/assets/57712924/956b90c2-d98c-49b9-9341-2e9c400e8621) Tested it using docker container in nf-core module for retroseq. Tests pass 👍

> > 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 { > >...