File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,6 @@ def spa_analyze(
296296 genomes = pd .read_csv (samples , sep = "\t " , index_col = 0 )
297297 except :
298298 genomes = samples
299- genomes = pd .DataFrame (genomes )
300299 else :
301300 sys .exit ("Invalid input_type specified" )
302301
Original file line number Diff line number Diff line change 66if os .path .exists ("dist" ):
77 shutil .rmtree ("dist" )
88
9- VERSION = "0.1.2 "
9+ VERSION = "0.1.3 "
1010
1111
1212def write_version_py (filename = "SigProfilerAssignment/version.py" ):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
1515# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616short_version = '%(version)s'
1717version = '%(version)s'
18- Update = 'v0.1.2: Add matrix input format processing '
18+ Update = 'v0.1.3: Modify how ndarrays are processed '
1919
2020
2121 """
@@ -37,7 +37,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
3737 "numpy>=1.21.2" ,
3838 "pandas>=1.2.4,<2.0.0" ,
3939 "SigProfilerMatrixGenerator>=1.2.17" ,
40- "sigProfilerPlotting>=1.3.18 " ,
40+ "sigProfilerPlotting>=1.3.20 " ,
4141 "statsmodels>=0.9.0" ,
4242 "scikit-learn>=0.24.2" ,
4343 "psutil>=5.6.1" ,
You can’t perform that action at this time.
0 commit comments