mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
1.6 KiB
1.6 KiB
Breaking changes
Introduction
This file collects backwards incompatible changes that have potential to break code that uses P2Rank.
These include:
- changes in the command line interface
- changes in the input/output format
- changes in default behaviour
All changes of that type should be rare and should be all listed here.
List of changes
2.3-dev.x
Prediction
Training new models
- parameter
-extra_featureswas renamed to-features - command line format of parameters values with type
List<String>andList<List<String>>has changed- now only comas
,are delimeters and inner parentheses are respected - before
.was used as an alternative delimeter and delimeter for inner lists, now it is part of element value - Examples:
'(a.b.c)'was interpreted as list of 3 elements, now it defines list of 1 element:a.b.c- list of lists value
'((a.b.c),(d.e))'should be changed to'((a,b,c),(d,e))'
- now only comas
- Changes in
csv_file_feature- renamed to
csv - introduced parameter
-feat_csv_columns(type:List<String>). Names of enabled value columns from csv files must be listed here. Columns not listed are ignored. - introduced parameter
-feat_csv_ignore_missing(type:boolean, default:false). If true, then feature ignores:- missing csv files for proteins
- missing value columns
- missing rows for atoms or residues
- renamed to
2.2
- parameter
-conservation_dir(type:String) was renamed to-conservation_dirs(type:List<String>) - column
probabilitywas added to*_predictions.csvoutput file