smithlabcode / dnmtools

Tools for analyzing DNA methylation data
https://dnmtools.readthedocs.io
GNU General Public License v3.0
30 stars 9 forks source link

pmd crash if insufficient data unless verbose mode used #156

Closed andrewdavidsmith closed 1 year ago

andrewdavidsmith commented 1 year ago

The condition to exit on insufficient data is within a check for verbose mode. This needs to be fixed by moving the exit out of the condition.

andrewdavidsmith commented 1 year ago

Closed with PR #157