-
Notifications
You must be signed in to change notification settings - Fork 9
2. ARC initialization
Martin Kuhl edited this page Feb 9, 2022
·
5 revisions
-
The basic ARC folder structure can be created using
arc init
- .arc auxillary arc commander files
- assays storage for raw data
- externals storage for external data
- runs storage for processed data
- workflows storage for computational workflows
-
The flag
--repositoryaddress
(-r
) followed by the URL + ".git" of a remote repository lets you connect your local ARC with the respective remote repository, e.g.
arc init --repositoryaddress https://github.com/nfdi4plants/ARC.git
- Using
arc get -r
followed by a URL + ".git" enables you to clone an already existing ARC as local repository, e.g.
arc get -r https://github.com/nfdi4plants/ARC.git
In previous versions of the arcCommander, the subcommand get
allowed you to retrieve information from the ARC, e.g. arc assay get
or arc study person get
. This function is now available using the command show
, e.g. arc assay show
or arc study person show
.
Content
- Before we start
- ARC initialization
-
Investigation
3.1 Addition of an isa.investigation.xlsx
3.2 Registering persons to investigation
3.2.1 Listing and inspecting registered persons
3.2.2 Editing person information
3.2.3 Removing a person
3.3 Registering publications to investigation
3.3.1 Listing and inspecting registered publications
3.3.2 Editing publication information
3.3.3 Removing a publication -
Study
4.1 Addition of studies
4.2 Listing and inspecting registered studies
4.3 Editing study information
4.4 Removing studies
4.5 Registering persons to studies
4.5.1 Listing and inspecting registered persons
4.5.2 Editing person information
4.5.3 Removing a person
4.6 Registering publications to studies
4.6.1 Listing and inspecting registered publications
4.6.2 Editing publication information
4.6.3 Removing a publication -
Assay
5.1 Addition of assays
5.2 Listing and inspecting registered assays
5.3 Editing assay information
5.4 Removing assays
5.5 Moving assays -
ARC Synchronization
6.1 Working on a second branch
6.2 Setting a git user