You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
The
checkForDuplicates()method is called before and after the ChEBI Update.https://github.com/reactome/data-release-pipeline/blob/develop/chebi-update/src/main/java/org/reactome/release/chebiupdate/ChebiUpdateStep.java#L20
https://github.com/reactome/data-release-pipeline/blob/develop/chebi-update/src/main/java/org/reactome/release/chebiupdate/ChebiUpdateStep.java#L23
This method writes to the same output file "ChEBI_Update_DuplicateMoleculeIdentifiers.tsv" and so two headers are printed from this line:
https://github.com/reactome/data-release-pipeline/blob/develop/chebi-update/src/main/java/org/reactome/release/chebiupdate/ChebiUpdater.java#L478
Could the duplicate report be separated into two files - one pre-update and one post-update?