Skip to main content
Version: Summer 23

Biostars ChIP-Seq

Replace

# Create a namespace for the tool
conda create --name macs python=2.7

# Activate the new environment.
source activate macs

# Install the tools.
conda install numpy
conda install macs2

with

conda create -n macs bioconda::macs2=2.2.7.1