From 6322154e27bbeb9db7195932d24416be4a37767e Mon Sep 17 00:00:00 2001 From: Alejandro Buendia Date: Sat, 10 Feb 2024 16:05:19 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 845ba75..0e1eee4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ### Dependencies ### -`arcasHLA` can be installed through bioconda with +Install `arcasHLA` through bioconda with ``` conda install arcas-hla -c bioconda -c conda-forge conda activate arcas-hla ``` **Important**: Please include channels `bioconda` and `conda-forge` as above. -`arcas-hla` can also be installed through the [environment.yml](./environment.yml) file in this repo: +`arcasHLA` can also be installed through the [environment.yml](./environment.yml) file in this repo: ``` conda env create -f environment.yml conda activate arcas-hla