Closed hoelzer closed 3 years ago
@replikation I will restructure the code a bit, please don't merge now
@hoelzer ok. Change so far are good. A simple Test Profile nicht be good now with added changes at some point. I dont merge
okay done @replikation - I just saw that you do the coverage plot qc directly in the artic sub-workflow and added the seq ident process also at that place.
Not sure, we might have some clash with the other PR #15 we need to solve then, but I can do this if you are fine with both PRs :)
I basically implemented a consensus quality check via https://gitlab.com/RKIBioinformaticsPipelines/president
The tool itself is still under active development and soonish we need to update the docker file but basically, it's working.
Now, for every calculated consensus sequence, a comparison to (per default) Wuhan strain is running reporting:
(example of good quality)
or
(example of low quality; a lot of mismatches due to Ns)
This basically fixes #13 for now and might need some adjustments in production (and when there are changes to the tool itself).