Closed zhafen closed 11 months ago
After looking into pypet, I think it's probably just too much. It's able to do too much, and therefore likely prone to breaking. Instead I'll focus on using minimal code, probably trove+jug+a dictionary of core arguments.
linefinder suffers from two primary related issues: A) Running linefinder can be a relatively involved process including using jug properly. B) Additional post- or pre-processing is usually necessary to interpret the results. Combined these discourage use.
The proposed roadmap for addressing these two problems is:
This is related to Issues #9, #22, #97, and #101 .