You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: