SigProfilerExtractor 1.2.4__tar.gz → 1.2.5__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.
- {sigprofilerextractor-1.2.4/SigProfilerExtractor.egg-info → sigprofilerextractor-1.2.5}/PKG-INFO +2 -2
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/README.md +1 -1
- sigprofilerextractor-1.2.5/SigProfilerExtractor/version.py +7 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5/SigProfilerExtractor.egg-info}/PKG-INFO +2 -2
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/setup.py +2 -2
- sigprofilerextractor-1.2.4/SigProfilerExtractor/version.py +0 -7
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/LICENSE.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/MANIFEST.in +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/__init__.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/controllers/cli_controller.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/CNVInput/Battenberg_test.tsv +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/CSVInput/csv_example.csv +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/MatObjInput/21_breast_WGS_substitutions.mat +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/ReferenceFiles/CNV_features.tsv +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/ReferenceFiles/CN_classes_dictionary.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/TextInput/Samples_CNV.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/TextInput/Samples_DBS.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/TextInput/Samples_ID.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/TextInput/Samples_SBS.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/TextInput/Samples_SV.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/VCFInput/PD3851a.vcf +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/VCFInput/PD3890a.vcf +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/VCFInput/PD3904a.vcf +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/VCFInput/PD3905a.vcf +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/data/VCFInput/PD3945a.vcf +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/estimate_best_solution.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/nmf_cpu.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/nmf_gpu.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/sigpro.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/sigprofilerextractor_cli.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/subroutines.py +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/SOURCES.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/dependency_links.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/entry_points.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/not-zip-safe +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/requires.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/top_level.txt +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/pyproject.toml +0 -0
- {sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/setup.cfg +0 -0
{sigprofilerextractor-1.2.4/SigProfilerExtractor.egg-info → sigprofilerextractor-1.2.5}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SigProfilerExtractor
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.5
|
|
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
|
|
@@ -149,7 +149,7 @@ sigProfilerExtractor(input_type, out_put, input_data, reference_genome="GRCh37",
|
|
|
149
149
|
| | **nmf_tolerance** | Float | Value defines the tolerance to achieve to converge (default: `1e-15`).|
|
|
150
150
|
| **Execution** | | | |
|
|
151
151
|
| | **cpu** | Integer | The number of processors to be used to extract the signatures (default: all processors). |
|
|
152
|
-
| | **assignment_cpu** | Integer |
|
|
152
|
+
| | **assignment_cpu** | Integer | Number of processors to be used by SigProfilerAssignment for the final signature assignment step (default: all available). This is independent of the `cpu` parameter. |
|
|
153
153
|
| | **gpu** | Boolean | Defines if the GPU resource will used if available (default: `False`). If `True`, the GPU resources will be used in the computation. *Note: All available CPU processors are used by default, which may cause a memory error. This error can be resolved by reducing the number of CPU processes through the `cpu` parameter.*|
|
|
154
154
|
| | **batch_size** | Integer | Will be effective only if the GPU is used. Defines the number of NMF replicates to be performed by each CPU during the parallel processing (default: `1`). *Note: For `batch_size` values greater than 1, each NMF replicate will update until `max_nmf_iterations` is reached.*|
|
|
155
155
|
| **Solution Estimation Thresholds** | | | |
|
|
@@ -116,7 +116,7 @@ sigProfilerExtractor(input_type, out_put, input_data, reference_genome="GRCh37",
|
|
|
116
116
|
| | **nmf_tolerance** | Float | Value defines the tolerance to achieve to converge (default: `1e-15`).|
|
|
117
117
|
| **Execution** | | | |
|
|
118
118
|
| | **cpu** | Integer | The number of processors to be used to extract the signatures (default: all processors). |
|
|
119
|
-
| | **assignment_cpu** | Integer |
|
|
119
|
+
| | **assignment_cpu** | Integer | Number of processors to be used by SigProfilerAssignment for the final signature assignment step (default: all available). This is independent of the `cpu` parameter. |
|
|
120
120
|
| | **gpu** | Boolean | Defines if the GPU resource will used if available (default: `False`). If `True`, the GPU resources will be used in the computation. *Note: All available CPU processors are used by default, which may cause a memory error. This error can be resolved by reducing the number of CPU processes through the `cpu` parameter.*|
|
|
121
121
|
| | **batch_size** | Integer | Will be effective only if the GPU is used. Defines the number of NMF replicates to be performed by each CPU during the parallel processing (default: `1`). *Note: For `batch_size` values greater than 1, each NMF replicate will update until `max_nmf_iterations` is reached.*|
|
|
122
122
|
| **Solution Estimation Thresholds** | | | |
|
{sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5/SigProfilerExtractor.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SigProfilerExtractor
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.5
|
|
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
|
|
@@ -149,7 +149,7 @@ sigProfilerExtractor(input_type, out_put, input_data, reference_genome="GRCh37",
|
|
|
149
149
|
| | **nmf_tolerance** | Float | Value defines the tolerance to achieve to converge (default: `1e-15`).|
|
|
150
150
|
| **Execution** | | | |
|
|
151
151
|
| | **cpu** | Integer | The number of processors to be used to extract the signatures (default: all processors). |
|
|
152
|
-
| | **assignment_cpu** | Integer |
|
|
152
|
+
| | **assignment_cpu** | Integer | Number of processors to be used by SigProfilerAssignment for the final signature assignment step (default: all available). This is independent of the `cpu` parameter. |
|
|
153
153
|
| | **gpu** | Boolean | Defines if the GPU resource will used if available (default: `False`). If `True`, the GPU resources will be used in the computation. *Note: All available CPU processors are used by default, which may cause a memory error. This error can be resolved by reducing the number of CPU processes through the `cpu` parameter.*|
|
|
154
154
|
| | **batch_size** | Integer | Will be effective only if the GPU is used. Defines the number of NMF replicates to be performed by each CPU during the parallel processing (default: `1`). *Note: For `batch_size` values greater than 1, each NMF replicate will update until `max_nmf_iterations` is reached.*|
|
|
155
155
|
| **Solution Estimation Thresholds** | | | |
|
|
@@ -8,7 +8,7 @@ import subprocess
|
|
|
8
8
|
if os.path.exists("dist"):
|
|
9
9
|
shutil.rmtree("dist")
|
|
10
10
|
|
|
11
|
-
VERSION = "1.2.
|
|
11
|
+
VERSION = "1.2.5"
|
|
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.
|
|
24
|
+
Update = 'v1.2.5: Add automated Docker build and publish pipeline'
|
|
25
25
|
|
|
26
26
|
"""
|
|
27
27
|
fh = open(filename, "w")
|
|
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
|
{sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor/subroutines.py
RENAMED
|
File without changes
|
{sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{sigprofilerextractor-1.2.4 → sigprofilerextractor-1.2.5}/SigProfilerExtractor.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|