custom-props.ts 776 B

12345678910111213141516
  1. /**
  2. * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author David Sehnal <david.sehnal@gmail.com>
  5. * @author Alexander Rose <alexander.rose@weirdbyte.de>
  6. */
  7. export { StructureInfo } from './custom-props/structure-info';
  8. export { AccessibleSurfaceArea } from './custom-props/computed/accessible-surface-area';
  9. export { Interactions } from './custom-props/computed/interactions';
  10. export { SecondaryStructure } from './custom-props/computed/secondary-structure';
  11. export { ValenceModel } from './custom-props/computed/valence-model';
  12. export { SIFTSMapping as BestDatabaseSequenceMapping } from './custom-props/sequence/sifts-mapping';
  13. export { CrossLinkRestraint } from './custom-props/integrative/cross-link-restraint';