Skip to content

Commit

Permalink
Merge branch 'main' of github.com:reality/klarigi
Browse files Browse the repository at this point in the history
  • Loading branch information
reality committed Jun 3, 2021
2 parents 7bf703c + 36badf5 commit 669250d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ wget http://purl.obolibrary.org/obo/hp.owl
So, to run the program minimally, you can type:

```bash
klarigi --data data.txt --ontology hp.owl --group OMIM:604271
./klarigi --data data.txt --ontology hp.owl --group OMIM:604271
```

The *--data* argument is the path to the file containing entities/groupings (as above), *--ontology* is the path to the ontology
Expand Down Expand Up @@ -78,3 +78,7 @@ Danger Warning: if there are unmapped values in your information content file, t

Todo: Currently the IC generation method uses the Zhou method, and it is not configurable. SML supports many other methods, however, so I plan to add additional configurability.

#### Group

We can use the *--group* argument to tell it which grouping to provide an explanation for. If you don't pass this argument, or pass *--group \**, then it will give you explanations for all of the groups described in your data file.

0 comments on commit 669250d

Please sign in to comment.