public static void main(String[] args) throws Exception {
String trainseqFile = null;
String taxFile = null;
PrintStream outStream = null;
AlignmentMode mode = AlignmentMode.overlap;
boolean show_alignment = false;
try {
CommandLine line = new PosixParser().parse(options, args);