AntonelliLab / seqcap_processor

Bioinformatic pipeline for processing Sequence Capture data for Phylogenetics
MIT License
21 stars 12 forks source link

Good loci lost during phasing #17

Open brunoasm opened 5 years ago

brunoasm commented 5 years ago

I noticed that some of my samples that sequenced at highest coverage have several loci missing after phasing. After some testing with samtools, I think the problem is that by default max coverage is set to 256 (flag -D). It seems SECAPR code does not change this flag, so maybe setting it to something higher will eliminate the problem.