IMP  2.3.0
The Integrative Modeling Platform
IMP.em2d.csv_related Namespace Reference

Utility functions to handle CSV files. More...

Detailed Description

Utility functions to handle CSV files.

Functions

def read_csv
 Simple reader of csv files that disregards lines with comments. More...
 
def read_csv_keyword
 Reader of csv files that only recovers lines starting with a keyword. More...
 

Function Documentation

def IMP.em2d.csv_related.read_csv (   fn,
  delimiter = '|',
  comment_char = '#',
  max_number = False 
)

Simple reader of csv files that disregards lines with comments.

Definition at line 14 of file csv_related.py.

def IMP.em2d.csv_related.read_csv_keyword (   fn_or_f,
  keyword,
  delimiter = '|',
  comment_char = '#' 
)

Reader of csv files that only recovers lines starting with a keyword.

Definition at line 34 of file csv_related.py.