Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
anthill_sri018 [2023/11/05 08:27] – tmatejuk | anthill_sri018 [2023/11/07 07:33] (current) – tmatejuk |
---|
wget https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2 | wget https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2 |
tar --bzip2 -xf boost_1_73_0.tar.bz2 | tar --bzip2 -xf boost_1_73_0.tar.bz2 |
| |
cd ~/anthill23_soft/glimpse | cd ~/anthill23_soft/glimpse |
git clone https://github.com/odelaneau/glimpse.git | git clone https://github.com/odelaneau/glimpse.git |
cd ~/anthill23_soft/glimpse/htslib_src | cd ~/anthill23_soft/glimpse/htslib_src |
autoreconf -i | autoreconf -i |
./configure --prefix=/home/users/${USER}/anthill23_soft/glimpse/htslib | ./configure --enable-libcurl --prefix=/home/users/${USER}/anthill23_soft/glimpse/htslib |
make | make |
make install | make install |
sed -i 's/desktop: BOOST_LIB_PO.*/desktop: BOOST_LIB_PO=\/home\/users\/${USER}\/anthill23_soft\/glimpse\/boost\/lib\/libboost_program_options.a/' makefile | sed -i 's/desktop: BOOST_LIB_PO.*/desktop: BOOST_LIB_PO=\/home\/users\/${USER}\/anthill23_soft\/glimpse\/boost\/lib\/libboost_program_options.a/' makefile |
sed -i 's/desktop: BOOST_LIB_SE.*/desktop: BOOST_LIB_SE=\/home\/users\/${USER}\/anthill23_soft\/glimpse\/boost\/lib\/libboost_serialization.a/' makefile | sed -i 's/desktop: BOOST_LIB_SE.*/desktop: BOOST_LIB_SE=\/home\/users\/${USER}\/anthill23_soft\/glimpse\/boost\/lib\/libboost_serialization.a/' makefile |
make all | make desktop |
| |
compile GLIMPSE2_chunk / ligate / split_reference | compile GLIMPSE2_chunk / ligate / split_reference |