Skip to content

Commit

Permalink
Update upload_ndex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 4, 2023
1 parent eb81a3f commit 3acffb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/biomappings/upload_ndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def ndex(username, password):
cx = NiceCXBuilder()
cx.set_name("Biomappings")
cx.add_network_attribute(
"description", "Manually curated semantic mappings (e.g., skos:exactMatch) between biological entities."
"description",
"Manually curated semantic mappings (e.g., skos:exactMatch) between biological entities.",
)
cx.add_network_attribute("reference", "https://github.com/biomappings/biomappings")
cx.add_network_attribute("rights", "Waiver-No rights reserved (CC0)")
Expand Down

0 comments on commit 3acffb6

Please sign in to comment.