-
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
Add cnvkit genemetrics #1223
Add cnvkit genemetrics #1223
Conversation
This PR is against the
|
Hi @grantn5, |
Hey! Thanks for adding this. Looks like you might not be quite up to date on the dev branch, the Changelog is missing quite some things. Can you merge in dev? |
Hey, That should be done! |
|
Hey! Sorry for the delay once this PR is merged the tests should be triggered automatically. Did you test the genemetrics implementation on some data already? I am just wondering if the gene name display works properly, because we currently still have a feature request open to the refFlat file. |
@nf-core-bot fix linting |
Hi Yes I have tested that it works on some of my own data, i usually annotate my data with a bed file from ensembl and it the names appear fine. |
@nf-core-bot fix linting |
@maxulysse can you review, Grant and me pair-programmed the PR now :D |
Looking good, I think we're just missing the commented line in the output block |
Co-authored-by: Maxime U Garcia <[email protected]>
PR checklist
This PR adds the genemetrics module to CNVkit which creates an extra genemetrics file. Showing CNVs on a per gene level. If annotation is present, else an empty file is made
nf-core lint
).nextflow run . -profile 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).