Skip to content

Feat/implement gatk mtdna snv calling#786

Open
MatthieuBeukers wants to merge 16 commits intomainfrom
feat/implement_gatk_mtdna_snv_calling
Open

Feat/implement gatk mtdna snv calling#786
MatthieuBeukers wants to merge 16 commits intomainfrom
feat/implement_gatk_mtdna_snv_calling

Conversation

@MatthieuBeukers
Copy link
Contributor

Before submitting this PR, please make sure:

  • You have updated documentation for new/updated/removed features
  • You have added tests
  • You have manually run tests using bash test/test.sh and verified that all tests pass


stub:
cram="${meta.project.id}_${meta.sample.family_id}_${meta.sample.individual_id}.cram"
cram="${meta.project.id}_${meta.sample.family_id}_${meta.sample.individual_id}_unfiltered.cram"
Copy link
Member

Choose a reason for hiding this comment

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

revert

// mix outputs of all tools
//Channel.empty().mix(ch_snv_deepvariant, ch_snv_mtdna)
// | view
// | set { ch_snv_processed }
Copy link
Member

Choose a reason for hiding this comment

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

remove commented lines

@bartcharbon
Copy link
Member

.def and changes to build.sh seem to be missing?


mitochondria {
GRCh38 {
chrm_bed = "${VIP_DIR_DATA}/resources/GRCh38/chrm.bed"
Copy link
Member

Choose a reason for hiding this comment

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

chrm.bed should be added to the install_data.sh

Copy link
Contributor

@dennishendriksen dennishendriksen left a comment

Choose a reason for hiding this comment

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

  1. update documentation e.g. workflow graph
  2. update test thresholds (should have improved)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants