Skip to content

Commit

Permalink
Update README.md to remove outdated references to the Intel conda env…
Browse files Browse the repository at this point in the history
…ironment.
  • Loading branch information
cmnbroad committed Mar 4, 2019
1 parent 68809f0 commit c387362
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ releases of the toolkit.
* First, make sure [Miniconda or Conda](https://conda.io/docs/index.html) is installed (Miniconda is sufficient).
* To "create" the conda environment:
* If running from a zip or tar distribution, run the command ```conda env create -f gatkcondaenv.yml``` to
create the ```gatk``` environment, or the command ```conda env create -f gatkcondaenv.intel.yml``` to create
the ```gatk-intl``` environment.
create the ```gatk``` environment.
* If running from a cloned repository, run ```./gradlew localDevCondaEnv```. This generates the Python
package archive and conda yml dependency file(s) in the build directory, and also creates (or updates)
the local ```gatk``` conda environment. (To create the ```gatk-intel``` conda environment once the files
have been generated, run the command ```conda env create -f gatkcondaenv.intel.yml```).
the local ```gatk``` conda environment.
* To "activate" the conda environment (the conda environment must be activated within the same shell from which
GATK is run):
* Execute the shell command ```source activate gatk``` to activate the ```gatk``` environment, or
Expand Down

0 comments on commit c387362

Please sign in to comment.