Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
add circos and blast to conda environment and update installation ins…
Browse files Browse the repository at this point in the history
…tructions
  • Loading branch information
cmdoret committed Aug 11, 2019
1 parent 83d6d3e commit 07d2435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To run the STACKS pipeline with new data in the form of demultiplexed, trimmed s

### Dependencies:

The easiest and recommended way to install the correct versions of python and R packages is to install [Anaconda](https://www.anaconda.com/download) for python 2 and [setup an environment](https://conda.io/docs/user-guide/tasks/manage-environments.html). For convenience, a YAML environment file is provided in the `docs` folder and you can setup the conda environment directly from it using `conda env create -f docs/csd_env_conda.yml`. You can then activate it using `source activate csd_env` and all python and R dependencies should be enabled.
The easiest and recommended way to install the dependencies is to install [Anaconda](https://www.anaconda.com/download) and [setup an environment](https://conda.io/docs/user-guide/tasks/manage-environments.html). For convenience, a YAML environment file is provided in the `docs` folder and you can setup the conda environment directly from it using `conda env create -f csd_env_conda.yml`. You can then activate it using `source activate csd_env` and all dependencies should be enabled.

#### Core:

Expand Down
4 changes: 3 additions & 1 deletion csd_env_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ channels:
- defaults
- bioconda
dependencies:
- blast
- bwa
- circos
- samtools
- stacks
- trimmomatic
Expand All @@ -15,7 +17,7 @@ dependencies:
- pandas
- pybedtools
- pysam
- r-base=3.4.3
- r-base=3.6.0
- r-gridextra
- r-lattice
- r-rcolorbrewer
Expand Down

0 comments on commit 07d2435

Please sign in to comment.