IMP  2.2.0
The Integrative Modeling Platform
IMP.em2d.Database Namespace Reference

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...
 

Detailed Description

Function Documentation

def IMP.em2d.Database.write_data (   data,
  output_file,
  delimiter = ' ' 
)

The output file is expected to be a python file object

Definition at line 321 of file Database.py.