@rcsb/rcsb-saguaro-app
Version:
RCSB 1D Saguaro Web App
13 lines (12 loc) • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PolymerEntityChromosomeTranslate = void 0;
class PolymerEntityChromosomeTranslate {
constructor(entityMap) {
this.rawData = entityMap;
}
getData() {
return this.rawData;
}
}
exports.PolymerEntityChromosomeTranslate = PolymerEntityChromosomeTranslate;