A test that was clustering all unique 5-mers was reduced to all 4-mers as the memory
usage of all 5-mers was causing a segfault when trying to run the tests during the
docker image build.
Removed
Singularity file as it is redundant with the new Dockerfile (that will be hosted on
quay.io)
scipy dependency. We never actually explicitly use scipy.
Once this PR is approved I will set quay.io to build on tagged commits (i.e. version releases)
Added
-V
option to get versionChanged
Removed
scipy
dependency. We never actually explicitly usescipy
.Once this PR is approved I will set quay.io to build on tagged commits (i.e. version releases)