broadinstitute / longbow

Annotation and segmentation of MAS-seq data
https://broadinstitute.github.io/longbow/
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

fix syntaxwarning in python 3.8: `is not ""` is not recommended #167

Closed jamestwebber closed 2 years ago

jamestwebber commented 2 years ago

removes syntax warnings from is not "", part of closing #166

jamestwebber commented 2 years ago

This is no longer necessary since 3.8 isn't going to work, but still worth fixing