-
Notifications
You must be signed in to change notification settings - Fork 417
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
Support for PureCN #1710
base: dev
Are you sure you want to change the base?
Support for PureCN #1710
Conversation
|
I didn't hook the VCF part yet, because PureCN depends on MuTect2, but it also requires specific parameters:
a. MuTect2 is being run; |
Also lint fails, |
This needs to be upstreamed pronto!
As discussed as the hackathon, we can reasonably assume PureCN is run in the recommended way.
As long as Mutect has been run with a PoN, PureCN can work with it.
From the implementation side, at least conceptually, everything should be in place. I can't test this here at the hackathon, so this will have to wait until I'm back to use some real-world tests. |
This PR implements support for PureCN (https://github.com/lima1/).
Design rationale talked at the hackathon:
CI is failing, but in areas I didn't touch (hopefully!)
TODO:
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).