Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CadnanoParser

Parser parsing cadnano JSON files. More precisely, the parser forwards the input data to the Catana server, where cadnano to UNF parsing is performed, and the outcomes of this parsing are then processed by UnfParser.

Hierarchy

Indexable

[k: string]: any

Parser parsing cadnano JSON files. More precisely, the parser forwards the input data to the Catana server, where cadnano to UNF parsing is performed, and the outcomes of this parsing are then processed by UnfParser.

Index

Constructors

constructor

Properties

Private Readonly latticeType

latticeType: string

name

name: string

Private Readonly originAtCenterOfMass

originAtCenterOfMass: boolean

path

path: string

streamer

streamer: Streamer

Accessors

__objName

  • get __objName(): string

isBinary

  • get isBinary(): boolean

isJson

  • get isJson(): boolean

isXml

  • get isXml(): boolean

type

  • get type(): string

Methods

_afterParse

  • _afterParse(): void

_beforeParse

  • _beforeParse(): void

_parse

  • _parse(): void

parse

  • parse(): Promise<any>

Generated using TypeDoc