cancerit / telomerecat

Telomerecat: The telomere computational analysis tool
GNU General Public License v3.0
20 stars 5 forks source link

Change request: add docker run command to docs/readme #36

Open chrispyatt opened 3 years ago

chrispyatt commented 3 years ago

It's not obvious, without prior knowledge of docker, how to actually run the containerised commands once pulled via "docker pull quay.io/wtsicgp/telomerecat:${VERSION_TEL}".

May I suggest adding an example command so an inexperienced user can see how to get their data to the container and of course how to actually run a telomerecat command: "docker run -v $(pwd):/home/ubuntu quay.io/wtsicgp/telomerecat:4.0.1 telomerecat bam2length bam_input"