databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

`DeprecationWarning` for many regex patterns / escape sequences #203

Open vreuter opened 8 months ago

vreuter commented 8 months ago

In files like ngstk.py, it looks like there are some escape sequences in patterns for regex matching that are generating DeprecationWarning messages.

This could likely be fixed by prefixing with r.