xxxxxxxxxx
python3 -m venv env
source env/bin/activate
xxxxxxxxxx
# Create a new environment
conda create -y -n heatshock
# Activate the new environment
conda activate heatshock
# Install the software
mamba install fastqc bwa bcftools trimmomatic
xxxxxxxxxx
conda create --name bedops
conda activate bedops
mamba install bedops