From a3fe1345774d1a50c91de1968865b1919c16452e Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Fri, 14 Mar 2025 15:11:12 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Home.md b/Home.md index 58787bc..9b2ad9d 100644 --- a/Home.md +++ b/Home.md @@ -24,6 +24,11 @@ docker run -it \ eukphylo ``` 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)" ``` docker run -it \