-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Hello!
I have been using artic v1.2.4 (experimental medaka pipeline) for a long time and wanted to switch to artic v1.6.0. I wanted to compare the consensus sequences generated by the two different versions with artic minion
, using the same sample and primer scheme, and noticed that I had more Ns in the consensus sequence generated by artic v1.6.0 compared to the one generated by v1.2.4 in one sample. Looking at the coverage_mask.txt
file, two amplicons were masked by v1.6.0 which were not masked by v1.2.4.
In the coverage_mask.txt.2.depths
file of v1.6.0 the depths for one of these masked amplicons are the following:
Position | Depth |
---|---|
9540 | 8 |
9541 | 9 |
9542 | 11 |
9543 | 11 |
9544 | 11 |
9545 | 11 |
9546 | 11 |
However, in coverage_mask.txt.2.depths
of v1.2.4 it looks like this at these positions:
Position | Depth |
---|---|
9540 | 396 |
9541 | 396 |
9542 | 396 |
9543 | 396 |
9544 | 396 |
9545 | 396 |
9546 | 396 |
Interestingly, according to the amplicon_depths.tsv
file of v1.6.0 the mean_depth for this amplicon is 360. I wanted to ask, why the depths in the coverage_mask.txt.2.depths
file are lower in v1.6.0 than in v1.2.4 in the same sample and why they differ from amplicon_depths.tsv
. Are there any parameters that I could change to achieve the same depths as in v1.2.4?
Thank you in advance!