Commit 237b3f13 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 0.11.2

parent cb923c31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Metadata-Version: 2.1
Name: HTSeq
Version: 0.10.0
Version: 0.11.2
Summary: A framework to process and analyze data from high-throughput sequencing (HTS) assays
Home-page: https://github.com/simon-anders/htseq
Author: Simon Anders
+23 −7
Original line number Diff line number Diff line
@@ -29,13 +29,15 @@ and are transferring the binaries onto another machine with a compatible
environment (architechture, shared libraries). If you are not sure,
chances are you need them.

Both ``Linux`` and ``OSX`` are supported and binaries are provided for virtually
all ``Linux`` versions and for some ``OSX`` versions (the latter only for ``Python 2.7``
and ``Python 3.6``). A source package which should not require ``Cython`` nor ``SWIG``
is provided for all other cases. ``Windows`` is not officially supported as we don't
have access to a Continuous Integration ``Windows`` machine that supports ``pysam``.
However, if you have built ``HTSeq`` for ``Windows``, please open an issue and we'll
try and include it in the release.
Both **Linux** and **OSX** are supported and binaries are provided for virtually
all Linux versions and for some OSX versions (the latter only for Python 2.7
and 3.6). A source package which should not require ``Cython`` nor ``SWIG``
is provided for all other cases.

**Windows is not officially supported** as we don't have access to a Continuous
Integration Windows machine that supports ``pysam``. However, if you have built
``HTSeq`` for Windows, please open an issue and we'll try and include it in the
release.

Installation
~~~~~~~~~~~~
@@ -57,6 +59,20 @@ To install directly from PyPI:

   </div>

To install a specific version (e.g. version 0.11.0):

.. raw:: html

   <div class="highlight highlight-source-shell">

::

    pip install 'HTSeq==0.11.0'

.. raw:: html

   </div>

If this fails, please install all dependencies first:

.. raw:: html
+1 −1
Original line number Diff line number Diff line
0.10.0
0.11.2
+479 −340

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
__version__ = "0.10.0"
 No newline at end of file
__version__ = "0.11.2"
 No newline at end of file
Loading