536537538539540541542543544545
String[] args = new String[] { "INPUT=" + bam, "VALIDATION_STRINGENCY=SILENT" }; int ret = new BuildBamIndex().instanceMain(args); if (ret != 0) { throw new RuntimeException("BuildBamIndex failed"); } }