diff --git a/docs/klone_Running-a-Job.md b/docs/klone_Running-a-Job.md index cc84496f..c2964680 100644 --- a/docs/klone_Running-a-Job.md +++ b/docs/klone_Running-a-Job.md @@ -64,6 +64,7 @@ This section contains the commands/programs you want executed. You can treat it --home $PWD \ --bind /mmfs1/home/ \ --bind /mmfs1/gscratch/ \ + --bind /gscratch/ \ /gscratch/srlab/containers/srlab-bioinformatics-container-.sif \ ``` diff --git a/docs/klone_quick-start.md b/docs/klone_quick-start.md index b861170a..80e3904d 100644 --- a/docs/klone_quick-start.md +++ b/docs/klone_quick-start.md @@ -18,6 +18,7 @@ See the ["Running a job" instructions](./klone_Running-a-Job.md) for a more deta --home $PWD \ --bind /mmfs1/home/ \ --bind /mmfs1/gscratch/ \ + --bind /gscratch/ \ /gscratch/srlab/containers/srlab-bioinformatics-container-.sif \ ```