File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,19 @@ Docker image containing tools for read QC and processing.
1818### Pull from GitHub Container Registry
1919
2020``` bash
21- docker pull ghcr.io/OWNER /read-qc-tools:main
21+ docker pull ghcr.io/broadinstitute /read-qc-tools:main
2222```
2323
24- Replace ` OWNER ` with the GitHub organization or username.
25-
2624### Run interactively
2725
2826``` bash
29- docker run --rm -it -v $( pwd) :/data ghcr.io/OWNER /read-qc-tools:main bash
27+ docker run --rm -it -v $( pwd) :/data ghcr.io/broadinstitute /read-qc-tools:main bash
3028```
3129
3230### Run a specific command
3331
3432``` bash
35- docker run --rm -v $( pwd) :/data ghcr.io/OWNER /read-qc-tools:main fastqc reads.fastq.gz
33+ docker run --rm -v $( pwd) :/data ghcr.io/broadinstitute /read-qc-tools:main fastqc reads.fastq.gz
3634```
3735
3836## Building Locally
You can’t perform that action at this time.
0 commit comments