Skip to content

Commit

Permalink
Merge pull request #72 from biothings/revert-68-semmed-sentences
Browse files Browse the repository at this point in the history
Revert "semmed sentence edge attributes"
  • Loading branch information
tokebe authored Oct 22, 2024
2 parents 356ba91 + d6014a6 commit 7bc57ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
23 changes: 0 additions & 23 deletions data/jq/pair/semmed.jq

This file was deleted.

29 changes: 0 additions & 29 deletions data/jq/wrap/semmed.jq

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export default class Transformer {
} else if (api === "EBI Proteins API") {
// this.tf = new EBIProteinTransformer(this.data, this.config)
this.tf = new JQTransformer(this.data, { ...this.config, type: "ebi" });
} else if (api === "BioThings SEMMEDDB API") {
this.tf = new JQTransformer(this.data, { ...this.config, type: "semmed" });
} else if (tags.includes("biothings")) {
this.tf = new JQTransformer(this.data, { ...this.config, type: "biothings" });
} else if (tags.includes("ctd")) {
Expand Down

0 comments on commit 7bc57ec

Please sign in to comment.