Updated Home (markdown)

Godwin Ani 2025-03-14 15:11:12 -04:00
parent 7e1ee257f1
commit a3fe134577

@ -24,6 +24,11 @@ docker run -it \
eukphylo eukphylo
``` ```
An example for running the dockerfile that takes in an OGlist, taxonlist, and R2Gs as input. It also requires an Output folder. An example for running the dockerfile that takes in an OGlist, taxonlist, and R2Gs as input. It also requires an Output folder.
```
# Build the container
# Note: This needs to only be done once.
docker build -f Dockerfile.txt . --tag eukphylo
```
> :warning: Do not change the "dst=/$(path)", only change "src=$(pwd)" > :warning: Do not change the "dst=/$(path)", only change "src=$(pwd)"
``` ```
docker run -it \ docker run -it \