Metadata-Version: 2.0
Name: msgen
Version: 0.6.9
Summary: Microsoft Genomics Command-line Client
Home-page: UNKNOWN
Author: Microsoft Corporation, Microsoft Genomics Team
Author-email: msgensupp@microsoft.com
License: MIT
Keywords: azure genomics
Platform: any
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: azure-storage (==0.32.0)
Requires-Dist: requests (>=2.11.1)

msgen
========
Microsoft Genomics Command-line Client

Installation
------------
`msgen`_ is on PyPI and can be installed via:

Linux

::
  sudo apt-get install -y build-essential libssl-dev libffi-dev libpython-dev python-dev python-pip
  sudo pip uninstall msgen (if previously installed)
  sudo pip install msgen

Windows
::
  Install MSVC++ for Python 2.7 from https://www.microsoft.com/en-us/download/details.aspx?id=44266
  pip uninstall msgen (if previously installed)
  pip install msgen


msgen is compatible with Python 2.7. If you do not want to install msgen
as a system-wide binary and modify system-wide python packages, use the
``--user`` flag with ``pip``.

- Base Requirements

  - `azure-storage`_
  - `requests`_
  - `blobxfer`_


You can install these packages using pip, easy_install or through standard
setup.py procedures. These dependencies will be automatically installed if
using a package-based install or setup.py. The required versions of these
dependent packages can be found in ``setup.py``.

.. _azure-storage: https://pypi.python.org/pypi/azure-storage
.. _requests: https://pypi.python.org/pypi/requests
.. _blobxfer: https://pypi.python.org/pypi/blobxfer

Introduction
------------

The msgen.py script is the Microsoft Genomics Command-line Client.

Example Usage
-------------

::

  msgen -f ~/msgen.config.txt

Note: You'll need to create a file with your configuration details. In this
example it is ``~/msgen.config.txt``.

