From 3db37abcc8340a76ef63d04d51fd1d835a31c4e4 Mon Sep 17 00:00:00 2001 From: Willie Rogers Date: Tue, 12 Feb 2019 15:25:43 -0500 Subject: [PATCH] Removed JVM verbose option in metamaplite script template. --- metamaplite.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metamaplite.sh.in b/metamaplite.sh.in index ba18815..1710263 100755 --- a/metamaplite.sh.in +++ b/metamaplite.sh.in @@ -27,5 +27,5 @@ MMLPROPS="-Dopennlp.en-sent.bin.path=$OPENNLP_MODELS/en-sent.bin \ -Dmetamaplite.excluded.termsfile=$PROJECTDIR/data/specialterms.txt" CLASSPATH=$CONFIGDIR -java -verbose $MML_JVM_OPTS $MMLPROPS -cp $PROJECTDIR/target/metamaplite-*-standalone.jar gov.nih.nlm.nls.ner.MetaMapLite $* +java $MML_JVM_OPTS $MMLPROPS -cp $PROJECTDIR/target/metamaplite-*-standalone.jar gov.nih.nlm.nls.ner.MetaMapLite $*