pysamstats icon indicating copy to clipboard operation
pysamstats copied to clipboard

pysamstats Docker image

Open fjukstad opened this issue 8 years ago • 1 comments

Hey!

Great project! Lately I've been working with analyses in Docker containers so I put together a pysamstats Docker image. Here's the Dockerfile if you want something to build on for an 'official' pysamstats image.

Example: If a user has a /data/example.bam file that he wants to run through pysamstats. Then the user can just run

$ docker run -v /data:/data -t fjukstad/pysamstats -t coverage /data/example.bam

and get the results printed to stdout. This only requires the user to install Docker.

PS: The Docker image I put together could probably be refactored etc. to make it smaller!

Cheers, Bjørn

fjukstad avatar Nov 23 '16 20:11 fjukstad

Thanks for letting me know, very cool!

alimanfoo avatar Nov 23 '16 22:11 alimanfoo