|
@@ -6,6 +6,7 @@
|
|
|
|
|
|
import { createPlugin, DefaultPluginSpec } from 'molstar/lib/mol-plugin';
|
|
|
import './index.html'
|
|
|
+import './favicon.ico'
|
|
|
import { PluginContext } from 'molstar/lib/mol-plugin/context';
|
|
|
import { PluginCommands } from 'molstar/lib/mol-plugin/command';
|
|
|
import { PluginBehaviors } from 'molstar/lib/mol-plugin/behavior';
|
|
@@ -34,7 +35,6 @@ export const DefaultStructureViewerProps = {
|
|
|
|
|
|
|
|
|
url: `//alpha-models.rcsb.org/${id}.bcif`,
|
|
|
-
|
|
|
format: 'bcif' as SupportedFormats
|
|
|
}
|
|
|
},
|