Name
read_spider_doc - read from a disk file a content of a ASCII document file. Line numbers are ignored.
Usage
output = read_spider_doc(filename)
Input
- filename
- the name of an output disk file name
Output
- output
- a list of numbers data[k][l], first index numbers the lines in the output file, the second numbers the rows
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
utilities.py
Maturity
- beta
- works in most cases.
Bugs
It will fail when the columns in SPIDER document file are not separated by spaces, which seems to be the case for document files that have more then 100,000 line (?).