HTSeq 2.1.2__cp313-cp313-macosx_10_15_x86_64.whl
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/StepVector.py +629 -0
- HTSeq/StretchVector.py +491 -0
- HTSeq/_HTSeq.cpython-313-darwin.so +0 -0
- HTSeq/_HTSeq_internal.py +85 -0
- HTSeq/_StepVector.cpython-313-darwin.so +0 -0
- HTSeq/__init__.py +1249 -0
- HTSeq/features.py +489 -0
- HTSeq/scripts/__init__.py +0 -0
- HTSeq/scripts/count.py +528 -0
- HTSeq/scripts/count_features/__init__.py +0 -0
- HTSeq/scripts/count_features/count_features_per_file.py +465 -0
- HTSeq/scripts/count_features/reads_io_processor.py +187 -0
- HTSeq/scripts/count_features/reads_stats.py +92 -0
- HTSeq/scripts/count_with_barcodes.py +746 -0
- HTSeq/scripts/qa.py +336 -0
- HTSeq/scripts/utils.py +372 -0
- HTSeq/utils.py +92 -0
- htseq-2.1.2.dist-info/METADATA +813 -0
- htseq-2.1.2.dist-info/RECORD +23 -0
- htseq-2.1.2.dist-info/WHEEL +5 -0
- htseq-2.1.2.dist-info/entry_points.txt +4 -0
- htseq-2.1.2.dist-info/licenses/LICENSE +674 -0
- htseq-2.1.2.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
HTSeq/StepVector.py,sha256=G23UzY4fVN08fKmr28hNWjwYoYsg9e6GUhlZX263VpM,25180
|
|
2
|
+
HTSeq/StretchVector.py,sha256=hlbHcAumfbT_Cw-5mbTNu9sDO2HIYcTOUc0-mgn4Cu4,17874
|
|
3
|
+
HTSeq/_HTSeq.cpython-313-darwin.so,sha256=47LRLmMG0q9byoj24qXDaY8Rhy9BsSCMLg1yoWCIrUY,572608
|
|
4
|
+
HTSeq/_HTSeq_internal.py,sha256=yJRVObZqV9IwEkV2Sxr4SuPHDKUHGGbTF514-tzVCRw,3486
|
|
5
|
+
HTSeq/_StepVector.cpython-313-darwin.so,sha256=iJy70tH1CXLGC5xZ68Fo6Ia_36OhXbf3i0DepilQe8U,117136
|
|
6
|
+
HTSeq/__init__.py,sha256=D0sGFCo5khu8eMea0WtEIVwq3Uj4_cSMV8ahtQvluxA,42489
|
|
7
|
+
HTSeq/features.py,sha256=3oWRJJE510NjdqDfBya81xfkyjN56k-tW9G1L7zQMTY,18165
|
|
8
|
+
HTSeq/utils.py,sha256=yG9mkUB_HZTOLxu8ag3D-Iy7Hruf9kcMdDpAIANDICI,2822
|
|
9
|
+
HTSeq/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
+
HTSeq/scripts/count.py,sha256=IW7eMg3F60PavLyJ1WrMTn4u0gsjVAW5ghc7dfXU2_A,18213
|
|
11
|
+
HTSeq/scripts/count_with_barcodes.py,sha256=4enVwFQlZf9U1MlLFB7d0xjBisULZUgB8jKWeU-Y2cI,27815
|
|
12
|
+
HTSeq/scripts/qa.py,sha256=te4ndMOvdCOpDPT-8sEdLDMqr9xcDT1lZVyFwGiRdxc,10427
|
|
13
|
+
HTSeq/scripts/utils.py,sha256=taD2ENVoEBfB3z8eeq9zbRHOjQPW_MHiIIBRERo9YWU,10418
|
|
14
|
+
HTSeq/scripts/count_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
HTSeq/scripts/count_features/count_features_per_file.py,sha256=dOYC4xE5epgBnqL1pOKIHMtrxcyXs8N3nBalg-YkS4k,15773
|
|
16
|
+
HTSeq/scripts/count_features/reads_io_processor.py,sha256=0YIUmlbYq_LhfzCne1a1mwI3-R-fLuJ5uhh2IkVgpuk,6364
|
|
17
|
+
HTSeq/scripts/count_features/reads_stats.py,sha256=JcTWNTrCwmpc6zDzd5msW7iRcbL8fKknoO55T1DJzr4,2799
|
|
18
|
+
htseq-2.1.2.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
|
19
|
+
htseq-2.1.2.dist-info/METADATA,sha256=36LIVQq6WFAu_ttFt-_G9_nM-T5e6fbkCLs5ErHsJVQ,44924
|
|
20
|
+
htseq-2.1.2.dist-info/WHEEL,sha256=LXnyv3PZLKGdplAd4SBPnMQFFfAQ9CMWbJOqSvhbcfI,112
|
|
21
|
+
htseq-2.1.2.dist-info/entry_points.txt,sha256=NK0KwvUukBy4BV23UDQsVEZfN5hmDSA-NUBOxHVQjeQ,152
|
|
22
|
+
htseq-2.1.2.dist-info/top_level.txt,sha256=W3Y4w3SxbKN6Yf8TF1JXvVtZin7F6fLQp-mMC96m-mA,6
|
|
23
|
+
htseq-2.1.2.dist-info/RECORD,,
|