bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

Updating several regex patterns #162

Closed DeniseSl22 closed 3 years ago

DeniseSl22 commented 3 years ago

New PR (replaces #158 and #161).

158:

Checked the code by building project and using dist folder to perform QC on metabolite mapping files (drugbank and Comptox IDs are now not flagged anymore!).

161:

Checked the code by building project and using dist folder to perform QC on interaction mapping files (Reactome not flagged anymore; part of EcoCyc is not flagged anymore (but will need to adapt the regex pattern to match all cases in the future).

codecov[bot] commented 3 years ago

Codecov Report

Merging #162 (d7219ad) into master (c20b42f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   12.33%   12.33%           
=======================================
  Files         182      182           
  Lines       10900    10900           
  Branches     1432     1432           
=======================================
  Hits         1345     1345           
  Misses       9386     9386           
  Partials      169      169           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c20b42f...d7219ad. Read the comment docs.