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

Add Dockerfile #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

andrewjpage
Copy link

I've added a Dockerfile which allows for a container containing Piggy to be built (with all dependancies). If you sign up to https://hub.docker.com/ and create an automated build pointing at your github repo, it will create a new container each time you make a change.

To install it (assuming you signed up as harrythorpe to hub.docker.com):

docker pull harrythorpe/piggy

To use it you would use a command such as this (substituting in your directories), where your GFF files are assumed to be stored in /home/ubuntu/data:

docker run --rm -it -v /home/ubuntu/data:/data harrythorpe/piggy piggy -r roary_dir *.gff

@harry-thorpe
Copy link
Owner

Hi Andrew,

Thanks for this. I'll get to it as soon as I can, but I am on holiday at the moment.

Thanks,

Harry

@tseemann
Copy link

I hoped you enjoyed your 2 year holiday Harry :-P

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

Successfully merging this pull request may close these issues.

3 participants