Conversation
- sets the minimum variant quality for consensus masking in ARTIC workflow - (ARTIC) default is 20
|
Testing it right now. Looking at the code, I guess we should also apply this to "artic_medaka_custom_bed"!? |
Upsi, forgot this in the heat of the moment. I'm on it |
|
Tested it now with two datasets:
Workflow runs through, perfectly fine. Yet, the results are exactly the same between the master and this branch. So, I am unsure whether the parameter-flag does not work as intended or whether my datasets are not suited for testing it!? |
|
Probably you don't have variants with variant qc below E.g.: ( vs The |
|
Screened now through all the pass.vcf-files of my test runs and, as you said, couldn't find a single case of too low quality with the new setting. Some entries were 1:20 (quality: 20.XXX), just enough to get accepted, but nothing below. How did you come to the cut-off of 20? Looking into the (quite outdated) artic manual at https://artic.readthedocs.io/en/latest/commands/, this specific flag isn't even specified...? Only [--min-mapq], which reads slightly different, but had a default value of 20. |
Great, on the CLI the default value is not printed... I checked the following: |
Great, on the CLI the default value is not printed, either way, I checked the following: |
|
Alright, so artic already applied this parameter in the background with its default value of 20. Then the results are reproducible if the parameter is unchanged. Workflow is working. Fine on my end, I will merge it into the master:) |
20I run the pipeline locally without errors and expected outcome changes.