https://github.com/bcgsc/ntCard
Revision ae1d1537a095d76842c031373656d6ea05055c61 authored by Johnathan Wong on 22 January 2020, 00:17:05 UTC, committed by Johnathan Wong on 22 January 2020, 00:17:05 UTC
1 parent ed026f4
Raw File
Tip revision: ae1d1537a095d76842c031373656d6ea05055c61 authored by Johnathan Wong on 22 January 2020, 00:17:05 UTC
ntcard: fix edge case of no kmer sampled
Tip revision: ae1d153
SignalHandler.h
#ifndef SIGNALHANDLER_H
#define SIGNALHANDLER_H 1

void signalInit();

#endif
back to top