CCBR / CHARLIE

Circrnas in Host And viRuses anaLysis pIpEline for Detection Annotation Quantification of circRNAs
https://ccbr.github.io/CHARLIE/
MIT License
2 stars 1 forks source link

fix: set singularity bind paths #119

Closed kelly-sovacool closed 1 month ago

kelly-sovacool commented 1 month ago

Changes

singularity bind paths had an extra trailing quote due to the get_singularity_binds() function, which caused rules to fail while loading the singularity container.

additionally, including the full /lscratch/$SLURM_JOB_ID caused jobs to fail because $SLURM_JOB_ID resolved to the main job's ID, rather than the individual job ID.

this adapts code from RENEE for resolving the bind paths for singularity.

Issues

also resolves #120

PR Checklist

(~Strikethrough~ any points that are not applicable.)