Skip to content

Commit

Permalink
update TAG to latest in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion authored Sep 6, 2019
1 parent 9cec12d commit 38124b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ The [Genpipes](https://bitbucket.org/mugqic/genpipes/src/master/README.md) tools
Then run with docker
```
#!bash
docker run --privileged -v /tmp:/tmp --network host -it -w $PWD -v $HOME:$HOME --user $UID:$GROUPS -v /etc/group:/etc/group -v /etc/passwd:/etc/passwd c3genomics/genpipes:<TAG>
TAG=latest
docker run --privileged -v /tmp:/tmp --network host -it -w $PWD -v $HOME:$HOME --user $UID:$GROUPS -v /etc/group:/etc/group -v /etc/passwd:/etc/passwd c3genomics/genpipes:$TAG
```

or singularity
```
#!bash
singularity run docker://c3genomics/genpipes:<TAG>
TAG=latest
singularity run docker://c3genomics/genpipes:$TAG
```


Expand Down

0 comments on commit 38124b3

Please sign in to comment.