oxfordmmm / gnomonicus

Python code to integrate results of tb-pipeline and provide an antibiogram, mutations and variants
Other
4 stars 0 forks source link

fix: ensure that fasta adjudication happens, even in cases of 0 mutat… #61

Closed JeremyWesthead closed 5 months ago

JeremyWesthead commented 5 months ago

…ions Basically just removes the if mutations is None guard from most of the populateEffects function in favour of a few smaller guards. Shows as a lot of line changes, but most are indentation fixes

JeremyWesthead commented 5 months ago

Holding off on merging until deployment

mcolpus commented 5 months ago

should we merge this now?