SigProfilerExtractor 1.2.5__tar.gz → 1.2.6__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 (39) hide show
  1. {sigprofilerextractor-1.2.5/SigProfilerExtractor.egg-info → sigprofilerextractor-1.2.6}/PKG-INFO +3 -3
  2. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/README.md +1 -1
  3. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/controllers/cli_controller.py +2 -2
  4. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/sigpro.py +1 -1
  5. sigprofilerextractor-1.2.6/SigProfilerExtractor/version.py +7 -0
  6. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6/SigProfilerExtractor.egg-info}/PKG-INFO +3 -3
  7. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor.egg-info/requires.txt +1 -1
  8. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/setup.py +3 -3
  9. sigprofilerextractor-1.2.5/SigProfilerExtractor/version.py +0 -7
  10. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/LICENSE.txt +0 -0
  11. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/MANIFEST.in +0 -0
  12. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/__init__.py +0 -0
  13. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/CNVInput/Battenberg_test.tsv +0 -0
  14. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/CSVInput/csv_example.csv +0 -0
  15. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/MatObjInput/21_breast_WGS_substitutions.mat +0 -0
  16. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/ReferenceFiles/CNV_features.tsv +0 -0
  17. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/ReferenceFiles/CN_classes_dictionary.txt +0 -0
  18. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/TextInput/Samples_CNV.txt +0 -0
  19. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/TextInput/Samples_DBS.txt +0 -0
  20. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/TextInput/Samples_ID.txt +0 -0
  21. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/TextInput/Samples_SBS.txt +0 -0
  22. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/TextInput/Samples_SV.txt +0 -0
  23. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/VCFInput/PD3851a.vcf +0 -0
  24. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/VCFInput/PD3890a.vcf +0 -0
  25. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/VCFInput/PD3904a.vcf +0 -0
  26. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/VCFInput/PD3905a.vcf +0 -0
  27. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/data/VCFInput/PD3945a.vcf +0 -0
  28. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/estimate_best_solution.py +0 -0
  29. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/nmf_cpu.py +0 -0
  30. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/nmf_gpu.py +0 -0
  31. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/sigprofilerextractor_cli.py +0 -0
  32. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor/subroutines.py +0 -0
  33. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor.egg-info/SOURCES.txt +0 -0
  34. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor.egg-info/dependency_links.txt +0 -0
  35. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor.egg-info/entry_points.txt +0 -0
  36. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor.egg-info/not-zip-safe +0 -0
  37. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/SigProfilerExtractor.egg-info/top_level.txt +0 -0
  38. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/pyproject.toml +0 -0
  39. {sigprofilerextractor-1.2.5 → sigprofilerextractor-1.2.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SigProfilerExtractor
3
- Version: 1.2.5
3
+ Version: 1.2.6
4
4
  Summary: Extracts mutational signatures from mutational catalogues
5
5
  Home-page: https://github.com/AlexandrovLab/SigProfilerExtractor.git
6
6
  Author: S Mishu Ashiqul Islam
@@ -16,7 +16,7 @@ Requires-Dist: pandas>=2.0.0
16
16
  Requires-Dist: nimfa>=1.1.0
17
17
  Requires-Dist: sigProfilerPlotting>=1.4.1
18
18
  Requires-Dist: SigProfilerMatrixGenerator>=1.3.5
19
- Requires-Dist: SigProfilerAssignment>=1.0.1
19
+ Requires-Dist: SigProfilerAssignment>=1.1.0
20
20
  Requires-Dist: statsmodels>=0.9.0
21
21
  Requires-Dist: scikit-learn>=0.24.2
22
22
  Requires-Dist: psutil>=5.6.1
@@ -158,7 +158,7 @@ sigProfilerExtractor(input_type, out_put, input_data, reference_genome="GRCh37",
158
158
  | | **combined_stability** | Float | The cutoff thresh-hold of the combined stability (sum of average and minimum stability) (default: `1.0`). Solutions with combined stabilities below this thresh-hold will not be considered. |
159
159
  | | **allow_stability_drop** | Boolean | Defines if solutions with a drop in stability with respect to the highest stable number of signatures will be considered (default: `False`). |
160
160
  | **Decomposition** | | | |
161
- | | **cosmic_version** | Float | Defines the version of the COSMIC reference signatures (default: `3.4`). Takes a positive float among `1`, `2`, `3`, `3.1`, `3.2`, `3.3`, and `3.4`.|
161
+ | | **cosmic_version** | Float | Defines the version of the COSMIC reference signatures (default: `3.5`). Takes a positive float among `1`, `2`, `3`, `3.1`, `3.2`, `3.3`, `3.4`, and `3.5`.|
162
162
  | | **make_decomposition_plots** | Boolean | Generate de novo to COSMIC signature decomposition plots as part of the results (default: `True`). Set to `False` to skip generating these plots. |
163
163
  | | **collapse_to_SBS96** | Boolean | If `True`, SBS288 and SBS1536 de novo signatures will be mapped to SBS96 reference signatures (default: `True`). If `False`, those will be mapped to reference signatures of the same context.
164
164
  | **Others** | | | |
@@ -125,7 +125,7 @@ sigProfilerExtractor(input_type, out_put, input_data, reference_genome="GRCh37",
125
125
  | | **combined_stability** | Float | The cutoff thresh-hold of the combined stability (sum of average and minimum stability) (default: `1.0`). Solutions with combined stabilities below this thresh-hold will not be considered. |
126
126
  | | **allow_stability_drop** | Boolean | Defines if solutions with a drop in stability with respect to the highest stable number of signatures will be considered (default: `False`). |
127
127
  | **Decomposition** | | | |
128
- | | **cosmic_version** | Float | Defines the version of the COSMIC reference signatures (default: `3.4`). Takes a positive float among `1`, `2`, `3`, `3.1`, `3.2`, `3.3`, and `3.4`.|
128
+ | | **cosmic_version** | Float | Defines the version of the COSMIC reference signatures (default: `3.5`). Takes a positive float among `1`, `2`, `3`, `3.1`, `3.2`, `3.3`, `3.4`, and `3.5`.|
129
129
  | | **make_decomposition_plots** | Boolean | Generate de novo to COSMIC signature decomposition plots as part of the results (default: `True`). Set to `False` to skip generating these plots. |
130
130
  | | **collapse_to_SBS96** | Boolean | If `True`, SBS288 and SBS1536 de novo signatures will be mapped to SBS96 reference signatures (default: `True`). If `False`, those will be mapped to reference signatures of the same context.
131
131
  | **Others** | | | |
@@ -209,8 +209,8 @@ def parse_arguments_extractor(args: List[str], description: str) -> argparse.Nam
209
209
  parser.add_argument(
210
210
  "--cosmic_version",
211
211
  type=float,
212
- default=3.4,
213
- help="COSMIC version for reference signatures. Valid values are 1, 2, 3, 3.1, 3.2, 3.3, and 3.4 (default: 3.4).",
212
+ default=3.5,
213
+ help="COSMIC version for reference signatures. Valid values are 1, 2, 3, 3.1, 3.2, 3.3, 3.4, and 3.5 (default: 3.5).",
214
214
  )
215
215
  parser.add_argument(
216
216
  "--make_decomposition_plots",
@@ -240,7 +240,7 @@ def sigProfilerExtractor(
240
240
  input_data,
241
241
  reference_genome="GRCh37",
242
242
  opportunity_genome="GRCh37",
243
- cosmic_version=3.4,
243
+ cosmic_version=3.5,
244
244
  context_type="default",
245
245
  exome=False,
246
246
  minimum_signatures=1,
@@ -0,0 +1,7 @@
1
+
2
+ # THIS FILE IS GENERATED FROM SIGPROFILEREXTRACTOR SETUP.PY
3
+ short_version = '1.2.6'
4
+ version = '1.2.6'
5
+ Update = 'v1.2.6: Update default COSMIC version to 3.5'
6
+
7
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SigProfilerExtractor
3
- Version: 1.2.5
3
+ Version: 1.2.6
4
4
  Summary: Extracts mutational signatures from mutational catalogues
5
5
  Home-page: https://github.com/AlexandrovLab/SigProfilerExtractor.git
6
6
  Author: S Mishu Ashiqul Islam
@@ -16,7 +16,7 @@ Requires-Dist: pandas>=2.0.0
16
16
  Requires-Dist: nimfa>=1.1.0
17
17
  Requires-Dist: sigProfilerPlotting>=1.4.1
18
18
  Requires-Dist: SigProfilerMatrixGenerator>=1.3.5
19
- Requires-Dist: SigProfilerAssignment>=1.0.1
19
+ Requires-Dist: SigProfilerAssignment>=1.1.0
20
20
  Requires-Dist: statsmodels>=0.9.0
21
21
  Requires-Dist: scikit-learn>=0.24.2
22
22
  Requires-Dist: psutil>=5.6.1
@@ -158,7 +158,7 @@ sigProfilerExtractor(input_type, out_put, input_data, reference_genome="GRCh37",
158
158
  | | **combined_stability** | Float | The cutoff thresh-hold of the combined stability (sum of average and minimum stability) (default: `1.0`). Solutions with combined stabilities below this thresh-hold will not be considered. |
159
159
  | | **allow_stability_drop** | Boolean | Defines if solutions with a drop in stability with respect to the highest stable number of signatures will be considered (default: `False`). |
160
160
  | **Decomposition** | | | |
161
- | | **cosmic_version** | Float | Defines the version of the COSMIC reference signatures (default: `3.4`). Takes a positive float among `1`, `2`, `3`, `3.1`, `3.2`, `3.3`, and `3.4`.|
161
+ | | **cosmic_version** | Float | Defines the version of the COSMIC reference signatures (default: `3.5`). Takes a positive float among `1`, `2`, `3`, `3.1`, `3.2`, `3.3`, `3.4`, and `3.5`.|
162
162
  | | **make_decomposition_plots** | Boolean | Generate de novo to COSMIC signature decomposition plots as part of the results (default: `True`). Set to `False` to skip generating these plots. |
163
163
  | | **collapse_to_SBS96** | Boolean | If `True`, SBS288 and SBS1536 de novo signatures will be mapped to SBS96 reference signatures (default: `True`). If `False`, those will be mapped to reference signatures of the same context.
164
164
  | **Others** | | | |
@@ -5,7 +5,7 @@ pandas>=2.0.0
5
5
  nimfa>=1.1.0
6
6
  sigProfilerPlotting>=1.4.1
7
7
  SigProfilerMatrixGenerator>=1.3.5
8
- SigProfilerAssignment>=1.0.1
8
+ SigProfilerAssignment>=1.1.0
9
9
  statsmodels>=0.9.0
10
10
  scikit-learn>=0.24.2
11
11
  psutil>=5.6.1
@@ -8,7 +8,7 @@ import subprocess
8
8
  if os.path.exists("dist"):
9
9
  shutil.rmtree("dist")
10
10
 
11
- VERSION = "1.2.5"
11
+ VERSION = "1.2.6"
12
12
 
13
13
 
14
14
  with open("README.md") as f:
@@ -21,7 +21,7 @@ def write_version_py(filename="SigProfilerExtractor/version.py"):
21
21
  # THIS FILE IS GENERATED FROM SIGPROFILEREXTRACTOR SETUP.PY
22
22
  short_version = '%(version)s'
23
23
  version = '%(version)s'
24
- Update = 'v1.2.5: Add automated Docker build and publish pipeline'
24
+ Update = 'v1.2.6: Update default COSMIC version to 3.5'
25
25
 
26
26
  """
27
27
  fh = open(filename, "w")
@@ -42,7 +42,7 @@ requirements = [
42
42
  "nimfa>=1.1.0",
43
43
  "sigProfilerPlotting>=1.4.1",
44
44
  "SigProfilerMatrixGenerator>=1.3.5",
45
- "SigProfilerAssignment>=1.0.1",
45
+ "SigProfilerAssignment>=1.1.0",
46
46
  "statsmodels>=0.9.0",
47
47
  "scikit-learn>=0.24.2",
48
48
  "psutil>=5.6.1",
@@ -1,7 +0,0 @@
1
-
2
- # THIS FILE IS GENERATED FROM SIGPROFILEREXTRACTOR SETUP.PY
3
- short_version = '1.2.5'
4
- version = '1.2.5'
5
- Update = 'v1.2.5: Add automated Docker build and publish pipeline'
6
-
7
-