Kortemme-Lab / flex_ddG_tutorial

MIT License
69 stars 26 forks source link

Error when analyze output_saturation #24

Open guowuchen opened 1 year ago

guowuchen commented 1 year ago

Hello, I ran into a problem when I analyze output_saturation,please help! command line : python3 analyze_flex_ddG.py output_saturation Traceback (most recent call last): File "/home/newdisk1/flex_ddG_tutorial/analyze_flex_ddG.py", line 215, in analyze_output_folder( folder_to_analyze ) File "/home/newdisk1/flex_ddG_tutorial/analyze_flex_ddG.py", line 190, in analyze_output_folder scores = pd.concat( inner_scores_list ) File "/home/zhengjishen/miniconda3/lib/python3.9/site-packages/pandas/util/_decorators.py", line 331, in wrapper return func(*args, **kwargs) File "/home/zhengjishen/miniconda3/lib/python3.9/site-packages/pandas/core/reshape/concat.py", line 368, in concat op = _Concatenator( File "/home/zhengjishen/miniconda3/lib/python3.9/site-packages/pandas/core/reshape/concat.py", line 425, in init raise ValueError("No objects to concatenate") ValueError: No objects to concatenate