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
Hi,
I was trying to test run camisim using the docker image, but I ran into some problems. I tried a from profile simulation running metagenome_from_profile.py with the mini.biom file just as described in the example call, but however I tried I couldn't succeed for multiple reasons. Here are some problems I found:
The docker image I pulled is most likely an outdated version using python2 that should be updated. The image built from the Dockerfile from the repository could be the up to date version, but that didn't run either
The requirements.txt is was missing some dependencies, for example joblib, scipy, sklearn
The shebang in metagenome_from_profile.py and other scripts had to be updated to #!/usr/bin/env python3
in get_genomes_py the split_by_n function can't execute the perl scrpit with os.system. This can be solves by using:
Hi, yes, unfortunately the Dockerfile is not up to date. If you get it to run I would be very happy to review a pull request, but I currently do not have the capacities to update the Dockerfile to be up-to-date with the latest CAMISIM version, sorry.
For the CAMISIM 2.0 version coming up we plan on including a working Docker version
Hi,
I was trying to test run camisim using the docker image, but I ran into some problems. I tried a from profile simulation running metagenome_from_profile.py with the mini.biom file just as described in the example call, but however I tried I couldn't succeed for multiple reasons. Here are some problems I found:
intead of:
Any help and information possible updates would be really appreciated. Thank you!
The text was updated successfully, but these errors were encountered: