Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Sarovich authored Sep 26, 2019
1 parent 272eeb0 commit aeac446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ Or navigate to the conda install path of ARDaP and change the `nextflow.config`

2) Create a new environment with conda called "ardap" and install the software with `conda create --name ardap -c dsarov -c bioconda -c r ardap`. Follow the instructions and the software should fully install with all dependencies.

3) To run ARDaP, `nextflow run dsarov/ardap`.
3) Activate the ardap environment that was installed by conda, `conda activate ardap`

4) To run ARDaP, `nextflow run dsarov/ardap`.

## Usage

Expand Down

0 comments on commit aeac446

Please sign in to comment.