uwmisl / poretitioner

https://misl.cs.washington.edu
Other
3 stars 1 forks source link

Implement filter_like_existing fast5 file #68

Open kdoroschak opened 4 years ago

kdoroschak commented 4 years ago

Consistency in filtering is really important for the experiments we're running. It'd be nice to be able to pass in an existing fast5 file that's already been filtered and just use those filter parameters instead of having to go in and recreate everything in the config file.

Placeholder method filter_like_existing() is in filter.py.