Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Default parsing params for AtomCache #455

Copy link
Copy link
@sbliven

Description

@sbliven
Issue body actions

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?

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

bugBugs and bugfixesBugs and bugfixesminorquestionOpen discussions about the libraryOpen discussions about the library

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.