You are here

Error in flex ddG tutorial

1 post / 0 new
Error in flex ddG tutorial
#1

Hi there

I'm trying out the flex ddG tutorial availible at github (https://github.com/Kortemme-Lab/flex_ddG_tutorial). When running the analyzation part for example 1 I get this error:

Traceback (most recent call last):
  File "analyze_flex_ddG.py", line 215, in <module>
    analyze_output_folder( folder_to_analyze )
  File "analyze_flex_ddG.py", line 190, in analyze_output_folder
    scores = pd.concat( inner_scores_list )
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 271, in concat
    op = _Concatenator(
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 329, in __init__
    raise ValueError("No objects to concatenate")
ValueError: No objects to concatenate

 

Any ideas on how to solve this?

Thanks!

 

Category: 
Post Situation: 
Sat, 2020-05-16 08:06
wentlewi