[WIP] Update PE Illumina amplicon data variation workflow#82
[WIP] Update PE Illumina amplicon data variation workflow#82wm75 wants to merge 5 commits intogalaxyproject:mainfrom
Conversation
Most importantly, this version corrects allele-frequency calculation for called variants.
|
Hmm, any idea what the remaining issue with the WF test is @mvdbeek ? |
Not sure which tool this is, but it fails on the |
|
Probably lofreq-viterbi |
|
Ah, an unconnected ref input to the new lofreq call step! Thanks for the pointer! |
|
That's a good test for @simonbray's new linters! |
|
Oh, should have checked myself :( |
|
Not sure the multi QC plots output ever had a label. At least I haven't touched the step at all. |
|
Yeah, don't think that's necessary |
|
Lets see if the currently running test succeeds, but can just as well add the label afterwards :) |
|
Nice! But looks like there's still a minor test diff: Maybe increase the lines_diff ? |
|
I think I've seen that small difference in FDR adjusted QUAL score thresholds (the min_snvqual and min_indelqual INFO lines) between the workflow on .eu and in testing here previously. It's a bit worrying that this is not 100% reproducible. Given how small the difference is, however, it's probably ok to ignore it for now? |
|
From @wm75:
|
|
Did we decide not to pursue this @wm75 ? |
|
The solution here got superseded by #94. |

Most importantly, this version corrects allele-frequency calculation for called variants.
@nekrut please read the changelog carefully.
This solution to the AF issue is different from what we discussed before. It should leave actual called variants unaltered and only fix call stats. The price to pay is increased computational demand again because we need to run lofreq yet another time on each sample.