Skip to content

Commit

Permalink
update v.1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Oct 24, 2024
1 parent a035ca5 commit 412f6e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/frontend_celery/webapp/download/download_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def generate_variant_list_vcf_status():

# listens on get parameter: raw
@download_blueprint.route('/download/vcf/classified')
@require_permission(['read_resources'])
def classified_variants():
return_raw = request.args.get('raw')

Expand Down
1 change: 0 additions & 1 deletion src/frontend_celery/webapp/main/main_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def index():

# user access of versioned downloads
@main_blueprint.route('/downloads')
@require_permission(['read_resources'])
def downloads():
all_variants_folder = download_functions.get_all_variants_folder()
last_dump_path = os.path.join(all_variants_folder, ".last_dump.txt")
Expand Down
8 changes: 8 additions & 0 deletions src/frontend_celery/webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ <h4>Overview</h4>
<div class="bst bsb">
<h4>Changelog</h4>

<div class="underline">v 1.14.3 (15.10.2024)</div>
<div>
General changes:
<ul>
<li>Consensus classified variants can now be downloaded publically</li>
</ul>
</div>

<div class="underline">v 1.14.2 (15.10.2024)</div>
<div>
General changes:
Expand Down

0 comments on commit 412f6e2

Please sign in to comment.