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.
Files changed (50) hide show
  1. htseq-2.0.8/HTSeq/_version.py +1 -0
  2. {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/PKG-INFO +1 -1
  3. {htseq-2.0.7 → htseq-2.0.8}/PKG-INFO +1 -1
  4. htseq-2.0.8/VERSION +1 -0
  5. htseq-2.0.8/scripts/htseq-count +6 -0
  6. {htseq-2.0.7 → htseq-2.0.8}/setup.py +3 -1
  7. {htseq-2.0.7 → htseq-2.0.8}/src/HTSeq/_HTSeq.pyx +2 -2
  8. {htseq-2.0.7 → htseq-2.0.8}/src/_HTSeq.c +965 -357
  9. htseq-2.0.7/HTSeq/_version.py +0 -1
  10. htseq-2.0.7/VERSION +0 -1
  11. htseq-2.0.7/scripts/htseq-count +0 -5
  12. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/StepVector.py +0 -0
  13. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/StretchVector.py +0 -0
  14. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/_HTSeq_internal.py +0 -0
  15. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/__init__.py +0 -0
  16. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/features.py +0 -0
  17. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/__init__.py +0 -0
  18. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count.py +0 -0
  19. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/__init__.py +0 -0
  20. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/count_features_per_file.py +0 -0
  21. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/reads_io_processor.py +0 -0
  22. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_features/reads_stats.py +0 -0
  23. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_old.py +0 -0
  24. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/count_with_barcodes.py +0 -0
  25. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/qa.py +0 -0
  26. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/scripts/utils.py +0 -0
  27. {htseq-2.0.7 → htseq-2.0.8}/HTSeq/utils.py +0 -0
  28. {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/SOURCES.txt +0 -0
  29. {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/dependency_links.txt +0 -0
  30. {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/requires.txt +0 -0
  31. {htseq-2.0.7 → htseq-2.0.8}/HTSeq.egg-info/top_level.txt +0 -0
  32. {htseq-2.0.7 → htseq-2.0.8}/LICENSE +0 -0
  33. {htseq-2.0.7 → htseq-2.0.8}/MANIFEST.in +0 -0
  34. {htseq-2.0.7 → htseq-2.0.8}/README.md +0 -0
  35. {htseq-2.0.7 → htseq-2.0.8}/pyproject.toml +0 -0
  36. {htseq-2.0.7 → htseq-2.0.8}/scripts/htseq-count-barcodes +0 -0
  37. {htseq-2.0.7 → htseq-2.0.8}/scripts/htseq-qa +0 -0
  38. {htseq-2.0.7 → htseq-2.0.8}/setup.cfg +0 -0
  39. {htseq-2.0.7 → htseq-2.0.8}/src/AutoPyObjPtr.i +0 -0
  40. {htseq-2.0.7 → htseq-2.0.8}/src/HTSeq/_HTSeq.pxd +0 -0
  41. {htseq-2.0.7 → htseq-2.0.8}/src/HTSeq/__init__.py +0 -0
  42. {htseq-2.0.7 → htseq-2.0.8}/src/StepVector.i +0 -0
  43. {htseq-2.0.7 → htseq-2.0.8}/src/StepVector.py +0 -0
  44. {htseq-2.0.7 → htseq-2.0.8}/src/StepVector_wrap.cxx +0 -0
  45. {htseq-2.0.7 → htseq-2.0.8}/src/step_vector.h +0 -0
  46. {htseq-2.0.7 → htseq-2.0.8}/test/test_general.py +0 -0
  47. {htseq-2.0.7 → htseq-2.0.8}/test/test_genomic.py +0 -0
  48. {htseq-2.0.7 → htseq-2.0.8}/test/test_htseq-count.py +0 -0
  49. {htseq-2.0.7 → htseq-2.0.8}/test/test_parsers.py +0 -0
  50. {htseq-2.0.7 → htseq-2.0.8}/test/test_stretch_vector.py +0 -0
@@ -0,0 +1 @@
1
+ __version__ = "2.0.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: HTSeq
3
- Version: 2.0.7
3
+ Version: 2.0.8
4
4
  Summary: A framework to process and analyze data from high-throughput sequencing (HTS) assays
5
5
  Home-page: https://github.com/htseq
6
6
  Author: Simon Anders, Fabio Zanini
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: HTSeq
3
- Version: 2.0.7
3
+ Version: 2.0.8
4
4
  Summary: A framework to process and analyze data from high-throughput sequencing (HTS) assays
5
5
  Home-page: https://github.com/htseq
6
6
  Author: Simon Anders, Fabio Zanini
htseq-2.0.8/VERSION ADDED
@@ -0,0 +1 @@
1
+ 2.0.8
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env python
2
+
3
+ import HTSeq.scripts.count
4
+
5
+ if __name__ == "__main__":
6
+ HTSeq.scripts.count.main()
@@ -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.int_t, ndim = 2] count_array = count_array_
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.int_t, ndim = 2] count_array = count_array_
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