From c3873620940e959266404ed8817e5c5410220ee8 Mon Sep 17 00:00:00 2001 From: Chris Norman Date: Mon, 4 Mar 2019 16:05:56 -0500 Subject: [PATCH] Update README.md to remove outdated references to the Intel conda environment. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f332c0b415..b9fff806a23 100644 --- a/README.md +++ b/README.md @@ -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