Closed friedue closed 3 years ago
Docker image is updated in https://hub.docker.com/r/mgibio/bam-readcount, and now contains some test data and usage examples that should make onboarding easier for folks
@friedue, thank you for your detailed suggestions. We use ENTRYPOINT
because some tools rely on it, but I've switched the link to point to the dedicated https://github.com/genome/docker-bam-readcount repo and added some documentation there that covers a few use cases.
that looks great
Related: https://github.com/openjournals/joss-reviews/issues/3722
Very much appreciate the docker image, but I feel the user-friendliness could be improved. I was trying to get the docker image to work with the test data sets provided in
test-data/
, which I feel is not such an usual use-case for peeps that may have never usedbam-readcount
before and just want to get a sense of what it does and whether the installation worked. So I'd appreciate it if you could either provide the code and/or update the dockerfile (e.g. to provide the test data within the container) so that any new user can immediately perform a test run of the tool.Here's what I ended up doing:
In addition to the test data, I recommend adding one or two more lines of example code for actually running the container -- took me a while to figure out how to get an interactive session running, which is my preferred way of using docker
Since you have a specific file dedicated to the docker documentation, I don't see a lot of harm in adding these details.