Skip to content

Commit

Permalink
verstion 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mishugeb committed Dec 12, 2020
1 parent 35ba394 commit 0049f4f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions SigProfilerExtractor.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: SigProfilerExtractor
Version: 1.0.20
Version: 1.1.0
Summary: Extracts mutational signatures from mutational catalogues
Home-page: https://github.com/AlexandrovLab/SigProfilerExtractor.git
Author: S Mishu Ashiqul Islam
Expand Down Expand Up @@ -120,7 +120,7 @@ Description: [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https:
| **Decomposition** | | | |
| | **de_novo_fit_penalty** | Float | Takes any positive float. Default is 0.02. Defines the weak (remove) thresh-hold cutoff to assign denovo signatures to a sample. |
| | **nnls_add_penalty** | Float | Takes any positive float. Default is 0.05. Defines the strong (add) thresh-hold cutoff to assign COSMIC signatures to a sample. |
| | **nnls_remove_penalty** | Float | Takes any positive float. Default is 0.05. Defines the strong (add) thresh-hold cutoff to assign COSMIC signatures to a sample. |
| | **nnls_remove_penalty** | Float | Takes any positive float. Default is 0.01. Defines the weak (remove) thresh-hold cutoff to assign COSMIC signatures to a sample. |
| | **initial_remove_penalty** | Float | Takes any positive float. Default is 0.05. Defines the initial weak (remove) thresh-hold cutoff to COSMIC assign signatures to a sample. |
| | **refit_denovo_signatures** | Boolean | Default is True. If True, then refit the denovo signatures with nnls. |
| | **make_decomposition_plots** | Boolean | Defualt is True. If True, Denovo to Cosmic sigantures decompostion plots will be created as a part the results. |
Expand Down
2 changes: 1 addition & 1 deletion SigProfilerExtractor.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ torch==1.5.1
numpy>=1.17.4
pandas>=0.25.3
nimfa>=1.1.0
SigProfilerMatrixGenerator>=1.1.22
SigProfilerMatrixGenerator>=1.1.23
sigProfilerPlotting>=1.1.8
pillow
statsmodels>=0.9.0
Expand Down
4 changes: 2 additions & 2 deletions SigProfilerExtractor/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# THIS FILE IS GENERATED FROM SIGPROFILEREXTRACTOR SETUP.PY
short_version = '1.0.20'
version = '1.0.20'
short_version = '1.1.0'
version = '1.1.0'
Update = 'Heirarchy option deleted, clustering deleted and signatures orders by the mutation burden'


4 changes: 2 additions & 2 deletions build/lib/SigProfilerExtractor/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# THIS FILE IS GENERATED FROM SIGPROFILEREXTRACTOR SETUP.PY
short_version = '1.0.20'
version = '1.0.20'
short_version = '1.1.0'
version = '1.1.0'
Update = 'Heirarchy option deleted, clustering deleted and signatures orders by the mutation burden'


4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if os.path.exists("dist"):
shutil.rmtree("dist")

VERSION = '1.0.20'
VERSION = '1.1.0'


with open('README.md') as f:
Expand All @@ -33,7 +33,7 @@ def write_version_py(filename='SigProfilerExtractor/version.py'):
'numpy>=1.17.4',
'pandas>=0.25.3',
'nimfa>=1.1.0',
'SigProfilerMatrixGenerator>=1.1.22',
'SigProfilerMatrixGenerator>=1.1.23',
'sigProfilerPlotting>=1.1.8',
'pillow',
'statsmodels>=0.9.0',
Expand Down

0 comments on commit 0049f4f

Please sign in to comment.