Changes

From Genome Analysis Wiki
Jump to navigationJump to search
77 bytes added ,  12:34, 23 May 2012
Line 25: Line 25:  
  tar xzvf verifyBamID.20120518.tar.gz
 
  tar xzvf verifyBamID.20120518.tar.gz
 
  cd verifyBamID
 
  cd verifyBamID
  make download
+
  git clone git://github.com/statgen/libStatGen.git ../libStatGen
 
  make
 
  make
 
  ../bin/verifyBamID
 
  ../bin/verifyBamID
   −
Note that '''make download''' command will create a directory libStatGen, and '''make''' will create bin/verifyBamID under your current working directory (not under ./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 (not under ./verifyBamID/)
    
verifyBamID is designed to be reasonably portable.  
 
verifyBamID is designed to be reasonably portable.  

Navigation menu