Package net.sf.picard.sam

Examples of net.sf.picard.sam.SortSam


        "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");
    }
  }
View Full Code Here

TOP

Related Classes of net.sf.picard.sam.SortSam

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.