sheikki

Results 3 issues of sheikki

In order to compile Mash on Ubuntu 20.04 LTS I had to make the following changes: In **configure**: Line 2009 - Change the path because apt installs capnp to `/usr/bin/`...

How to reproduce: ``` wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/007/463/835/GCA_007463835.1_PDT000542330.1/GCA_007463835.1_PDT000542330.1_ge nomic.fna.gz gunzip GCA_007463835.1_PDT000542330.1_genomic.fna.gz sistr -m --qc -f tab -t 2 -i GCA_007463835.1_PDT000542330.1_genomic.fna GCA_007463835.1_PDT000542330.1 -o GCA_007463835.1_PDT000542330.1 Traceback (most recent call last): File "/usr/local/bin/sistr", line 8,...

### Description of bug This happens with the latest released binaries on Ubuntu 24.04. Just running spades.py: ``` spades.py /usr/local/share/spades/spades_pipeline/support.py:488: SyntaxWarning: invalid escape sequence '\d' return [atoi(c) for c in...