hammerlab / cohorts

Utilities for analyzing mutations and neoepitopes in patient cohorts
Apache License 2.0
20 stars 4 forks source link

all_effects caches, but does not return, all effects #253

Closed tavinathanson closed 7 years ago

tavinathanson commented 7 years ago

Found when trying to fix https://github.com/hammerlab/cohorts/issues/252

When passing all_effects to load_effects, all the effects are cached, but then effects is further mutated before being returned. (All effects are returned when they're pulled from the cache on a later call, too.)

tavinathanson commented 7 years ago

Fixed in #254