HTSeq 2.0.7__tar.gz → 2.0.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- htseq-2.0.8/HTSeq/_version.py +1 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/PKG-INFO +1 -1
- {htseq-2.0.7 → htseq-2.0.8}/PKG-INFO +1 -1
- htseq-2.0.8/VERSION +1 -0
- htseq-2.0.8/scripts/htseq-count +6 -0
- {htseq-2.0.7 → htseq-2.0.8}/setup.py +3 -1
- {htseq-2.0.7 → htseq-2.0.8}/src/HTSeq/_HTSeq.pyx +2 -2
- {htseq-2.0.7 → htseq-2.0.8}/src/_HTSeq.c +965 -357
- htseq-2.0.7/HTSeq/_version.py +0 -1
- htseq-2.0.7/VERSION +0 -1
- htseq-2.0.7/scripts/htseq-count +0 -5
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/StepVector.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/StretchVector.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/_HTSeq_internal.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/__init__.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/features.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/__init__.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/__init__.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/count_features_per_file.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/reads_io_processor.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/reads_stats.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_old.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_with_barcodes.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/qa.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/utils.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq/utils.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/SOURCES.txt +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/dependency_links.txt +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/requires.txt +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/top_level.txt +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/LICENSE +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/MANIFEST.in +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/README.md +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/pyproject.toml +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/scripts/htseq-count-barcodes +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/scripts/htseq-qa +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/setup.cfg +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/AutoPyObjPtr.i +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/HTSeq/_HTSeq.pxd +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/HTSeq/__init__.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/StepVector.i +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/StepVector.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/StepVector_wrap.cxx +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/src/step_vector.h +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/test/test_general.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/test/test_genomic.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/test/test_htseq-count.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/test/test_parsers.py +0 -0
- {htseq-2.0.7 → htseq-2.0.8}/test/test_stretch_vector.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.0.8"
|
htseq-2.0.8/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.0.8
|
|
@@ -3,6 +3,7 @@ import os
|
|
|
3
3
|
import sys
|
|
4
4
|
from setuptools import setup, Command, Extension
|
|
5
5
|
from setuptools.command.build_py import build_py
|
|
6
|
+
import numpy
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
this_directory = os.path.abspath(os.path.dirname(__file__))
|
|
@@ -193,7 +194,8 @@ setup(name='HTSeq',
|
|
|
193
194
|
Extension(
|
|
194
195
|
'HTSeq._HTSeq',
|
|
195
196
|
['src/_HTSeq.c'],
|
|
196
|
-
include_dirs=[lazy_numpy_include_dir()],#+get_include_dirs(),
|
|
197
|
+
#include_dirs=[lazy_numpy_include_dir()],#+get_include_dirs(),
|
|
198
|
+
include_dirs=[numpy.get_include()],
|
|
197
199
|
extra_compile_args=['-w']),
|
|
198
200
|
Extension(
|
|
199
201
|
'HTSeq._StepVector',
|
|
@@ -1168,7 +1168,7 @@ cdef class Sequence(object):
|
|
|
1168
1168
|
|
|
1169
1169
|
cpdef object add_bases_to_count_array(Sequence self, numpy.ndarray count_array_):
|
|
1170
1170
|
|
|
1171
|
-
cdef numpy.ndarray[numpy.
|
|
1171
|
+
cdef numpy.ndarray[numpy.int64_t, ndim = 2] count_array = count_array_
|
|
1172
1172
|
cdef int seq_length = len(self.seq)
|
|
1173
1173
|
|
|
1174
1174
|
if numpy.PyArray_DIMS(count_array)[0] < seq_length:
|
|
@@ -1383,7 +1383,7 @@ cdef class SequenceWithQualities(Sequence):
|
|
|
1383
1383
|
cpdef object add_qual_to_count_array(SequenceWithQualities self,
|
|
1384
1384
|
numpy.ndarray count_array_):
|
|
1385
1385
|
|
|
1386
|
-
cdef numpy.ndarray[numpy.
|
|
1386
|
+
cdef numpy.ndarray[numpy.int64_t, ndim = 2] count_array = count_array_
|
|
1387
1387
|
if self._qualarr is None:
|
|
1388
1388
|
self._fill_qual_arr()
|
|
1389
1389
|
cdef numpy.ndarray[numpy.uint8_t, ndim = 1] qual_array = self._qualarr
|