Update ctakes-ytex to support MySQLversion 8.0.x database #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull requests makes the following changes:
Further notes for testing:
Once this patch is applied, you can generate new concept graphs using a locally installed version of the UMLS database following the previous directions from the ctakes website. Running the command "ant -f build-setup.xml all" will create the ytex database using a new version of the UMLS, but you should update the scripts/data/umls/MRCONSO.RRF and MRSTY.RRF with your current extract. These files are too large now to commit to github. If you are going to build multiple sources into a single concept graph, insure that all sources are represented in the MRCONSO.RRF file for the umls_aui_fword generation steps which setup the ytex database prior to creating concept graphs.
The concept graph sct-rxnorm database by default as specified in the buildnon-asf.xml file. If you want to generate an alternate concept network, update the cg.name to match one of the templates provided (e.g. sct-umls will build ONLY the Snomed concept graph - you can specify any number of sources as long as they exist in your local UMLS database). See the main method in o.a.ctakes.ytex.kernal.dao.ConceptDaoImpl.java for examples on how to generate a new concept graph from code.