/usr/share/genometools/gtdata/doc/magicmatch.lua is in genometools-common 1.5.8-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | print ([[
This tools implements parts of the functionality of 'MagicMatch' which is
described in the following paper:
'M. Smith, V. Kunin, L. Goldovsky, A.J. Enright, and C.A. Ouzounis.
MagicMatch -- cross-referencing sequence identifiers across databases.
Bioinformatics, 21(16):3429-3430, 2005.'
It is mainly used for testing the underlying MD5 fingerprint machinery.]])
|