From 6c5763c5b810d69de00c446dc1891308a971c5ae Mon Sep 17 00:00:00 2001 From: "Kelly Sovacool, PhD" Date: Wed, 2 Oct 2024 15:32:40 -0400 Subject: [PATCH] docs: clarify $USER in HPCDME properties --- docs/HPCDME/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/HPCDME/setup.md b/docs/HPCDME/setup.md index 7b396fe..3b7e3f0 100644 --- a/docs/HPCDME/setup.md +++ b/docs/HPCDME/setup.md @@ -33,6 +33,8 @@ cp hpcdme.properties-sample hpcdme.properties Some of the parameters in this file have become obsolete over the course of time and are commmented out. Change paths and default values, as needed +> Note: replace `$USER` with your actual username in the properties file. Bash variables will not be interpolated. + ```bash #HPC DME Server URL #Production server settings @@ -152,4 +154,4 @@ Done! You are now all set to use CLUs. * [HPC_DME_APIs repo](https://github.com/CBIIT/HPC_DME_APIs/) * [User guides](https://github.com/CBIIT/HPC_DME_APIs/tree/master/doc/guides) * [Wiki pages](https://wiki.nci.nih.gov/display/DMEdoc/Getting+Started+with+DME+CLU) - * [Yuri Dinh](mailto:yuri.dinh@nih.gov) \ No newline at end of file + * [Yuri Dinh](mailto:yuri.dinh@nih.gov)