#!/usr/bin/python3

from shasta import testConsensusCaller


def main():
    testConsensusCaller()


if __name__ == "__main__":
    main()
