//---------------------------------------------------------
// Copyright 2016 Ontario Institute for Cancer Research
// Written by Jared Simpson (jared.simpson@oicr.on.ca)
//---------------------------------------------------------
//
// nanopolish_train_poremodel_from_basecalls - train a 
// new pore model from the FAST5 output of a basecaller
//
#ifndef NANOPOLISH_TRAIN_POREMODEL_FROM_BASECALLS_H
#define NANOPOLISH_TRAIN_POREMODEL_FROM_BASECALLS_H

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

#endif

