Skip to content
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

Open
wangshun1121 opened this issue May 5, 2021 · 5 comments
Open

Docker? #9

wangshun1121 opened this issue May 5, 2021 · 5 comments

Comments

@wangshun1121
Copy link

Should there be a docker image of this tool?

@dmnfarrell
Copy link
Owner

Yes there probably should but I haven't thought of making one. If you know how please let me know!

@wangshun1121
Copy link
Author

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!

@wangshun1121
Copy link
Author

wangshun1121 commented May 7, 2021

@dmnfarrell

I developed a docker image, using following CMD to pull and have a try:

docker pull wangshun1121/smallrnaseq:latest 

The docker file is https://github.com/wangshun1121/smallrnaseq/blob/master/Dockerfile

@dmnfarrell
Copy link
Owner

How do I run this?

@wangshun1121
Copy link
Author

Try following CMDs:

docker run -it wangshun1121/smallrnaseq:latest  bash

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants