From 756632d1bd9aae182eab10e34b294f08744663cc Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Wed, 22 Feb 2023 10:19:16 -0500 Subject: [PATCH] fix typo --- docs/detailed-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/detailed-install.md b/docs/detailed-install.md index 7022eaa..29cf6af 100644 --- a/docs/detailed-install.md +++ b/docs/detailed-install.md @@ -65,7 +65,7 @@ tar xvfj preseq_linux_v2.0.tar.bz2 ``` Add to `PATH`! ```console -export PATH="$PATH:/path/to/peppro_tutorial/tools/preseq_v2.0/" +export PATH="$PATH:/path/to/pepatac_tutorial/tools/preseq_v2.0/" ``` #### samblaster @@ -180,7 +180,7 @@ chmod +x picard.jar ``` Create an environmental variable pointing to the `picard.jar` file called `$PICARD`. Alternatively, [update the `pepatac.yaml` file](https://github.com/databio/pepatac/blob/master/pipelines/pepatac.yaml) with the full PATH to the `picard.jar` file. ``` -export PICARD="/path/to/peppro_tutorial/tools/picard.jar" +export PICARD="/path/to/pepatac_tutorial/tools/picard.jar" ``` #### pigz @@ -268,4 +268,4 @@ After setting up your environment to run `PEPATAC`, you can confirm which means or from the web: ```console curl -sSL https://raw.githubusercontent.com/databio/pepatac/checkinstall | bash -``` \ No newline at end of file +```