strkit 0.23.0a4__tar.gz → 0.23.0a5__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 (80) hide show
  1. {strkit-0.23.0a4/strkit.egg-info → strkit-0.23.0a5}/PKG-INFO +5 -2
  2. {strkit-0.23.0a4 → strkit-0.23.0a5}/README.md +3 -0
  3. {strkit-0.23.0a4 → strkit-0.23.0a5}/setup.py +1 -1
  4. strkit-0.23.0a5/strkit/VERSION +1 -0
  5. {strkit-0.23.0a4 → strkit-0.23.0a5/strkit.egg-info}/PKG-INFO +5 -2
  6. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/requires.txt +1 -1
  7. strkit-0.23.0a4/strkit/VERSION +0 -1
  8. {strkit-0.23.0a4 → strkit-0.23.0a5}/LICENSE +0 -0
  9. {strkit-0.23.0a4 → strkit-0.23.0a5}/MANIFEST.in +0 -0
  10. {strkit-0.23.0a4 → strkit-0.23.0a5}/pyproject.toml +0 -0
  11. {strkit-0.23.0a4 → strkit-0.23.0a5}/setup.cfg +0 -0
  12. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/__init__.py +0 -0
  13. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/__init__.py +0 -0
  14. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/align_matrix.py +0 -0
  15. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/allele.py +0 -0
  16. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/call_locus.py +0 -0
  17. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/call_sample.py +0 -0
  18. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/cigar.py +0 -0
  19. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/gmm.py +0 -0
  20. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/loci.py +0 -0
  21. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/non_daemonic_pool.py +0 -0
  22. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/__init__.py +0 -0
  23. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/json_report.py +0 -0
  24. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/tsv.py +0 -0
  25. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/vcf.py +0 -0
  26. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/params.py +0 -0
  27. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/realign.py +0 -0
  28. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/repeats.py +0 -0
  29. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/snvs.py +0 -0
  30. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/types.py +0 -0
  31. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/utils.py +0 -0
  32. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/catalog/__init__.py +0 -0
  33. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/catalog/combine.py +0 -0
  34. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/constants.py +0 -0
  35. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/__init__.py +0 -0
  36. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/_bed_4.py +0 -0
  37. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/constants.py +0 -0
  38. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/converter.py +0 -0
  39. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/expansionhunter.py +0 -0
  40. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/gangstr.py +0 -0
  41. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/hipstr.py +0 -0
  42. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/trgt.py +0 -0
  43. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/diploid_autosomes.json +0 -0
  44. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/diploid_xx.json +0 -0
  45. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/diploid_xy.json +0 -0
  46. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/haploid.json +0 -0
  47. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/entry.py +0 -0
  48. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/exceptions.py +0 -0
  49. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/iupac.py +0 -0
  50. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/json.py +0 -0
  51. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/logger.py +0 -0
  52. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/__init__.py +0 -0
  53. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/base.py +0 -0
  54. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/expansionhunter.py +0 -0
  55. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/gangstr.py +0 -0
  56. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/generic_vcf.py +0 -0
  57. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/intervals.py +0 -0
  58. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/repeathmm.py +0 -0
  59. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/result.py +0 -0
  60. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/straglr.py +0 -0
  61. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/strkit.py +0 -0
  62. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/tandem_genotypes.py +0 -0
  63. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/trgt.py +0 -0
  64. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/vcf_utils.py +0 -0
  65. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/ploidy.py +0 -0
  66. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/utils.py +0 -0
  67. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/__init__.py +0 -0
  68. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/server.py +0 -0
  69. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/static/logo.png +0 -0
  70. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/templates/browser.html +0 -0
  71. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/SOURCES.txt +0 -0
  72. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/dependency_links.txt +0 -0
  73. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/entry_points.txt +0 -0
  74. {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/top_level.txt +0 -0
  75. {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_caller_loci_fns.py +0 -0
  76. {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_caller_utils.py +0 -0
  77. {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_iupac.py +0 -0
  78. {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_mi_intervals.py +0 -0
  79. {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_ploidy.py +0 -0
  80. {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: strkit
3
- Version: 0.23.0a4
3
+ Version: 0.23.0a5
4
4
  Summary: A toolkit for analyzing variation in short(ish) tandem repeats.
5
5
  Home-page: https://github.com/davidlougheed/strkit
6
6
  Author: David Lougheed
@@ -26,7 +26,7 @@ Requires-Dist: pydantic<3,>=2.11.7
26
26
  Requires-Dist: scikit-learn<1.8,>=1.2.1
27
27
  Requires-Dist: scipy<1.17,>=1.10
28
28
  Requires-Dist: statsmodels<0.15,>=0.14.0
29
- Requires-Dist: strkit_rust_ext==0.23.1
29
+ Requires-Dist: strkit_rust_ext==0.23.2
30
30
  Dynamic: author
31
31
  Dynamic: author-email
32
32
  Dynamic: classifier
@@ -180,6 +180,9 @@ long read data should still work.
180
180
  additional downstream analysis possibilities.
181
181
  * Recommended for **HiFi data and ONT R10 data only**. In my testing, this worsens runtime and call quality for
182
182
  ONT ultra-long-read data, but speeds up the tool and improves call quality for HiFi/ONT R10 data.
183
+ * **Important note:** This functionality is best for whole-genome STR surveying. If hunting for rare / low-coverage
184
+ expansions, or using targeted sequencing data, it may be best to **NOT USE** an SNV catalog to avoid discording
185
+ reads with short flanking regions.
183
186
  * Parallelized for faster computing on clusters and for ad-hoc fast analysis of single samples.
184
187
  * 95% confidence intervals on calls via a user-configurable optional parametric bootstrapping process.
185
188
 
@@ -139,6 +139,9 @@ long read data should still work.
139
139
  additional downstream analysis possibilities.
140
140
  * Recommended for **HiFi data and ONT R10 data only**. In my testing, this worsens runtime and call quality for
141
141
  ONT ultra-long-read data, but speeds up the tool and improves call quality for HiFi/ONT R10 data.
142
+ * **Important note:** This functionality is best for whole-genome STR surveying. If hunting for rare / low-coverage
143
+ expansions, or using targeted sequencing data, it may be best to **NOT USE** an SNV catalog to avoid discording
144
+ reads with short flanking regions.
142
145
  * Parallelized for faster computing on clusters and for ad-hoc fast analysis of single samples.
143
146
  * 95% confidence intervals on calls via a user-configurable optional parametric bootstrapping process.
144
147
 
@@ -23,7 +23,7 @@ setup(
23
23
  "scikit-learn>=1.2.1,<1.8",
24
24
  "scipy>=1.10,<1.17",
25
25
  "statsmodels>=0.14.0,<0.15",
26
- "strkit_rust_ext==0.23.1",
26
+ "strkit_rust_ext==0.23.2",
27
27
  ],
28
28
 
29
29
  description="A toolkit for analyzing variation in short(ish) tandem repeats.",
@@ -0,0 +1 @@
1
+ 0.23.0a5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: strkit
3
- Version: 0.23.0a4
3
+ Version: 0.23.0a5
4
4
  Summary: A toolkit for analyzing variation in short(ish) tandem repeats.
5
5
  Home-page: https://github.com/davidlougheed/strkit
6
6
  Author: David Lougheed
@@ -26,7 +26,7 @@ Requires-Dist: pydantic<3,>=2.11.7
26
26
  Requires-Dist: scikit-learn<1.8,>=1.2.1
27
27
  Requires-Dist: scipy<1.17,>=1.10
28
28
  Requires-Dist: statsmodels<0.15,>=0.14.0
29
- Requires-Dist: strkit_rust_ext==0.23.1
29
+ Requires-Dist: strkit_rust_ext==0.23.2
30
30
  Dynamic: author
31
31
  Dynamic: author-email
32
32
  Dynamic: classifier
@@ -180,6 +180,9 @@ long read data should still work.
180
180
  additional downstream analysis possibilities.
181
181
  * Recommended for **HiFi data and ONT R10 data only**. In my testing, this worsens runtime and call quality for
182
182
  ONT ultra-long-read data, but speeds up the tool and improves call quality for HiFi/ONT R10 data.
183
+ * **Important note:** This functionality is best for whole-genome STR surveying. If hunting for rare / low-coverage
184
+ expansions, or using targeted sequencing data, it may be best to **NOT USE** an SNV catalog to avoid discording
185
+ reads with short flanking regions.
183
186
  * Parallelized for faster computing on clusters and for ad-hoc fast analysis of single samples.
184
187
  * 95% confidence intervals on calls via a user-configurable optional parametric bootstrapping process.
185
188
 
@@ -7,4 +7,4 @@ pydantic<3,>=2.11.7
7
7
  scikit-learn<1.8,>=1.2.1
8
8
  scipy<1.17,>=1.10
9
9
  statsmodels<0.15,>=0.14.0
10
- strkit_rust_ext==0.23.1
10
+ strkit_rust_ext==0.23.2
@@ -1 +0,0 @@
1
- 0.23.0a4
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes