diff --git a/docs/Working_on_Wynton_Part_1.html b/docs/Working_on_Wynton_Part_1.html
index 72c1c0f..320d301 100644
--- a/docs/Working_on_Wynton_Part_1.html
+++ b/docs/Working_on_Wynton_Part_1.html
@@ -672,7 +672,7 @@ application
Cluster
Names:
-log1, log2 and plog (for PHI users)
+log1, log2 and plog1 (for PHI users)
Login
@@ -1015,6 +1015,7 @@ from source
Create install location and configure
[alice@dev1 ~]$ mkdir -p $HOME/software/samtools-1.14
+[alice@dev1 ~]$ cd samtools-1.19.2
[alice@dev1 ~]$ ./configure --prefix=$HOME/software/samtools-1.14
- Build and install
diff --git a/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd b/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd
index 8c35b81..2717a15 100644
--- a/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd
+++ b/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd
@@ -88,7 +88,7 @@ TAs:
Names:
-log1, log2 and plog (for PHI users)
+log1, log2 and plog1 (for PHI users)
## Login {.small-bullets}
@@ -335,6 +335,7 @@ echo '[alice@dev1 ~]$ mkdir -p "/scratch/$USER"
```{r, engine='bash', eval=TRUE, results='markup',comment=NA, highlight=TRUE, echo=FALSE}
echo '[alice@dev1 ~]$ mkdir -p $HOME/software/samtools-1.14'
+echo '[alice@dev1 ~]$ cd samtools-1.19.2'
echo '[alice@dev1 ~]$ ./configure --prefix=$HOME/software/samtools-1.14'
```