From 255eef7cfc9b055caf36e6cbefc35b960e1bf958 Mon Sep 17 00:00:00 2001 From: MarvinDo Date: Fri, 12 Apr 2024 10:22:48 +0200 Subject: [PATCH] added date & path to herediclassify --- src/common/paths.py | 2 +- src/frontend_celery/webapp/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/paths.py b/src/common/paths.py index b8c6ead0..40d9c0ec 100644 --- a/src/common/paths.py +++ b/src/common/paths.py @@ -235,7 +235,7 @@ def joinpaths(path, *paths): ngs_bits_path = joinpaths(toolsdir, "ngs-bits/bin") htslib_path = joinpaths(toolsdir, "htslib-1.16") samtools_path = joinpaths(toolsdir, "samtools/samtools") - + automatic_classification_path = joinpaths(toolsdir, "herediclass") # data diff --git a/src/frontend_celery/webapp/templates/index.html b/src/frontend_celery/webapp/templates/index.html index 9a475b84..798566ad 100644 --- a/src/frontend_celery/webapp/templates/index.html +++ b/src/frontend_celery/webapp/templates/index.html @@ -93,7 +93,7 @@

Overview

Changelog

-
v 1.10 ()
+
v 1.10 (12.04.2024)
!! Scores from likelihood ratio tests are currently under construction. A simple reannotation is required to show them on HerediVar once they are ready to be downloaded from HerediCaRe.
General changes: