- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
          First nf-core/sopa release
          #8
        
          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
base: master
Are you sure you want to change the base?
Conversation
| 
           I finally solved the singularity issue! For some context: cellpose uses a cache which is located in the  I don't know if this is the cleanest way, though. I had a similar issue earlier with numba, but I fixed it in a different manner, i.e., adding this line directly in the Dockerfile: What do you think is best? Is it fine to keep it as is?  | 
    
| 
           yes, I would recommend to the same thing (and to not hard-code   | 
    
| 
           Ok, thanks @mashehu. Cellpose is used in only one process, so it's quite easy to add the   | 
    
Important! Template update for nf-core/tools v3.4.1
Update to new runner size syntax
New release PR after recent updates (moving processes to modules, and using
-params-fileinstead of--configfile).The conda tests are broken for two profiles because some processes require the installation of a specific command-line tool. It works well using docker or singularity though. Do you know how I could fix this? Or maybe prevent using conda for some specific profiles (e.g., baysor and proseg).
EDIT: actually, there is also an issue with singularity on
test_cellpose. This is due to a permission issue to write in the HOME directory. The lines below fixed the issue for Docker, but apparently not for Singularity...withName: PATCH_SEGMENTATION_CELLPOSE { containerOptions = '' }Happy to hear from your review @mashehu @kenibrewer!
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).