OSU-SRLab / MANTIS

Microsatellite Analysis for Normal-Tumor InStability
GNU General Public License v3.0
69 stars 28 forks source link

installing MANTIS #37

Closed gpuwarrior closed 6 years ago

gpuwarrior commented 6 years ago

Hi. I am new to github. Can you let me know the best simple way to install MANTIS after git clone? Thanks a lot.

rbonneville commented 6 years ago

As long as you have numpy and pysam (can install these through pip or conda if necessary), you should be able to run mantis.py right after cloning it.

gpuwarrior commented 6 years ago

Thanks for your help!