bcftools-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bcftools-software [2021/09/05 10:51] – aorth | bcftools-software [2025/12/05 07:28] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 1.13 | + | * Latest Version: 1.22 |
| * Added: September, 2015 | * Added: September, 2015 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 15: | Line 15: | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| $ bcftools</ | $ bcftools</ | ||
| Line 21: | Line 21: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf bcftools-1.13.tar.bz2 | + | $ cd bcftools-1.22 |
| - | $ cd bcftools-1.13 | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
| - | # install a newer compiler from Red Hat software collections | + | |
| - | $ sudo yum install devtoolset-7-gcc devtoolset-7-gcc-gfortran devtoolset-7-libquadmath-devel devtoolset-7-gcc-c++ | + | |
| - | $ scl enable devtoolset-7 bash | + | |
| - | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | |
| $ make | $ make | ||
| - | $ sudo mkdir -p / | + | $ sudo mkdir -p / |
| - | $ sudo chown aorth / | + | $ sudo chown aorth:aorth / |
| $ make install | $ make install | ||
| - | sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| - | This links bcftools against a system-wide installation of htslib/1.13. | + | This links bcftools against a system-wide installation of htslib/1.22. |
bcftools-software.1630839076.txt.gz · Last modified: by aorth
