File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,20 @@ conda activate skder_env
4747
4848### Docker
4949
50- * Coming soon!*
51-
52- <!-- -
5350Download 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
6266Optionally, 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
6771tar -zxvf genomad_db_v1.5.tar.gz
6872```
6973
70- -->
71-
7274### Conda Manual
7375
7476``` bash
You can’t perform that action at this time.
0 commit comments