You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The footprinting module needs refactoring for a number of reasons, including code clarity and general good programming practices. Ideally, we would like to make footprinting parallelisable, but due to how the footprinting is implemented, this isn't possible as one must pass an open file object (a BAMHandler) to Wellington, and this isn't pickleable.
The text was updated successfully, but these errors were encountered:
The footprinting module needs refactoring for a number of reasons, including code clarity and general good programming practices. Ideally, we would like to make footprinting parallelisable, but due to how the footprinting is implemented, this isn't possible as one must pass an open file object (a
BAMHandler
) to Wellington, and this isn't pickleable.The text was updated successfully, but these errors were encountered: