diff options
author | Frederick Muriuki Muriithi | 2023-05-26 13:21:33 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-05-26 13:21:33 +0300 |
commit | fe075ee5c8852fddc0a229d1b90d77bff9dca003 (patch) | |
tree | 0c60079bf5b6eca22e75a63540b4ab22936af78f /README.md | |
parent | 88d4f61e4df7dcffaaed083989c75ee9ad4a48a4 (diff) | |
download | genenetwork3-fe075ee5c8852fddc0a229d1b90d77bff9dca003.tar.gz |
Document CLI Utility Commands
Document some CLI utility commands useful for development and for supporting
the operation of the GN3 app.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,6 +127,10 @@ These configurations should be set in an external config file, pointed to with t TMPDIR also needs to be set correctly for the R script(s) (previously there was an issue with it being set to /tmp instead of ~/genenetwork3/tmp) +## Command-Line Utility Scripts + +This project has a number of utility scripts that are needed in specific cirscumstances, and whose purpose is to support the operation of this application in one way or another. Have a look at the [Scripts.md file](./docs/Scripts.md] to see the details for each of the scripts that are available. + ## Migrations **NOTE**: Do not create migration scripts manually. Use the processes indicated below. |