Skip to content

Commit

Permalink
Updated biofactoid version in the metadata.v14.json; removed todo...
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Apr 23, 2024
1 parent 2ebd946 commit 3e8ff28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/java/cpath/service/PreMerger.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ void premerge() {
+ "; skipping for this data source...");
return; // skip due to the error
}
// converter.setXmlBase(xmlBase);
converter.setXmlBase(datasource.getIdentifier()+":"); //todo: test if it works/looks better than with instance's xmlBase...
converter.setXmlBase(datasource.getIdentifier()+":");
} else {
log.info("premerge(), Converter class is not defined for " + mid);
}
Expand Down
2 changes: 1 addition & 1 deletion work/metadata.v14.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"name": [
"Biofactoid"
],
"description": "Biofactoid BioPAX data, 2024-03-10",
"description": "Biofactoid BioPAX data, 2024-04-22",
"iconUrl": "https://pathwaycommons.github.io/cpath2/logos/biofactoid.png",
"availability": "free",
"type": "BIOPAX",
Expand Down

0 comments on commit 3e8ff28

Please sign in to comment.