Skip to content

Commit

Permalink
update demo configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins committed Sep 17, 2023
1 parent 6496306 commit d03373a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions script/compile_jfx.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
module load maven3
module load jdk/jdk1.8
module load maven
module load jdk/zulu-jdk8
mvn jfx:build-jar
4 changes: 2 additions & 2 deletions src/main/resources/demo_configurations/demo_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<queryName>BunchDocSnippet</queryName>
</view>
<executes>
<RunEasyCIE memo="run Pipeline hai_cpe">edu.utah.bmi.simple.gui.task.RunCPEDescriptorTask</RunEasyCIE>
<RunEasyCIE memo="run Pipeline cpe">edu.utah.bmi.simple.gui.task.RunCPEDescriptorTask</RunEasyCIE>
<ViewOutputInDB memo="View the output in database">edu.utah.bmi.simple.gui.task.ViewOutputDB</ViewOutputInDB>
</executes>
</easycie>
Expand Down Expand Up @@ -142,7 +142,7 @@
<referenceRunId memo="run id of reference annotator. Default is the latest run id when leave blank"/>
<referenceTable>REFERENCE</referenceTable>
<strictCompare>false</strictCompare>
<typeFilter memo="limit the comparison to a certain type">HAI_Doc</typeFilter>
<typeFilter memo="limit the comparison to a certain type">DIS_Doc</typeFilter>
<typeFeatureFilters memo="a file consists of types and corresponding features that need to be compared" doubleClick="edu.utah.bmi.simple.gui.doubleclick.ConfigFileChooser" openClick="edu.utah.bmi.simple.gui.doubleclick.ConfigFileOpener">{configDir}/compare_config.tsv</typeFeatureFilters>
</compare>
<executes>
Expand Down

0 comments on commit d03373a

Please sign in to comment.