chanzuckerberg / idseq-workflows

Portable WDL workflows for IDseq production pipelines
https://idseq.net/
MIT License
31 stars 12 forks source link

Update samtools parameters to improve indel calling #122

Closed katrinakalantar closed 3 years ago

katrinakalantar commented 3 years ago

A recent issue was raised that we were missing some INDEL calls in the output .vcf files https://github.com/chanzuckerberg/idseq-workflows/issues/97

This PR does the following:

This was tested offline using a sample with a known INDEL. The pipeline previously did not output the corresponding lines in the .vcf file, but the change has resulted in successful identification of the known INDEL.

morsecodist commented 3 years ago

Did you want me to review this?