Skip to content

Commit

Permalink
Fixed typo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camiloramirezgo authored Jun 10, 2020
1 parent f3c55de commit 84fc9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ for running the entire automated workflow of the project.
## Running the model
### Jupyter notebooks
To run the model, first activate the previously created conda environment for
notebooks by running `conda acivate <name-of-environment>` and then run
notebooks by running `conda activate <name-of-environment>` and then run
`jupyter notebook`. Alternatively, you can start the Anaconda navigator,
select the previously created environment and start a Jupyter notebook session.
Open any of the runner files of either model and follow the steps.

### Snakemake
Activate the previously created conda environment for snakemake by running
`conda acivate <name-of-environment>`. Then open the snakemake file of the
`conda activate <name-of-environment>`. Then open the snakemake file of the
model you wish to run and set the user inputs to the ones desired:
```python
######################### User defined parameters #############################
Expand Down

0 comments on commit 84fc9be

Please sign in to comment.