From fb5cf75293ef485e7c022486a38c7ccaf109d225 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Tue, 31 Jan 2023 19:47:13 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2ee94..9df8229 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ First, intstall pre-commit from pip and run `pre-commit install` at the root of To run the code, create a conda environment, install snakemake in this environment, then run the following command: ``` -snakemake --use-conda --cores all +export HF_API_TOKEN=TOKEN_VAL +snakemake --use-conda --cores all --envvars HF_API_TOKEN ``` from the corresponding reference directory's workflow directory.