Skip to content

Commit 569f1ab

Browse files
authored
Change DockerHub repository links in README
Updated DockerHub badge and pull command to reflect new repository.
1 parent 911af1c commit 569f1ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Tests](https://github.com/PennChopMicrobiomeProgram/dnabc/actions/workflows/pr.yml/badge.svg)](https://github.com/PennChopMicrobiomeProgram/dnabc/actions/workflows/pr.yml)
44
[![codecov](https://codecov.io/gh/PennChopMicrobiomeProgram/dnabc/graph/badge.svg?token=LB4WAS4S61)](https://codecov.io/gh/PennChopMicrobiomeProgram/dnabc)
55
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ead94847cf8540108fa831be4664db0b)](https://app.codacy.com/gh/PennChopMicrobiomeProgram/dnabc/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
6-
[![DockerHub](https://img.shields.io/docker/pulls/ctbushman/dnabc)](https://hub.docker.com/repository/docker/ctbushman/dnabc/)
6+
[![DockerHub](https://img.shields.io/docker/pulls/chopmicrobiome/dnabc)](https://hub.docker.com/repository/docker/chopmicrobiome/dnabc/)
77

88
Identify DNA barcodes in FASTQ data files and write demultiplexed data.
99

@@ -21,7 +21,7 @@ dnabc -h
2121
### DockerHub
2222

2323
```bash
24-
docker pull ctbushman/dnabc:latest
24+
docker pull chopmicrobiome/dnabc:latest
2525
docker run --rm --name dnabc dnabc dnabc -h
2626
```
2727

0 commit comments

Comments
 (0)