Skip to content

Add option to Ndex.save_new_network to make network public on upload #10

@cthoyt

Description

@cthoyt

I would like to have it in the interface so I can automatically have my network be public after I upload such that the following code would make this happen:

from ndex import client
ndex = client.Ndex(debug=True)

...

cx = [ ... ]
ndex.save_new_network(cx, public=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions