My additional comments: I haved done two things:
1.) added a profile to the file nextflow.config. That profile is for using singularity instead of docker for using the docker images.
I have tried it on the SAGA hpc cluster in Oslo. There it works.
2.) I have modified the location of the blast database. I needed to do that, because it would not work otherwise on our system. You might want to reject that change.
nf-core/nanoclust pull request
Many thanks for contributing to nf-core/nanoclust!
Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md
My additional comments: I haved done two things: 1.) added a profile to the file nextflow.config. That profile is for using singularity instead of docker for using the docker images. I have tried it on the SAGA hpc cluster in Oslo. There it works. 2.) I have modified the location of the blast database. I needed to do that, because it would not work otherwise on our system. You might want to reject that change.
Thomas