Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso authored Feb 1, 2023
1 parent 0483fac commit fb5cf75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fb5cf75

Please sign in to comment.