Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GabSal123 committed Mar 3, 2024
1 parent 70ba30c commit 13d37be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def download_gene_lovd(gene_list:list,folder_path,raise_exception = False):
:param bool raise_exception: raise exception if True, otherwise log
"""

for gene in gene_list:.
for gene in gene_list:
file_path = folder_path + '/'+gene + ".txt"
url = f"https://databases.lovd.nl/shared/download/all/gene/{gene}"
response = requests.get(url,timeout=10)
Expand Down

0 comments on commit 13d37be

Please sign in to comment.