-
Notifications
You must be signed in to change notification settings - Fork 737
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
Fix cellranger multi handling of crispr data #7175
base: master
Are you sure you want to change the base?
Conversation
We need to add this tool to |
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.
Hi @svigneau ,
Thanks for the code work here 😄
There are few things before we can consider it done.
- We have to skip conda checks as highlighted by @famosab here
- Now that the test-datasets for
crispr
are available, we must also include the nf-test run forcrispr
. Can you add that?
Other than that, it is good.
Thanks @famosab and @fmalmeida ! I have added the new tests for running Following the existing pattern, I also updated the As for skipping conda tests, |
Hi @svigneau ,
|
Thanks, @fmalmeida ! Following up on each point:
|
I think the conda_skip issue nreeds to be fixed otherwise we cannot merge because of the branch protection rules :) |
An admin can force merge 😎 |
As an update, @mashehu is working on making conda skip work again (Slack thread). So I think it makes sense to wait for the fix. |
PR checklist
Closes #7174
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
The proposed changes are described in issue 7174 and intended to fix a bug that prevents handling of CRISPR data when using
cellranger multi
with gene expression and CRISPR libraries.The addition of a test dataset with CRISPR data has been requested in PR 1415. A dedicated test for CRISPR data handling by
cellranger multi
will be submitted in a separate PR once the test dataset is approved.I removed testing using
conda
profile from the checklist because running it leads to the following error related to a different module:CELLRANGER_MKGTF module does not support Conda. Please use Docker / Singularity / Podman instead.