Skip to content

Conversation

@pontushojer
Copy link

The current coverage calculation is using the total genome length to calculate the mean chromosome coverage. Instead the chromosome length should be used. This is also calculated on line 47 but for whatever reason overwritten by the total genome length value which is removed in this PR.

The error means that for each chromosome the coverage has been calculated too low. Furthermore since the coverage is used to calculate the threshold for calling candidates as "PASS" or "FAIL", this threshold has been calculate too low. This would in turn lead to the higher false positive rates if relying on "PASS" entries.

Note that this PR should follow #20.

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.

1 participant