Skip to content

Commit

Permalink
added new line
Browse files Browse the repository at this point in the history
  • Loading branch information
GabSal123 committed Mar 1, 2024
1 parent 037780b commit 247c627
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 @@ -321,4 +321,4 @@ def download_gene_lovd(gene_list:list,folder_path,raise_exception = False):
for gene in gene_list:
url = f"https://databases.lovd.nl/shared/download/all/gene/{gene}"
get_file_from_url(url,folder_path+f'/{gene}.txt')
check_if_valid_name(gene,folder_path,raise_exception)
check_if_valid_name(gene,folder_path,raise_exception)

0 comments on commit 247c627

Please sign in to comment.