Skip to content

wtsi-npg/simtools

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2015
Feb 14, 2013
Dec 11, 2013
Jul 26, 2016
Apr 30, 2015
Jul 26, 2016
Mar 30, 2015
Jul 26, 2016
Apr 29, 2015
Feb 14, 2013
Feb 14, 2013
Sep 8, 2016
Aug 10, 2016
Aug 10, 2016
Jul 26, 2016
Dec 11, 2013
Dec 15, 2014
Oct 27, 2014
Dec 11, 2013
Feb 14, 2013
Jul 26, 2016
Dec 11, 2014
Jul 15, 2013
Jul 26, 2016
Aug 10, 2016
Jul 26, 2016
Jul 26, 2016
Dec 11, 2013
Feb 14, 2013
Jul 15, 2013
Dec 11, 2013
Jul 15, 2013
Jul 15, 2013
Jul 15, 2013
Dec 11, 2013
Dec 11, 2014
Jul 16, 2013
Jul 15, 2013
Jul 26, 2016
Jul 15, 2013
Jul 15, 2013
Sep 25, 2014
Feb 14, 2013

Repository files navigation

Simtools

Program to create and process SIM files for the WTSI genotyping pipeline

Executables

  • simtools
    • Create SIM from GTC
    • View SIM contents
    • Generate input for Illuminus or GenoSNP from SIM
    • Compute QC metrics
    • Create Illumina Final Call Report (FCR) from GTC
  • normalize_manifest
    • Normalize a .bpm.csv manifest to Illumina TOP strand
  • sim
    • Demonstration program to parse SIM files
  • g2i
    • Older program to convert GTC directly to Illuminus input
    • No longer supported
  • gtc
    • Process GTC files for g2i
    • No longer supported

Run any executable with --help for more information.

Installation and testing

  • To compile: make all
  • To run tests: make test. Requires cxxtestgen on the PATH. In the WTSI environment, can use module load cxxtest/$(VERSION).
  • To install simtools and normalize_manifest: make install PREFIX=$(DESTINATION) will install executables to the bin subdirectory of $DESTINATION.
  • To install g2i to /software/varinf: make install_g2i