Skip to content
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

Sentieon-haplotyper and joint-germline with Sentieon Genotyper and VQSR #1007

Merged
merged 59 commits into from
May 26, 2023

Conversation

asp8200
Copy link
Contributor

@asp8200 asp8200 commented Apr 27, 2023

Ready for review.

  • The sentieon-based haplotyper-flow should be able to output vcf, gvcf and both.
  • joint-germline with Sentieon's Genotyper and VQSR (VarCal and ApplyVarCal).
  • Add Sentieon's Genotyper, VarCal and ApplyVarCal as modules to nf-core's module-repo.
  • pytest for using sentieon_haplotyper_skip_filter and sentieon_haplotyper_out_format
  • pytest for VQSR (both GATK and Sentieon). This turned out to be difficult. Created Pytest for VQSR-flow #1027 for that.
  • Update the Sentieon-modules so that they also accepts license-files. (See email from Don.)
  • cleanup

Note: The sentieon-bwamem module actually generate index-files (default behaviour, cannot be disabled) but currently Sarek recomputes the index-files, since that is what is done for the other aligners. It would be great if we could avoid the redundant index generation when Sarek uses Sentieon-bwamem for alignment. (I made a separate issue for this : #1046 )

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs- [ ] If necessary, also make a PR on the nf-core/sarek branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@asp8200 asp8200 requested a review from maxulysse as a code owner April 27, 2023 08:51
@github-actions
Copy link

github-actions bot commented Apr 27, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit cc45a80

+| ✅ 153 tests passed       |+
#| ❔   9 tests were ignored |#

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-05-26 09:38:14

@asp8200 asp8200 force-pushed the sentieon_haplotyper branch from ae73440 to 7efeeb6 Compare May 25, 2023 11:30
@asp8200 asp8200 changed the title DRAFT: Sentieon-haplotyper and joint-germline with Sentieon Genotyper and VQSR Sentieon-haplotyper and joint-germline with Sentieon Genotyper and VQSR May 25, 2023
nextflow_schema.json Outdated Show resolved Hide resolved
tests/config/tags.yml Outdated Show resolved Hide resolved
tests/config/tags.yml Outdated Show resolved Hide resolved
Copy link
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, almost ready to merge

@asp8200 asp8200 merged commit 7ffe1d4 into sentieon May 26, 2023
@asp8200 asp8200 deleted the sentieon_haplotyper branch May 26, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants