「view this page in B3 βῆτα server」

Revisions №56885

branch: master 「№56885」
Commited by: Luki Goldschmidt
GitHub commit link: 「cf26c79d8c24ac2e」
Difference from previous tested commit:  code diff
Commit date: 2014-05-28 18:17:36

Adding option to output the score file in JSON format (concatenation of valid JSON objects), and a python utility script to parse and extract data from such score files. To output score files in the JSON format, use the option -out:file:scorefile_format json. The utility script scorefile.py in main/source/tools can convert the JSON score file to the legacy format or CSV, extract selected fields, and compute some quick stats. Further, scorefile.py can be imported into your python scripts and provides the ScoreFile class for easy access to score data. Unit Tests: All Pass Integration Tests: Cosmetic changes to score term order and naming in scorefiles; output is now consistent for silent and PDB files. Affected tests: assemble_domains_jd2 fold_and_dock membrane_relax score_only_silence score_jd2 ThreadingInputter

...