Skip to content

Commit

Permalink
wrapper script doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
asgray committed Apr 10, 2024
1 parent 3a85240 commit 992607d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ The wrapper script does the following:
from within the container. Depending on the environment and the software used, this
directory appears inside the container at its original location and/or at the path `/work`.

**NOTE:** When using the wrapper script with the `--docker` option, it will attempt to mount the host `$(pwd)/Libraries` folder to the container `/opt/RepeatMasker/Libraries` folder. This is intended to enable the modification of local FamDB files, but it will also overwrite the library files within the container. To avoid this, copy those files to the host system using the steps below under **Customizing the RepeatMasker libraries**.

```
curl -sSLO https://github.com/Dfam-consortium/TETools/raw/master/dfam-tetools.sh
chmod +x dfam-tetools.sh
Expand Down

0 comments on commit 992607d

Please sign in to comment.