Skip to content

Usage of pands .append() method which is now depracated #28

@MatsveiTsishyn

Description

@MatsveiTsishyn

In analyze_flex_ddG.py in function calc_ddg, the line ddg_scores = ddg_scores.append( ... ) uses the append method on a 'DataFrame' object from the pandas package, which is now deprecated and thus causes the run crash on latest versions of pandas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions