I am trying to install MaqView but I don't understand step 2 in the README. Step 1 was to install, which I did with:
$> cd maqview
$> make -f Makefile.generic
The 2nd step says:
2, zrio Random Access GZ File
Store points in every span of uncompressed source file, point contains 32k previous context,
offsets in compressed and uncompressed file.
Usage: ./zrio make | use
make <gz-file> [<index level>] make index for gz-file,
each level increasing the time for search whist decreasing the size of index
level: default 1024, 1/1024 of source file
level: 512, 1/512 of source file
level: ...
use <gz-file> <offset>[ <offlen>] use index <gz-file>.idx, exact from offset(source position) to stdout
I have no idea what gz-file it needs. Also, any recommendations on index levels?
$> cd maqview
$> make -f Makefile.generic
The 2nd step says:
2, zrio Random Access GZ File
Store points in every span of uncompressed source file, point contains 32k previous context,
offsets in compressed and uncompressed file.
Usage: ./zrio make | use
make <gz-file> [<index level>] make index for gz-file,
each level increasing the time for search whist decreasing the size of index
level: default 1024, 1/1024 of source file
level: 512, 1/512 of source file
level: ...
use <gz-file> <offset>[ <offlen>] use index <gz-file>.idx, exact from offset(source position) to stdout
I have no idea what gz-file it needs. Also, any recommendations on index levels?
Comment