Skip to content

ARC

The core entity of ARCtrl is of course the ARC object. It’s an in-memory representation of an ARC Scaffold.

This class contains three properties:

  • ISA of type ARCInvestigation
  • CWL
  • FileSystem of type FileSystem

The constructor takes these three values as inputs, but you can also initialize an empty ARC in memory.

open ARCtrl
let arc = ARC()