Skip to content

Commit

Permalink
Add xdg paths to fix scanpy cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cavenel committed Nov 30, 2023
1 parent b2e3a74 commit 9c7ce2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
ext.prefix = File name prefix for output files.
----------------------------------------------------------------------------------------
*/
env {
XDG_CACHE_HOME = "./.xdg_cache_home"
XDG_DATA_HOME = "./.xdg_data_home"
}

process {

Expand Down

0 comments on commit 9c7ce2b

Please sign in to comment.