Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save egonw/183913753842b57ea60e to your computer and use it in GitHub Desktop.
Save egonw/183913753842b57ea60e to your computer and use it in GitHub Desktop.
QC reports for hmdb_metabolites_20140516.bridge
WARNING: old DATASOURCENAME 'HMDB3' doesn't match new DATASOURCENAME 'HMDB35CHEBI'
INFO: Number of ids in Ce: 54081 (changed +82.2%)
INFO: Number of ids in Ch: 41513 (changed +0.0%)
INFO: Number of ids in Kd: 10 (changed +0.0%)
INFO: Number of ids in Ck: 8600 (changed +49.5%)
INFO: Number of ids in Cs: 16055 (changed +1.7%)
INFO: Wi is only in new database
INFO: Number of ids in Wi: 3300
INFO: Number of ids in Cpc: 16910 (changed +0.0%)
INFO: Number of ids in Ca: 24042 (changed +39.2%)
INFO: Attribute provided: Monoisotopic Weight
INFO: Attribute provided: SMILES
INFO: Attribute provided: Synonym
INFO: Attribute provided: InChI
INFO: Attribute provided: Symbol
INFO: Attribute provided: BrutoFormula
INFO: Attribute provided: InChIKey
INFO: new size is 136 Mb (changed +36.4%)
ERROR: 4814/54081 (8%) ids do not match expected pattern for ChEBI
ERROR: expected pattern is '^CHEBI:\d+$'
ERROR: aberrant ids are e.g. '100246', '100207', '1000694', '10023', '10033', '1001644', '1001275', '100147', '1002414', '100241'
sh qc.sh hmdb_metabolites_20131122.bridge hmdb_metabolites_20140516.bridge
Warning creating a new DataSource with systemCode Ch and null fullName!
Warning creating a new DataSource with systemCode Ce and null fullName!
Warning creating a new DataSource with systemCode Kd and null fullName!
Warning creating a new DataSource with systemCode Cpc and null fullName!
Warning creating a new DataSource with systemCode Ck and null fullName!
Warning creating a new DataSource with systemCode Cs and null fullName!
Warning creating a new DataSource with systemCode Ca and null fullName!
Warning creating a new DataSource with systemCode Wi and null fullName!
WARNING: old DATASOURCENAME 'HMDB3' doesn't match new DATASOURCENAME 'HMDB35CHEBI'
INFO: Wi is only in new database
INFO: Number of ids in Wi: 2192
INFO: Number of ids in Kd: 10 (changed +0.0%)
INFO: Number of ids in Cs: 16005 (changed +1.4%)
INFO: Number of ids in Ce: 49880 (changed +80.7%)
INFO: Number of ids in Ch: 41513 (changed +0.0%)
INFO: Number of ids in Ca: 22832 (changed +35.9%)
INFO: Number of ids in Cpc: 18925 (changed +10.6%)
INFO: Number of ids in Ck: 8345 (changed +47.9%)
WARNING: Attribute InChI only in old database
INFO: Attribute provided: Monoisotopic Weight
INFO: Attribute provided: SMILES
INFO: Attribute provided: Synonym
INFO: Attribute provided: Symbol
INFO: Attribute provided: BrutoFormula
INFO: Attribute provided: InChIKey
INFO: new size is 128 Mb (changed +28.2%)
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.bridgedb.tools.qc.BridgeQC.main(BridgeQC.java:292)
Caused by: java.lang.IllegalArgumentException: Full name does not match for DataSource Ca was null so it can not be changed to CAS
at org.bridgedb.DataSource.findOrRegister(DataSource.java:629)
at org.bridgedb.DataSource.register(DataSource.java:595)
at org.bridgedb.bio.BioDataSource.<clinit>(BioDataSource.java:57)
... 1 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment