Skip to content

Commit

Permalink
Changed property for Design
Browse files Browse the repository at this point in the history
m:Design{name:Model} changed to m:Design{model:Model} to align with similar nodes in the other load files.
  • Loading branch information
KirstenLangendorf authored Jan 23, 2021
1 parent d13661b commit 2b00f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataloader/load_data_interventional.cypher
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ MERGE(p:Purpose{name:Purpose})
MERGE (ct)-[:HAS_PURPOSE]->(p)
with ct, study_metadata
UNWIND study_metadata.DesignInterventionModel as Model
MERGE(m:Design{name:Model})
MERGE(m:Design{model:Model})
MERGE (ct)-[:HAS_STUDY_DESIGN]->(m)
with ct, m, study_metadata
UNWIND study_metadata.DesignInterventionModelDescription as ModelDescription
Expand Down

0 comments on commit 2b00f9f

Please sign in to comment.