Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12/11/2024 Sync GitBook From documentation-gitbook Into main #424

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions documentation/gitbook/how-to-run/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Follow all the steps in the [Before any run](before-any-run.md) section to ensur
Take note of the location of the directory on your local computer where you cloned the flepiMoP model code (which we'll call `FLEPI_PATH`), as well as where you cloned your project files (which we'll call `PROJECT_PATH`).

{% hint style="info" %}
For example, if you cloned your Github repositories into a local folder called `Github` and are using [_flepimop\_sample_](https://github.com/HopkinsIDD/flepimop\_sample) as a project repository, your directory names could be\
For example, if you cloned your Github repositories into a local folder called `Github` and are using [_flepimop\_sample_](https://github.com/HopkinsIDD/flepimop_sample) as a project repository, your directory names could be\
\
_**On Mac:**_
&#xNAN;_**On Mac:**_

/Users/YourName/Github/flepiMoP

/Users/YourName/Github/flepimop\_sample\
\
_**On Windows:**_\
&#xNAN;_**On Windows:**_\
C:\Users\YourName\Github\flepiMoP

C:\Users\YourName\Github\flepimop\_sample
Expand Down Expand Up @@ -252,7 +252,7 @@ Note that you only have to re-run the installation steps once each time you upda

```
rm -rf model_output
Rscript $FLEPI_PATH/flepimop/main_scripts/inference_main.R -c config_inference_new.yml
flepimop-inference-main -c config_inference_new.yml
```

## 📈 Examining model output
Expand Down
Loading