-
Notifications
You must be signed in to change notification settings - Fork 447
Implementation of lofreq callparallel to sarek as variant callers #1620
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
Conversation
@nf-core-bot fix linting |
|
Place Lofreq as a tumor-only somatic caller.
We have added |
Why have the FASTQC png files changed? Can you update CHANGELOG, I think it's almost good to go |
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
To be honest, I don't really know why the FASTQC
CHANGELOG updated, please let me know if there is anything left to be done. :) |
@nf-core-bot fix linting |
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.
Looks really great!!!
One question: What is going on with the main.nf and genemetrics/* files? Why are they changed? The main.nf should at most have punctual inclusion.
One feature request: can you please update the metromap and pipeline overview image?
Other than that ready to merge form my side
Files that shouln't have been changed should be fixed by now. I have updated the |
I'll create an issue, and I'll update the metro map at a later date (before the release). |
metro map with lofreq will be updated before next release (#1651). The other changes have been done.
#1588
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).We wanted to ask you for a code review in this PR. We are updating Sarek with new modules: lofreq somatic (paired sample variant calling) and lofreq callparallel (tumor-only variant calling). Therefore, there will be two new subworkflows: one for somatic and the other one for tumor-only.
In order to these modules fitting in Sarek, we have made some changes in them in this fork. Consequently, they are not exactly the same modules from nf-core modules repo (they will be updated when we finish this). For this reason, we will be working in parallel to update these modules in nf-core/modules.
To sum up, we wanted to ask for a code review, specifically in these new lofreq subworkflows.