Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 authored Feb 22, 2023
1 parent f87f1a0 commit 756632d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/detailed-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 756632d

Please sign in to comment.