Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1 byte removed ,  17:35, 23 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.20120518.tar.gz
+
  tar xzvf verifyBamID.20120523.tar.gz
 
  cd verifyBamID
 
  cd verifyBamID
 
  git clone git://github.com/statgen/libStatGen.git ../libStatGen
 
  git clone git://github.com/statgen/libStatGen.git ../libStatGen
 
  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 (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/)

Navigation menu