-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test profile not working #371
Comments
For the first docker command, the issue seems to be related to having the params protocol set to "Custom" while the MIRTRACE_RUN process expects "custom" |
The docker command can be solved with adding the 'illumina' profile.
I will make a PR for this issue. |
Seems that the original singularity issue was related with running the command in gitpod, if I run this command on a different environment, I get this issue:
|
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
nextflow log: docker.log
Run details:
Branch: dev, commit: 374ec02
More info:
Test profile seems to be working in master.
Related issues:
#367
FYI @apeltzer @atrigila @grst
Tasks
The text was updated successfully, but these errors were encountered: