You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Standard out (stdout) is used for results, and standard error (stderr) is used f
8
8
9
9
Nomer expects tab separated input in form of ```[term id]\t[term name]```. To change this default behavior, you can select the columns to be used for id/name selection by defining an alternate ```nomer.schema``` property. See ```properties``` command to list available properties.
10
10
11
-
Different kind of matchers can be select to do the matchers. Offline matching is supported by some matchers like ```globi-cache```.
11
+
Different kind of matchers can be select to do the matchers. Offline matching is supported by some matchers like ```globi-cache```. Note that ```globi-cache``` will download a taxon map/cache archive initially, and re-uses the indexes until the cache in cleaned up.
12
+
13
+
Matchers can be added by writing some java code that implements an interface.
0 commit comments