-
Notifications
You must be signed in to change notification settings - Fork 43
Installation
hoohm edited this page Feb 2, 2018
·
8 revisions
You have two ways of installing the dependencies.
First you need to download and install miniconda3:
for linux
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
for mac os
curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o Miniconda3-latest-MacOSX-x86_64.sh
bash Miniconda3-latest-MacOSX-x86_64.sh
Clone the worflow to the folder where you run your pipelines
git clone https://github.com/Hoohm/CITE-seq-Count.git
cd CITE-seq-Count
conda env create --name CITE-seq-Count --file environment.yaml
You can now run the script
Run the script with the missing information