pubannotation_evaluator 1.2.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/pubannotation-eval +0 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 221340084b2e71edebc25671fe196d05f0e17ebeb3b2b9e8bca72c0fd6c42266
4
- data.tar.gz: 2c88f506c78a19a43d72c5c009cc40d0c586146b9e13d02bb5075a9460162596
3
+ metadata.gz: 2939104dbdee25d85b128e2a87deb3621f52fdf86551c9d9f10e23002db386e9
4
+ data.tar.gz: beed9d8c8483c5b02563a88c39b893d0c707df02e8ba0058a54f84e9061ebb1e
5
5
  SHA512:
6
- metadata.gz: 6ab795d95e7a6e44406932e132c65f0a5391f4a2623bba8d35126cdec68e7ae9c097d2dc2bb7da7e8f9db121d147a9dbf18a52e3b9f9f040bf272efbe468e1f1
7
- data.tar.gz: 40efce24c19bfe9b2d4b62065a553a1b218a36703c6e1e2b074462788afabb68fbe3b4fce9ab666fc74e2fe0147bc7405206d02b784db5fcfe5fb6878c7961ac
6
+ metadata.gz: 1001b08dd7fedc29651b55a953bac933be3851c6bd1b3293ef3767f6411a797a97b3c0ae7b765ac5ae1d141ab53e300331a53b9ce08d9770576fdc7209d781e8
7
+ data.tar.gz: b2ee53e9cd3019b9b814995ef79d192598d8eb34a9b6199de32d9627aa77ae74fca560f2a70f536775a02e3b94ed58a1c96a7a486b79efa10f3b38ca82a8e304
@@ -10,7 +10,6 @@ soft_match_words = PubannotationEvaluator::SOFT_MATCH_WORDS
10
10
  denotation_type_match = PubannotationEvaluator::EXACT_TYPE_MATCH
11
11
  relation_type_match = PubannotationEvaluator::EXACT_TYPE_MATCH
12
12
 
13
- ## command line option processing
14
13
  require 'optparse'
15
14
  optparse = OptionParser.new do |opts|
16
15
  opts.banner = "Usage: pubannotation-eval.rb [options] annotation_file(s)"
@@ -90,5 +89,3 @@ if verbose
90
89
  end
91
90
 
92
91
  puts JSON.generate(evaluation)
93
-
94
- # puts JSON.generate(comparison)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pubannotation_evaluator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jin-Dong Kim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-22 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A tool to evaluate the accuracy of a set of annotations.
14
14
  email: jdkim@dbcls.rois.ac.jp
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  requirements: []
42
- rubygems_version: 3.0.9
42
+ rubygems_version: 3.4.19
43
43
  signing_key:
44
44
  specification_version: 4
45
45
  summary: It compares a set of annotations (study annotations) against another set