- Choose
GENOME
fromhg19
,hg38
,mm9
andmm10
and specify a destination directory.$ bash genome/download_genome_data.sh [GENOME] [DESTINATION_DIR]
- Find a TSV file on the destination directory and use it for
"chip.genome_tsv"
in your input JSON.
-
Install Conda.
-
Install Conda environment for pipeline.
$ conda/install_dependencies.sh
- Initialize Conda and re-login.
$ conda init bash
$ exit
- Configure pipeline's python2 and python3 environments.
$ conda/config_conda_env.sh
$ conda/config_conda_env_py3.sh
- Update pipeline's Conda environment with pipeline's python source code. You need to run this step everytime you update (
git pull
) this pipeline.
$ conda/update_conda_env.sh