diff --git a/data_collection/tools.py b/data_collection/tools.py index 1b901b0..af3c36c 100644 --- a/data_collection/tools.py +++ b/data_collection/tools.py @@ -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) \ No newline at end of file + check_if_valid_name(gene,folder_path,raise_exception)