At the moment there are a few objects that get created every time we process a site's data. In particular, three MutationMatrix objects get built up with every mutation call, but the exact same one is used every time.
It would make more sense to have these matrices as global variable or (better) members of the VariantVisitor classes that be set once at the start of the run.
At the moment there are a few objects that get created every time we process a site's data. In particular, three MutationMatrix objects get built up with every mutation call, but the exact same one is used every time.
It would make more sense to have these matrices as global variable or (better) members of the
VariantVisitor
classes that be set once at the start of the run.