Skip to content

Commit e13d890

Browse files
authored
Update README.md
1 parent 74e3577 commit e13d890

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,20 @@ conda activate skder_env
4747

4848
### Docker
4949

50-
*Coming soon!*
51-
52-
<!---
5350
Download the bash wrapper script to simplify usage for skDER or CiDDER:
5451

5552
```bash
53+
# download the skDER wrapper script and make it executable
54+
wget https://raw.githubusercontent.com/raufs/skDER/refs/heads/main/Docker/skDER/run_skder.sh
55+
chmod a+x run_skder.sh
5656

57+
# or download the CiDDER wrapper script and make it executable
58+
wget https://raw.githubusercontent.com/raufs/skDER/refs/heads/main/Docker/CiDDER/run_cidder.sh
59+
chmod a+x run_cidder.sh
5760

58-
# make executable
59-
chmod a+x run_skDER.sh
61+
# test it out!
62+
./run_skder.sh -h
63+
./run_cidder.sh -h
6064
```
6165

6266
Optionally, if you are interested in filtering MGEs using geNomad, download the relevant databases:
@@ -67,8 +71,6 @@ mv genomad_db_v1.5* genomad_db_v1.5.tar.gz
6771
tar -zxvf genomad_db_v1.5.tar.gz
6872
```
6973

70-
-->
71-
7274
### Conda Manual
7375

7476
```bash

0 commit comments

Comments
 (0)