Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 784 Bytes

File metadata and controls

16 lines (9 loc) · 784 Bytes

Utilities for working with bend.it server

The bend.it Server is available here for analysis of sequences.

The scripts

  • bendit_server_results_to_df.py

bend.it results --> dataframe of data for use in Python

Takes output from the bend.it Server and makes a dataframe from it for use with Python.

Verified compatible with both Python 2.7 and Python 3.7.

A related utility for dealing with output from the standalone version of bendIt is here in a related sub-repo.