-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker? #9
Comments
Yes there probably should but I haven't thought of making one. If you know how please let me know! |
OK, I'll fork this repo to mine, and try to develop a docker image. I'll let you know if I complete a fine image! |
I developed a docker image, using following CMD to pull and have a try:
The docker file is https://github.com/wangshun1121/smallrnaseq/blob/master/Dockerfile |
How do I run this? |
Try following CMDs:
then you'll enter the container of small RNA analysis environment, and see whether your tools work. By the way, I develop this image using python3 environment, and in your scripts, there are few codes using python2. I've modified your codes in my repo, you can check up these codes in git commit info. |
Should there be a docker image of this tool?
The text was updated successfully, but these errors were encountered: