diff --git a/data_collection/tools.py b/data_collection/tools.py index b858fcd..7b7e5f4 100644 --- a/data_collection/tools.py +++ b/data_collection/tools.py @@ -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)