Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/c/catfishq.html
Setting up catfishq (1.4.0+ds-1) ...
/usr/lib/python3/dist-packages/catfishq/cat_fastq.py:25:
SyntaxWarning: invalid escape sequence '\s'
channel_regex_pattern = re.compile("(^|\s)ch=(?P<channel>\d+)")
/usr/lib/python3/dist-packages/catfishq/cat_fastq.py:29:
SyntaxWarning: invalid escape sequence '\d'
channel_range_regex_pattern = re.compile("^(?P<c1>\d+)(-(?P<c2>\d+))?$")