Skip to content
Snippets Groups Projects
Commit d08502bc authored by David Sehnal's avatar David Sehnal
Browse files

update DensityServer URL

parent 43a86190
No related branches found
No related tags found
No related merge requests found
......@@ -93,4 +93,4 @@ interface Args {
}
const args: Args = parser.parseArgs();
run(`https://webchem.ncbr.muni.cz/DensityServer/em/emd-${args.emdb}/cell?detail=4`, args.mesh);
\ No newline at end of file
run(`https://ds.litemol.org/em/emd-${args.emdb}/cell?detail=4`, args.mesh);
\ No newline at end of file
......@@ -29,7 +29,7 @@ export const InitVolumeStreaming = StateAction.build({
return {
method: PD.Select<VolumeServerInfo.Kind>(getStreamingMethod(a && a.data), [['em', 'EM'], ['x-ray', 'X-Ray']]),
id: PD.Text((a && a.data.models.length > 0 && a.data.models[0].label) || ''),
serverUrl: PD.Text('https://webchem.ncbr.muni.cz/DensityServer')
serverUrl: PD.Text('https://ds.litemol.org')
};
},
isApplicable: (a) => a.data.models.length === 1
......@@ -100,7 +100,7 @@ const CreateVolumeStreamingInfo = PluginStateTransform.BuiltIn({
to: VolumeServerInfo,
params(a) {
return {
serverUrl: PD.Text('https://webchem.ncbr.muni.cz/DensityServer'),
serverUrl: PD.Text('https://ds.litemol.org'),
source: PD.MappedStatic('x-ray', {
'em': PD.Group({
isoValue: createIsoValueParam(VolumeIsoValue.relative(1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment