Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harrlol authored Jul 8, 2024
1 parent 72f63cf commit e022e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Running HAMRLNC

```
# pull HAMRLNC docker image:
docker pull chosenobih/hamrlinc:v0.3
docker pull harrlol/hamrlnc:v0.1.0a
```
```
# clone HAMRLNC repo
git clone https://github.com/chosenobih/HAMRLNC.git
git clone https://github.com/harrlol/HAMRLNC.git
cd HAMRLNC
```
```
Expand All @@ -84,7 +84,7 @@ cd /your/working/directory
# run HAMRLNC with SRA IDs with all three arms activated
docker run \
--rm -v $(pwd):/working-dir \
-w /working-dir chosenobih/hamrlinc:v0.3 \
-w /working-dir harrlol/hamrlnc:v0.1.0a \
-o test_run \
-c /demo/demo_filenames.csv \
-g Arabidopsis_thaliana.TAIR10.dna.toplevel.fa \
Expand Down

0 comments on commit e022e91

Please sign in to comment.