551552553554555556557558559560
"VALIDATION_STRINGENCY=SILENT", "SORT_ORDER=" + sortOrder, "TMP_DIR=" + this.tempDir + "/sorttmp" }; int ret = new SortSam().instanceMain(args); if (ret != 0) { throw new RuntimeException("SortSam failed"); } }