Skip to content

Commit

Permalink
update README, update installer for latest Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed Jan 11, 2018
1 parent 9b6fa3f commit 52a72a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENCODE ATAC-seq pipeline
* `genome/` : genome data TSV files
* `src/` : Python script for each task in WDL
* `installers/` : dependency/genome data installers for systems (Local, SGE and SLURM) without docker support
* `docker_imagll ..e/` : Dockerfile and MySQL DB initialization script
* `docker_image/` : Dockerfile and MySQL DB initialization script

# Usage

Expand Down
5 changes: 2 additions & 3 deletions installers/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ conda create -n encode-atac-seq-pipeline --file requirements.txt \
-y -c defaults -c bioconda -c r -c bcbio -c daler -c asmeurer

echo "=== Installing additional packages for python3 env..."
CONDA_BIN=$(dirname $(which activate))
CONDA_BIN=$(dirname $(which bedtools))
cd $CONDA_BIN

# uninstall IDR 2.0.3 and install the latest one
Expand All @@ -26,8 +26,7 @@ echo "=== Installing additional packages for python3 env..."

echo "=== Installing additional packages for python2 env..."
source activate encode-atac-seq-pipeline
# CONDA_BIN=$(dirname $(which activate))/../envs/encode-atac-seq-pipeline/bin
CONDA_BIN=$(dirname $(which activate))
CONDA_BIN=$(dirname $(which bedtools))
CONDA_LIB="$CONDA_BIN/../lib"
cd $CONDA_BIN

Expand Down

0 comments on commit 52a72a6

Please sign in to comment.