diff --git a/src/common/paths.py b/src/common/paths.py index 54f36d9c..fbf9b84d 100644 --- a/src/common/paths.py +++ b/src/common/paths.py @@ -226,7 +226,6 @@ def joinpaths(path, *paths): vep_path = joinpaths(toolsdir, "ensembl-vep") vep_cache_dir = joinpaths(vep_path, "data/cache") os.environ['PERL5LIB'] = vep_path + "/Bio/:" + vep_path + "/cpan/lib/perl5/:" + os.environ.get('PERL5LIB', '') - #ngs_bits_path = "/mnt/storage1/share/opt/ngs-bits-hg38-2022_04-70-g53bce65c/" ngs_bits_path = joinpaths(toolsdir, "ngs-bits/bin") htslib_path = joinpaths(toolsdir, "htslib-1.16") diff --git a/src/frontend_celery/webapp/templates/index.html b/src/frontend_celery/webapp/templates/index.html index 704ab9eb..77d2fca0 100644 --- a/src/frontend_celery/webapp/templates/index.html +++ b/src/frontend_celery/webapp/templates/index.html @@ -93,6 +93,7 @@

Overview

Changelog

v 1.6 (10.01.2024)
+
!! The automatic classification algorithm is currently under construction. HerediVar is already prepared for it. Thus, you might encounter disabled buttons or dummy data. It will be enabled in a future update
General changes: