diff options
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 35f6f05..5bb5f17 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -31,7 +31,7 @@ REAPER_COMMAND = f"{os.environ.get('GUIX_ENVIRONMENT')}/bin/qtlreaper" # correlation command -CORRELATION_COMMAND = f"{os.environ.get('GUIX_ENVIRONMENT')}/bin/correlation_rust" +CORRELATION_COMMAND = f"{os.environ.get('GN2_PROFILE')}/bin/correlation_rust" # genotype files GENOTYPE_FILES = os.environ.get( |