From 7502da26c3bbbebd9ad5fad2eca31195983718e6 Mon Sep 17 00:00:00 2001 From: Everaldo Date: Tue, 11 Jun 2024 10:04:12 -0700 Subject: [PATCH] Format code. --- src/config_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_web.py b/src/config_web.py index b1624b06..591bfc3d 100644 --- a/src/config_web.py +++ b/src/config_web.py @@ -108,7 +108,7 @@ # Custom prefix handling for variant specific identifiers variant_prefix_handling = [ - (re.compile(r'chr(.?)+', re.I), '_id'), + (re.compile(r"chr(.?)+", re.I), "_id"), (re.compile(r"rs[0-9]+", re.I), "dbsnp.rsid"), (re.compile(r"rcv[0-9\.]+", re.I), "clinvar.rcv.accession"), (re.compile(r"var_[0-9]+", re.I), "uniprot.humsavar.ftid"),