Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 736 Bytes

File metadata and controls

37 lines (28 loc) · 736 Bytes
license title date author
2024-03-25

ARC Commander demo


Create and navigate to your ARC folder

mkdir <path/to/YourARCFolder>
cd <path/to/YourARCFolder>

Setup the ARC structure with one study and one assay

arc init
arc investigation create -i <YourInvestigationID>
arc study add -s <YourStudyID>
arc assay add -s <YourStudyID> -a <YourAssayID>

arc sync -f -r https://git.nfdi4plants.org/<YourUserName>/<YourARC> -m "initialize ARC structure"