Skip to content

Commit

Permalink
Format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Jun 11, 2024
1 parent 6badd83 commit 7502da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 7502da2

Please sign in to comment.