-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Labels
bugBugs and bugfixesBugs and bugfixesminorquestionOpen discussions about the libraryOpen discussions about the library
Milestone
Description
I recently got tripped up by the fact that AtomCache's constructor disables alignSeqRes and parseSecStruc specifically.
// we don't need this here
params.setAlignSeqRes(false);
// no secstruc either
params.setParseSecStruc(false);The current default for FileParsingParams.alignSeqRes is true. I would have expected cache.setFileParsingParams(new FileParsingParams()) to reset a cache to its default state, but this is not true.
Would anyone object if I deleted the above two lines, making alignSeqRes=true the default?
andreasprlic
Metadata
Metadata
Assignees
Labels
bugBugs and bugfixesBugs and bugfixesminorquestionOpen discussions about the libraryOpen discussions about the library