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.
- {strkit-0.23.0a4/strkit.egg-info → strkit-0.23.0a5}/PKG-INFO +5 -2
- {strkit-0.23.0a4 → strkit-0.23.0a5}/README.md +3 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/setup.py +1 -1
- strkit-0.23.0a5/strkit/VERSION +1 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5/strkit.egg-info}/PKG-INFO +5 -2
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/requires.txt +1 -1
- strkit-0.23.0a4/strkit/VERSION +0 -1
- {strkit-0.23.0a4 → strkit-0.23.0a5}/LICENSE +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/MANIFEST.in +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/pyproject.toml +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/setup.cfg +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/align_matrix.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/allele.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/call_locus.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/call_sample.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/cigar.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/gmm.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/loci.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/non_daemonic_pool.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/json_report.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/tsv.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/output/vcf.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/params.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/realign.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/repeats.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/snvs.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/types.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/call/utils.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/catalog/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/catalog/combine.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/constants.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/_bed_4.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/constants.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/converter.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/expansionhunter.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/gangstr.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/hipstr.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/convert/trgt.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/diploid_autosomes.json +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/diploid_xx.json +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/diploid_xy.json +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/data/ploidy_configs/haploid.json +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/entry.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/exceptions.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/iupac.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/json.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/logger.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/base.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/expansionhunter.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/gangstr.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/generic_vcf.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/intervals.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/repeathmm.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/result.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/straglr.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/strkit.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/tandem_genotypes.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/trgt.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/mi/vcf_utils.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/ploidy.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/utils.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/__init__.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/server.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/static/logo.png +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit/viz/templates/browser.html +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/SOURCES.txt +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/dependency_links.txt +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/entry_points.txt +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/strkit.egg-info/top_level.txt +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_caller_loci_fns.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_caller_utils.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_iupac.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_mi_intervals.py +0 -0
- {strkit-0.23.0a4 → strkit-0.23.0a5}/tests/test_ploidy.py +0 -0
- {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.
|
|
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.
|
|
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
|
|
|
@@ -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.
|
|
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.
|
|
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
|
|
strkit-0.23.0a4/strkit/VERSION
DELETED
|
@@ -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
|
|
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
|
|
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
|
|
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
|