Skip to content

Commit

Permalink
Merge pull request #16 from oicr-gsi/GBS-5215
Browse files Browse the repository at this point in the history
updated docstring; fixed template name
  • Loading branch information
rjovelin authored Sep 25, 2024
2 parents 053d0c0 + faf75e0 commit 235492e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waterzooi.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def exome(project_name):
headers={"Content-disposition": "attachment; filename={0}.EX.json".format(project_name)})

else:
return render_template('Exome.html',
return render_template('exome.html',
routes = routes,
project=project,
samples=samples,
Expand Down
2 changes: 1 addition & 1 deletion whole_genome.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def get_WGTS_blocks_info(project_name, case, database, table):
- project_name (str): Name of project of interest
- case (str): Donor id
- database (str): Path to the sqlite database
- table (str): Table with block information: WGS_blocks or WT_blocks
- table (str): Table with block information: WGS_blocks, WT_blocks or EX_blocks
'''

conn = connect_to_db(database)
Expand Down

0 comments on commit 235492e

Please sign in to comment.