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:
ISAof typeARCInvestigationCWLFileSystemof typeFileSystem
The constructor takes these three values as inputs, but you can also initialize an empty ARC in memory.
open ARCtrl
let arc = ARC()import {ARC} from "@nfdi4plants/arctrl";
let arc = new ARC()from arctrl.arc import ARC
arc = ARC()