hiclib / pastis

Poisson-based algorithm for stable inference of DNA Structure
http://hiclib.github.io/pastis/
Other
34 stars 15 forks source link

Fixing normalization bug #32

Closed gesinecauer closed 6 years ago

gesinecauer commented 6 years ago

Previously, setting normalization to False in config.ini resulted in normalization being True because bool("False") = True. strtobool() solves this issue.