Skip to content

Commit

Permalink
change .cache/nf-core to .cache/nfcore
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jul 1, 2022
1 parent f42c6b0 commit d7e2ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

NFCORE_CACHE_DIR = os.path.join(
os.environ.get("XDG_CACHE_HOME", os.path.join(os.getenv("HOME"), ".cache")),
"nf-core",
"nfcore",
)
NFCORE_DIR = os.path.join(os.environ.get("XDG_CONFIG_HOME", os.path.join(os.getenv("HOME"), ".config")), "nfcore")

Expand Down

0 comments on commit d7e2ac2

Please sign in to comment.