-
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 #1602
Conversation
This PR is against the
|
|
We have implemented Unfortunately, we weren't able to implement |
@nf-core-bot fix linting |
@nf-core-bot fix linting |
@nf-core-bot fix linting pretty please |
@nevinwu and I have decided to close this PR and make the same changes in the Dev branch instead of the master, as it seems that Prettier has changed many files, and that was not our intention. |
#1588
nf-core lint
).nf-test test tests/ --verbose --profile +docker
).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) andlofreq 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.