Skip to content

Commit

Permalink
Docker quay usage (brentp#70)
Browse files Browse the repository at this point in the history
* Update docker usage
  • Loading branch information
alok123t authored and brentp committed Jan 25, 2019
1 parent 200dab0 commit a7622f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The simplest way is to [![install with bioconda](https://img.shields.io/badge/in
It can also be installed with `brew` as `brew install brewsci/bio/mosdepth` or used via docker with quay:
```
docker pull quay.io/biocontainers/mosdepth:0.2.4--he527e40_0
docker run -v /hostpath/:/opt/mount quay.io/biocontainers/mosdepth:0.2.4--he527e40_0 mosdepth -n --fast-mode -t 4 --by 1000 /opt/mount/sample $bam
docker run -v /hostpath/:/opt/mount quay.io/biocontainers/mosdepth:0.2.4--he527e40_0 mosdepth -n --fast-mode -t 4 --by 1000 /opt/mount/sample /opt/mount/$bam
```

Unless you want to install [nim](https://nim-lang.org), simply download the
Expand Down

0 comments on commit a7622f2

Please sign in to comment.