molstar / molstar

A comprehensive macromolecular library

Home Page:https://molstar.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCSB will be shutting down its DSN6 service edmaps.rcsb.org

epeisach opened this issue · comments

Good afternoon,

We will be shutting down the DSN6 service on edmaps.rcsb.org at the end of June. It would be useful to remove support in molstar.

The relevant code is at

} : {
url: Asset.Url(src.params.type === '2fofc'
? `https://edmaps.rcsb.org/maps/${src.params.provider.id.toLowerCase()}_2fofc.dsn6`
: `https://edmaps.rcsb.org/maps/${src.params.provider.id.toLowerCase()}_fofc.dsn6`),
isBinary: true,
label: `RCSB X-ray map: ${src.params.provider.id}`
};

Thank you

Can you please create a PR that removes the relevant provider then?

Will create a PR this week.