/iPRIns

Improve Precision and Recall Insertions

Primary LanguageC++GNU General Public License v3.0GPL-3.0

iPRIns

Ubuntu GitHub release (latest by date)

Improve Precision and Recall Insertions

Installation

1. Installing iPRIns from source

Requirements

  1. GCC >=v5.4
  2. Intel tbb-devel >=2019.9
  3. HTSlib >=v1.9
  4. CMake >=v3.9
git clone https://github.com/cucpbioinfo/iPRIns.git
mkdir build
cd build
cmake .. -DINSTALL_BIN_PREFIX=(directory path for the binary executable file of iPRIns) -DINCLUDE_LIBRARY_PREFIX=(directory path for include of libraries) -DLIBRARY_LINK_PREFIX=(directory path for lib of libraries)
make
make install

Usage

iprins call -b (aligment) -r (reference) -o (output)

License

iPRIns is distributed under the GPLv3 License. However, iPRIns includes several third-party open-source libraries, please see Third Party Software Notices for details.