mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
Skip ligand loading in parse-proteins command
This commit is contained in:
@@ -212,6 +212,8 @@ class AnalyzeRoutine extends Routine {
|
||||
* Parse all proteins in the dataset and report errors.
|
||||
*/
|
||||
void cmdParseProteins() {
|
||||
LoaderParams.ignoreLigandsSwitch = true // no need to load ligands for this
|
||||
|
||||
def res = dataset.processItems { Dataset.Item item ->
|
||||
item.protein
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user