Improve Precision and Recall Insertions
Requirements
- GCC >=v5.4
- Intel tbb-devel >=2019.9
- HTSlib >=v1.9
- 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
iprins call -b (aligment) -r (reference) -o (output)
iPRIns is distributed under the GPLv3 License. However, iPRIns includes several third-party open-source libraries, please see Third Party Software Notices for details.