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 typeARCInvestigation
CWL
FileSystem
of 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()