Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chlor authored Jan 8, 2021
1 parent 0912be4 commit a98355d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ This is the Jena UMLS Filter Tool (JuFiT), a rule-based open-source tool to filt

## Note before usage

### Note January 2021
**We modify JuFiT. One of the new features is the removement of all docopt statements and a new configuration file `jufit_config.json` including all input statements for the filter tool. There are problems with docopt and new Java versions.
We adapt the tool step by step and will update new features as soon as possible. New steps look into branch SemanticTypes.**

### Input

You need files from the UMLS. After registration at [UTS](https:/uts.nlm.nih.gov), you can download the UMLS files from the [U.S. National Library of Medicine (NIH)](https://www.nlm.nih.gov/research/umls/). Unpack the ZIP file of a UMLS version (e.g. `umls-2017AA-full.zip`). Unpack the files `MRCONSO.RRF.aa` and `MRCONSO.RRF.ab` (files of Concept Names and Sources), concatenate these both to one file and unpack `MRSTY.RFF` (Semantic Types). Use these files for the input of JuFiT.
You need files from the UMLS. After registration at [UTS](https:/uts.nlm.nih.gov), you can download the UMLS files from the [U.S. National Library of Medicine (NIH)](https://www.nlm.nih.gov/research/umls/). Unpack the ZIP file of a UMLS version (e.g. `umls-2017AA-full.zip`). Unpack the files `MRCONSO.RRF.aa` and `MRCONSO.RRF.ab` (files of Concept Names and Sources), concatenate these both to one file and unpack `MRSTY.RFF` (Semantic Types). Use these files for the input of JuFiT.

More information on the UMLS can be found in the [UMLS® Reference Manual](https://www.ncbi.nlm.nih.gov/books/NBK9676/).

Expand Down Expand Up @@ -42,4 +46,4 @@ We suggest updating your Java VM arguments to use at least 0.5GB of RAM, i.e., `

## Recent Changes:
* 1.1 New output formats, new command line interface, change to license
* 1.2 Semantic Group definition (from https://metamap.nlm.nih.gov/Docs/SemGroups_2018.txt)
* 1.2 Semantic Group definition (from https://metamap.nlm.nih.gov/Docs/SemGroups_2018.txt)

0 comments on commit a98355d

Please sign in to comment.