Skip to content

Commit

Permalink
added warning message & minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Jan 10, 2024
1 parent 8620133 commit 4d00fa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/common/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
1 change: 1 addition & 0 deletions src/frontend_celery/webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ <h4>Overview</h4>
<div class="bst bsb">
<h4>Changelog</h4>
<div class="underline">v 1.6 (10.01.2024)</div>
<div class="btn-pvs">!! 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</div>
<div>
General changes:
<ul>
Expand Down
3 changes: 2 additions & 1 deletion tools/script/install_vep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ rm $vep_version.tar.gz

#install dependencies
mkdir -p $cpan_dir
cpanm -l $cpan_dir -L $cpan_dir Set::IntervalTree URI::Escape DB_File Carp::Assert JSON::XS PerlIO::gzip DBI
cpanm -l $cpan_dir -L $cpan_dir Set::IntervalTree URI::Escape DB_File Carp::Assert JSON::XS PerlIO::gzip DBI
cpanm -l $cpan_dir -L $cpan_dir Bio::PrimarySeqI

#download VEP cache data
mkdir -p $vep_data_dir
Expand Down

0 comments on commit 4d00fa3

Please sign in to comment.