Skip to content

Create an ARC

Tailwind CSS chat bubble component

So, where do I start? What is an ARC? And how do I create one?

An ARC represents an entire investigation. At the top level, it includes directories named “studies,” “assays,” “workflows,” and “runs,” along with an investigation metadata table that holds all administrative metadata.

It follows a very specific structure to be easily readable by machines 🤖. While it can be created by hand it is faster to use some tooling!

The easiest way to create a new ARC is via ARCitect.

ARCitect installation

If ARCitect is not yet installed on your computer,

please follow these instructions to install ARCitect

ARCitect depends on Git and Git LFS.
The ARCitect installer for Windows includes both tools automatically.
On macOS and Linux, Git and Git LFS have to be installed separately.

Check git installation

To check, that Git and Git LFS are installed on your computer, open a new command prompt or terminal and execute the following two commands. These should display the installed version. If not, follow the installation instructions.

  1. Open a command prompt or terminal

  2. Check the installed Git version via

    Terminal window
    git --version
  3. Check the installed Git LFS version via

    Terminal window
    git-lfs --version
  1. Head to the ARCitect’s GitHub release page.

  2. Under “Assets” Download the latest release for Windows (ARCitect-x.x.x-win.zip).

  3. In Windows Explorer, open the folder where you downloaded the ARCitect.

  4. Unzip (Right clickExtract All..) the folder (ARCitect-x.x.x-win.zip). You can move this folder to another location (e.g. Program files).

  5. Start the ARCitect, by clicking the ARCitect application.

  6. Once started, you see a Windows Defender warning. To proceed, click More info and then Run anyway.

  7. Windows Defender Firewall further asks you to allow network communication. This enables communication with the DataHUB.

ARCitect

  1. Start the ARCitect app.

  2. In the sidebar on the left, click on New ARC.

  3. Select a location and name for your ARC.

    Tailwind CSS chat bubble component

    To keep it simple, I call my ARC “AthalianaColdStressSugar”

  4. ARCitect creates the base ARC folder on your computer and opens it right away.

    • DirectoryAthalianaColdStressSugar
      • studies
      • assays
      • workflows
      • runs
      • isa.investigation.xlsx

Your ARC's name

By default, your ARC’s name will be used:

  1. For the ARC folder on your computer.
  2. As the investigation identifier.