From b527661bdb72a04a65cd28708d69fafd296726a9 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Fri, 14 Mar 2025 15:09:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 127b0a9..e38206b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run -it \ ``` An example for running the dockerfile that takes in an OGlist, taxonlist, and R2Gs as input. It also requires an Output folder. -> :warning: Do not edit the "dst=/$(path)" +> :warning: Do not change the "dst=/$(path)", only change "src=$(pwd)" ``` docker run -it \ --mount type=bind,src=/Users/gani/phylotol_ms/Docker/PT2/OG_list.txt,dst=/EukPhylo/PTL2listofOGs.txt \