Changes

From Genome Analysis Wiki
Jump to navigationJump to search
15 bytes removed ,  13:35, 24 May 2012
Line 27: Line 27:     
The binary download of verifyBamID is available. You may use the version in Ubuntu 64-bit platform. To build verifyBamID, download the statgen library and run the following series of commands
 
The binary download of verifyBamID is available. You may use the version in Ubuntu 64-bit platform. To build verifyBamID, download the statgen library and run the following series of commands
  tar xzvf verifyBamID.20120523.tar.gz
+
  tar xzvf verifyBamID.20120524.tar.gz
 
  cd verifyBamID
 
  cd verifyBamID
  git clone git://github.com/statgen/libStatGen.git ../libStatGen
+
  make cloneLib (in the case ../libStatGen does not exist)
 
  make
 
  make
 
  ./bin/verifyBamID
 
  ./bin/verifyBamID
   −
Note that '''git clone''' command will create a directory ./libStatGen under your working directory, and '''make''' will create bin/verifyBamID under your current working directory
+
Note that '''git clone''' command will create a directory ./libStatGen under your working directory, and '''make''' will create binary of verifyBamID under verifyBamID/bin/
    
verifyBamID is designed to be reasonably portable.  
 
verifyBamID is designed to be reasonably portable.  

Navigation menu