-
Notifications
You must be signed in to change notification settings - Fork 421
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
Implementation of lofreq somatic and callparallel to sarek as variant callers #1619
Conversation
This PR is against the
|
|
#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.