I recently tried running the test profile using docker and singularity and they both fail for different reasons:
Singularity command:nextflow run ../../main.nf -profile test,singularity --outdir results
nextflow log: singularity.log
Docker command:nextflow run ../../main.nf -profile test,docker --outdir results -resume
I recently tried running the test profile using docker and singularity and they both fail for different reasons: Singularity command:
nextflow run ../../main.nf -profile test,singularity --outdir results
nextflow log: singularity.logDocker command:
nextflow run ../../main.nf -profile test,docker --outdir results -resume
nextflow log: docker.log
Run details: Branch: dev, commit: 374ec02e9f8767a0b2a02180b74724f40be43f03
More info: Test profile seems to be working in master.
Related issues: https://github.com/nf-core/smrnaseq/issues/367
FYI @atrigila @apeltzer @grst