Skip to content

Commit

Permalink
added date & path to herediclassify
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Apr 12, 2024
1 parent f580a0e commit 255eef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/frontend_celery/webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h4>Overview</h4>
<div class="bst bsb">
<h4>Changelog</h4>

<div class="underline">v 1.10 ()</div>
<div class="underline">v 1.10 (12.04.2024)</div>
<div class="btn-pvs">!! 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.</div>
<div>
General changes:
Expand Down

0 comments on commit 255eef7

Please sign in to comment.