pub fn find_candidates(infasta: PathBuf, outbcf: Option<PathBuf>) -> Result<()>
Expand description

Find all methylation candidates “CG” in a FASTA File

§Arguments

  • infasta - path to FASTA with genome
  • outbcf - path to BCF with found methylation candidates (None for stdout)