K 10
svn:author
V 7
curtisj
K 8
svn:date
V 27
2018-12-03T15:09:25.012687Z
K 7
svn:log
V 849
# 12/01/2018
 1. altens_filter.py: Check the formats, data type, and contents of the rdc file and residue list file in comparison with pdb file
                      Prepare appropriate error messages

 2. RDC file:
    - Header: the order of atom names doen't matter now.
    - RDC error: ALTENS reads the third column and use for MC analysis. If the error column not found, use a default, 2 Hz.

 3. exclusion list: residue_list_file contains the list of residues to be excluded from analysis.
                    Only allow a single column indicating exclusion list.

 4. sets of test input files were prepared. (/data/input_rdc /data/input_exclusion).

 5. Minor touching altens_bokeh.py.

 6. Filter non-numeric data (including Nan, Inf) for rdc file and resiude list file.

 7. End-of-line charecters would be ignored while reading data files.
END
