Entering edit mode
3.4 years ago
williamtmills
▴
20
I am trying to run and install MACS3 in Ubuntu. I ran the following code to install:
pip install MACS3
I found where it was installed
pip show MACS3
Name: MACS3
Version: 3.0.0a6
Summary: Model Based Analysis for ChIP-Seq data
Home-page: http://github.com/macs3-project/MACS/
Author: Tao Liu
Author-email: vladimir.liu@gmail.com
License: UNKNOWN
Location: /home/william/.local/lib/python3.8/site-packages
Requires: cykhash, Cython, numpy
Required-by:
How do I now run the MACS3 packages (like callpeak)?
I apologize I am very new to installing and running packages using pip install.