#!/usr/bin/env python

import os
import sys

from ultraheatmap.computeOrderedMatrix import main

if __name__ == "__main__":
   main()
