-
Notifications
You must be signed in to change notification settings - Fork 736
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
New module: scsplit/count #5349
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing this module. I have left my suggestion to solve the error when running in a conda environemnt, hope this will work!
Ideally the scsplit tool is put into bioconda, which would make the docker and singularity containers automatically. That would mean that scsplit would be present in the $PATH in all three container engines. |
scsplit is already available on bioconda(https://anaconda.org/bioconda/scsplit) but idk why it is still not present in $PATH |
Well, this PR is currently not using bioconda or the associated biocontainer, so maybe if it is swapped to those it'll work fine? |
nope scSplit is still not found in $PATH.. |
Gernal update:
|
Summary of changes
New module
scsplit/count
to demultiplex single-cell data.PR checklist
Closes #5348
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda