Skip to content

Commit 02ec11d

Browse files
author
jhpoelen
committed
add some more text
1 parent 0aab23b commit 02ec11d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Standard out (stdout) is used for results, and standard error (stderr) is used f
88

99
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.
1010

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.
1214

1315
## Table of Contents
1416

0 commit comments

Comments
 (0)