fix case issue
This package contains mainly a lightweight C implementation of the read name collation code from the larger libmaus/biobambam C++ project.
The github repository does not contain the final configure script but only the source files passed to autoconf/automake. Please use
autoreconf -i -f
to obtain a set of working configuration scripts.
The library can then be compiled using
./configure make
and installed using
make install
Installation may require root privileges.
An alternative installation path can be set using
./configure --prefix=/path/to/installation
用于生成随机数序列的C语言库,支持多种随机数生成算法。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
bambamc
This package contains mainly a lightweight C implementation of the read name collation code from the larger libmaus/biobambam C++ project.
The github repository does not contain the final configure script but only the source files passed to autoconf/automake. Please use
to obtain a set of working configuration scripts.
The library can then be compiled using
and installed using
Installation may require root privileges.
An alternative installation path can be set using