Skip to content

Commit 07c5a4f

Browse files
dpark01claude
andcommitted
Update README with broadinstitute org name
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9c63268 commit 07c5a4f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)