We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c42ca3 commit 906829cCopy full SHA for 906829c
data_collection/tools.py
@@ -10,12 +10,10 @@
10
# EXCEPTIONS
11
class BadResponseException(Exception):
12
"""Custom exception for bad responses."""
13
- pass
14
15
16
class DownloadError(Exception):
17
"""Custom exception for download errors."""
18
19
20
21
# CONSTANTS
@@ -264,7 +262,6 @@ def from_lovd_to_pandas(path):
264
262
return d
265
263
266
267
-
268
def from_clinvar_name_to_dna(name):
269
"""
270
Custom cleaner to extract DNA from Clinvar name variable.
0 commit comments