IMP
2.1.0
The Integrative Modeling Platform
|
Utility functions to manage SQL databases with sqlite3. More...
Classes | |
class | Database2 |
Class to manage a SQL database built with sqlite3. More... | |
Functions | |
def | get_sorting_indices |
Return indices that sort the list l. | |
def | merge_databases |
Reads a table from a set of database files into a single file Makes sure to reorder all column names if neccesary before merging. | |
def | print_data |
Prints the data recovered from a database. | |
def | write_data |
writes data to a file. More... | |
def IMP.em2d.Database.write_data | ( | data, | |
output_file, | |||
delimiter = ' ' |
|||
) |
The output file is expected to be a python file object
Definition at line 311 of file Database.py.