Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs authored Sep 12, 2024
1 parent 74e3577 commit e13d890
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,20 @@ conda activate skder_env

### Docker

*Coming soon!*

<!---
Download the bash wrapper script to simplify usage for skDER or CiDDER:

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

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

# make executable
chmod a+x run_skDER.sh
# test it out!
./run_skder.sh -h
./run_cidder.sh -h
```

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

-->

### Conda Manual

```bash
Expand Down

0 comments on commit e13d890

Please sign in to comment.