Update README.md
A software tool that builds genetic linkage maps efficiently and accurately.
This repository is for the C++ executable version of MSTmap. For the online version, navigate to MSTmap online at https://www.mstmap.org/
For the Python library, refer to https://github.com/ucrbioinfo/MSTmap-Python
For the R package, see https://rdrr.io/cran/ASMap/man/mstmap.cross.html
If you have CONDA: type conda install mstmap to download the executable.
conda install mstmap
To download the source code, type git clone https://github.com/ucrbioinfo/MSTmap
git clone https://github.com/ucrbioinfo/MSTmap
To compile, type cd MSTmap then make (g++ is required)
cd MSTmap
make
Manual: GitHub Wiki
To execute, type ./mstmap example.txt output.txt
./mstmap example.txt output.txt
Questions: email stelo@cs.ucr.edu
用于构建高密度遗传连锁图谱的软件
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
MSTmap C++
A software tool that builds genetic linkage maps efficiently and accurately.
This repository is for the C++ executable version of MSTmap. For the online version, navigate to MSTmap online at https://www.mstmap.org/
For the Python library, refer to https://github.com/ucrbioinfo/MSTmap-Python
For the R package, see https://rdrr.io/cran/ASMap/man/mstmap.cross.html
If you have CONDA: type
conda install mstmapto download the executable.To download the source code, type
git clone https://github.com/ucrbioinfo/MSTmapTo compile, type
cd MSTmapthenmake(g++ is required)Manual: GitHub Wiki
To execute, type
./mstmap example.txt output.txtQuestions: email stelo@cs.ucr.edu