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:19] – tmatejuk | anthill_sri018 [2023/11/07 07:33] (current) – tmatejuk | ||
---|---|---|---|
Line 9: | Line 9: | ||
==== software version ==== | ==== software version ==== | ||
- | Bellow description covers preparation and compilation of GLIMPSE2_phase v2.0.0 | + | Bellow description covers preparation and compilation of GLIMPSE2_phase v2.0.0 |
- | + | ||
- | + | ||
- | 1) Software is available as static binaries | + | |
Line 27: | Line 24: | ||
wget https:// | wget https:// | ||
tar --bzip2 -xf boost_1_73_0.tar.bz2 | tar --bzip2 -xf boost_1_73_0.tar.bz2 | ||
+ | | ||
cd ~/ | cd ~/ | ||
git clone https:// | git clone https:// | ||
Line 40: | Line 37: | ||
cd ~/ | cd ~/ | ||
autoreconf -i | autoreconf -i | ||
- | ./configure --prefix=/ | + | ./ |
make | make | ||
make install | make install | ||
Line 59: | Line 56: | ||
sed -i ' | sed -i ' | ||
sed -i ' | sed -i ' | ||
- | make all | + | make desktop |
- | + | ||
- | #read output | + | |
| | ||
+ | compile GLIMPSE2_chunk / ligate / split_reference | ||
+ | #repeat the same as for GLIMPSE2_phase described above, but in different folder | ||
+ | cd ~/ | ||
+ | cd ~/ | ||
+ | cd ~/ | ||
+ | |||
test created binary, you should get similar output : | test created binary, you should get similar output : | ||
cd ~/ | cd ~/ |