NgsCctsBuildMosaik: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(Created page with "= Build MOSAIK from Source = {{ cd /share/apps/ngs-ccts wget https://mosaik-aligner.googlecode.com/files/MOSAIK-2.1.73-source.tar echo "3bb0e83e64b8a102a038a263916022f231e1bb...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Back to [[NgsCcts]]
= Build MOSAIK from Source =
= Build MOSAIK from Source =


{{
  cd /share/apps/ngs-ccts
cd /share/apps/ngs-ccts
  wget https://mosaik-aligner.googlecode.com/files/MOSAIK-2.1.73-source.tar
wget https://mosaik-aligner.googlecode.com/files/MOSAIK-2.1.73-source.tar
  echo "3bb0e83e64b8a102a038a263916022f231e1bb03  MOSAIK-2.1.73-source.tar" | sha1sum -c -
echo "3bb0e83e64b8a102a038a263916022f231e1bb03  MOSAIK-2.1.73-source.tar" | sha1sum -c -
  tar xvf MOSAIK-2.1.73-source.tar
tar xvf MOSAIK-2.1.73-source.tar
  rm MOSAIK-2.1.73-source.tar
rm MOSAIK-2.1.73-source.tar
  cd MOSAIK-2.1.73-source
}}
  # fix paths in makefile before building!
  sed -i.orig -e 's|_DIR = \.\./|_DIR = ./|' Makefile
  make
  cd ../latest
  ln -sf ../MOSAIK-2.1.73-source MOSAIK-2


Quickstart instructions: https://github.com/wanpinglee/MOSAIK/wiki/QuickStart
Quickstart instructions: https://github.com/wanpinglee/MOSAIK/wiki/QuickStart

Latest revision as of 15:28, 26 March 2013

Back to NgsCcts

Build MOSAIK from Source

 cd /share/apps/ngs-ccts
 wget https://mosaik-aligner.googlecode.com/files/MOSAIK-2.1.73-source.tar
 echo "3bb0e83e64b8a102a038a263916022f231e1bb03  MOSAIK-2.1.73-source.tar" | sha1sum -c -
 tar xvf MOSAIK-2.1.73-source.tar
 rm MOSAIK-2.1.73-source.tar
 cd MOSAIK-2.1.73-source
 # fix paths in makefile before building!
 sed -i.orig -e 's|_DIR = \.\./|_DIR = ./|' Makefile
 make
 cd ../latest
 ln -sf ../MOSAIK-2.1.73-source MOSAIK-2

Quickstart instructions: https://github.com/wanpinglee/MOSAIK/wiki/QuickStart