//---------------------------------------------------------
// Copyright 2015 Ontario Institute for Cancer Research
// Written by Jared Simpson (jared.simpson@oicr.on.ca)
//---------------------------------------------------------
//
// nanopolish_call_methylation -- identify methylated bases
//
#ifndef NANOPOLISH_CALL_METHYLATION_H
#define NANOPOLISH_CALL_METHYLATION_H

int call_methylation_main(int argc, char** argv);

#endif
