pilercr-parser
A parser for the output of the PILER-CR CRISPR annotation tool.
PILER-CR v1.06 (at least) reports incorrect coordinates if any of the repeat sequences contains gaps. This parser will correct those errors, and also provides the repeat sequence of each repeat-spacer (which is given only as a difference pattern to the consensus in the PILER-CR output).
Installation
Add the following to Cargo.toml:
pilercr-parser = 1.0.2
Usage
use File;
use ;