Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges authored Sep 25, 2023
1 parent b261ab5 commit 56a7bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ tool_specific_configuration_options:
```
The bare minimum fields are filled to give an idea on the requirements.
The `mode` should specify the mode you want to run LIRICAL in (either manual or phenopacket) both of these options require phenopackets as an input.

The LIRICAL data files should be located in the input directory under a subdirectory named `data`
If running LIRICAL with variant and/or gene analysis set to true, you will need to provide the relevant exomiser hg19/hg38 databases.

Expand Down Expand Up @@ -102,4 +104,4 @@ To fix the error, `setuptools` needs to be downgraded to version 66:
```shell
pip uninstall setuptools
pip install -U setuptools=="66"
```
```

0 comments on commit 56a7bb7

Please sign in to comment.