From a15a6914466cb2aecc0b8725419594ffffdd5058 Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Wed, 15 May 2024 14:52:23 -0500 Subject: [PATCH] Try to fix lists. --- content/open_ondemand/cryosparc_interactive_app.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/open_ondemand/cryosparc_interactive_app.md b/content/open_ondemand/cryosparc_interactive_app.md index 8ea84419..034a6eee 100644 --- a/content/open_ondemand/cryosparc_interactive_app.md +++ b/content/open_ondemand/cryosparc_interactive_app.md @@ -67,15 +67,17 @@ Please note that the _"master"_ process should be running while the submitted Cr In addition to CryoSPARC, the CryoSPARC OOD App provides a few auxiliary programs, such as wrapper scripts for **Topaz** and **deepEMhancer**. The executable paths to these scripts need to be set manually on a project-level. Once this is done, the set location will apply to all future newly created jobs. -* The location of the wrapper script for Topaz is: `/usr/local/bin/topaz.sh` -* The location of the wrapper script for deepEMhancer is: `/usr/local/bin/deepemhancer.sh` -* The location of the deepEMhancer models is: `/usr/local/share/deepemhancer_models/` + +- The location of the wrapper script for Topaz is: `/usr/local/bin/topaz.sh` +- The location of the wrapper script for deepEMhancer is: `/usr/local/bin/deepemhancer.sh` +- The location of the deepEMhancer models is: `/usr/local/share/deepemhancer_models/` #### CryoSPARC database -The default location of the CryoSPARC database is `$WORK/cryosparc`. -* If you need to move this database elsewhere, please change the **CryoSPARC session path** using **Select Path** under the _Show advanced settings..._ checkbox. -* If you want to store the CryoSPARC session folder (database and configuration files) elsewhere, please change the **CryoSPARC session path** before you start the CryoSPARC session. +The default location of the CryoSPARC database is `$WORK/cryosparc`. + +- If you need to move this database elsewhere, please change the **CryoSPARC session path** using **Select Path** under the _Show advanced settings..._ checkbox. +- If you want to store the CryoSPARC session folder (database and configuration files) elsewhere, please change the **CryoSPARC session path** before you start the CryoSPARC session. #### CryoSPARC example -- GitLab