You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm a bioinformatics grad student currently writing a paper on this tool. My objectives are to compare the numba-accelerated version to the base version in the paper, but I noticed that Woltka currently doesn't have an image on Dockerhub, nor a dedicated Dockerfile in the Github.
The Docker container image currently pips numba and woltka then downloads the test data zip file, unzips it, and puts users in the test directory. This can be pared down to only download woltka and numba without downloading the test data, or download woltka without numba in other tagged versions.
If you'd like, I can make a branch and submit a pull request with the Dockerfile so that it can exist on the Github as well.
Cheers and keep up the good work for this exciting project,
Dane Zeeb
The text was updated successfully, but these errors were encountered:
Hello! I'm a bioinformatics grad student currently writing a paper on this tool. My objectives are to compare the numba-accelerated version to the base version in the paper, but I noticed that Woltka currently doesn't have an image on Dockerhub, nor a dedicated Dockerfile in the Github.
I've gone ahead and dockerized Woltka, made a Dockerfile, and uploaded the container image of Woltka with numba acceleration to Dockerhub here: https://hub.docker.com/layers/danezeeb/woltka-numba-accelerated/latest/images/sha256-c22f74dd53f36941f6be4130398cdec9a59495e2774f26ee9aae3da96ce8e988?context=repo
The Docker container image currently pips numba and woltka then downloads the test data zip file, unzips it, and puts users in the test directory. This can be pared down to only download woltka and numba without downloading the test data, or download woltka without numba in other tagged versions.
If you'd like, I can make a branch and submit a pull request with the Dockerfile so that it can exist on the Github as well.
Cheers and keep up the good work for this exciting project,
Dane Zeeb
The text was updated successfully, but these errors were encountered: