File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1448,6 +1448,8 @@ def make_final_solution(
1448
1448
solution_prefix ,
1449
1449
m ,
1450
1450
True ,
1451
+ custom_text_upper = signature_stabilities ,
1452
+ custom_text_middle = signature_total_mutations ,
1451
1453
)
1452
1454
else :
1453
1455
custom_signatures_plot (processes , layer_directory + "/Signatures" )
Original file line number Diff line number Diff line change 6
6
if os .path .exists ("dist" ):
7
7
shutil .rmtree ("dist" )
8
8
9
- VERSION = "0.1.4 "
9
+ VERSION = "0.1.5 "
10
10
11
11
12
12
def write_version_py (filename = "SigProfilerAssignment/version.py" ):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
15
15
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
16
16
short_version = '%(version)s'
17
17
version = '%(version)s'
18
- Update = 'v0.1.4 : Add SV decomposition plotting .'
18
+ Update = 'v0.1.5 : Add text for stability and mutation count to the de novo signature plots .'
19
19
20
20
21
21
"""
@@ -37,7 +37,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
37
37
"numpy>=1.21.2" ,
38
38
"pandas>=1.2.4,<2.0.0" ,
39
39
"SigProfilerMatrixGenerator>=1.2.17" ,
40
- "sigProfilerPlotting>=1.3.20 " ,
40
+ "sigProfilerPlotting>=1.3.23 " ,
41
41
"statsmodels>=0.9.0" ,
42
42
"scikit-learn>=0.24.2" ,
43
43
"psutil>=5.6.1" ,
You can’t perform that action at this time.
0 commit comments