ndexbio / ndex_webapp_python_exporters

Command line exporters written in Python used by the NDex REST service
0 stars 0 forks source link

============================ ndex-webapp-python-exporters

.. image:: https://img.shields.io/pypi/v/ndex_webapp_python_exporters.svg :target: https://pypi.python.org/pypi/ndex_webapp_python_exporters

.. image:: https://img.shields.io/travis/ndexbio/ndex_webapp_python_exporters.svg :target: https://travis-ci.org/ndexbio/ndex_webapp_python_exporters

.. image:: https://coveralls.io/repos/github/ndexbio/ndex_webapp_python_exporters/badge.svg?branch=master :target: https://coveralls.io/github/ndexbio/ndex_webapp_python_exporters?branch=master

Command line exporters written in Python used by the NDEx REST service.

Supported Exporters

Tools

Dependencies

Compatibility

Installation

::

pip install ndex_webapp_python_exporters

Or directly from repo (requires git)

::

git clone https://github.com/ndexbio/ndex_webapp_python_exporters.git cd ndex_webapp_python_exporters python setup.py install

Example usage

The example below assumes foo.cx is a file in NDEx CX_ format

::

cat foo.cx | ndex_exporters.py graphml > foo.graphml

NOTE: For the above example, the network Thyroid Cancer <http://www.ndexbio.org/#/network/54a9a35b-1e5f-11e8-b939-0ac135e8bacf> can be downloaded as a file named foo.cx in NDEx CX format.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

.. Cookiecutter: https://github.com/audreyr/cookiecutter .. audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage .. NDEx CX: http://www.home.ndexbio.org/data-model/ .. Graphml: http://graphml.graphdrawing.org/