We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Analysing stop_normalizers.sh, a line is specified as pid=`ps auxww | grep GNormPlus_180921.jar | grep -v grep | awk '{print $2}' | sort -r
stop_normalizers.sh
pid=`ps auxww | grep GNormPlus_180921.jar | grep -v grep | awk '{print $2}' | sort -r
Here,
GNormPlus_180921.jar
GNormPlusServer.jar
About Sources of other jars:
tmVar2Server
gene_normalizer_19.jar
disease_normalizer_19.jar
Can you please clarify on this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Analysing
stop_normalizers.sh
, a line is specified aspid=`ps auxww | grep GNormPlus_180921.jar | grep -v grep | awk '{print $2}' | sort -r
Here,
GNormPlus_180921.jar
refersGNormPlusServer.jar
.If they are same, which one should be referred.
About Sources of other jars:
GNormPlusServer.jar
is also Open Source Tool, where can its source code be foundtmVar2Server
is Open Source tool, if so, where can its source code be foundgene_normalizer_19.jar
disease_normalizer_19.jar
Can you please clarify on this.
The text was updated successfully, but these errors were encountered: