Skip to content

Commit

Permalink
return variable added
Browse files Browse the repository at this point in the history
  • Loading branch information
james0032 committed Oct 31, 2024
1 parent af3037a commit 56e8b5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parsers/LINCS/src/loadLINCS.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ def format_edge_properties(self, predicate: str):
PRIMARY_KNOWLEDGE_SOURCE: self.provenance_id,
KNOWLEDGE_LEVEL: KNOWLEDGE_ASSERTION,
AGENT_TYPE: DATA_PIPELINE
})
})

return properties

0 comments on commit 56e8b5b

Please sign in to comment.