Skip to content

Track changes to your ARC

Tailwind CSS chat bubble component

How can I make sure, other researchers will understand what I did while working on my ARC?

DataPLANT Account

If you do not have an account, please register with DataPLANT to use the PLANTDataHUB.

Follow these instructions to sign up

With a DataPLANT account you can use the DataHUB and share your ARC for collaboration.

Please register here.

During the registration you can “Choose your role in DataPLANT”:

  • DataSteward
    • Member of / associated to DataPLANT
    • Teaches DataPLANT tools and services to community members
  • Developer
    • Member of / associated to DataPLANT
    • Develops DataPLANT tools and services
  • Member
    • Other member of DataPLANT
  • User
    • User who want to use the DataPLANT tools and services

If you want to adjust your account settings, simply click the login icon in the navigation bar on this site.

  • In the tab “Password” you can modify your password.
  • In the tab “Authenticator” you can set up Two Factor Authentication (2FA).

The ARC comes with a mechanism to track changes. This version control is based on git. Briefly, snapshots of an ARC are called Commits. Every Commit is encoded with the information on who made the change and when and it is accompanied with a note, i.e. a “Commit message” that allows the user to communicate what was changed.

In order to retreive your user information and associate it with your commits, you need to login to the DataHUB.

ARCitect

  1. Click Login in the sidebar.

  2. Select git.nfdi4plants.org as DataHUB from the dropdown menu.

  3. Click Login.

    Tailwind CSS chat bubble component

    Great, now I have some new functions activated in the sidebar. What are they for?

The commit menu allows you to “commit” your changes locally. This saves the changes of your local ARC together with your DataHUB credentials (Name and eMail).

ARCitect

  1. Navigate to the Commit menu.

  2. Since you are logged in, the Name and eMail of your DataHUB account are automatically added.

  3. Add a commit message:

    Tailwind CSS chat bubble component

    “Created my first ARC and added data.”

  4. Click Commit to store your changes locally.

In the History menu you can inspect your ARC history with all commit messages.

ARCitect

  1. Navigate to the History menu.

  2. Find your commit messages.

    Tailwind CSS chat bubble component

    Great, so even in five years I will know what I did in every step.

Try it yourself – add messages to communicate your ARC’s evolution

Section titled Try it yourself – add messages to communicate your ARC’s evolution

We recommend adding a message that shortly summarizes, what you did since you last synced your ARC, e.g.

  1. Viola starts a fresh ARC for her project

    Tailwind CSS chat bubble component

    initialize ARC structure

  2. She adds folders for her study and assay

    Tailwind CSS chat bubble component

    add folder structure

  3. She adds raw data to an RNASeq assay

    Tailwind CSS chat bubble component

    add RNAseq dataset

  4. She annotates the dataset using Swate

    Tailwind CSS chat bubble component

    annotate RNAseq samples

ARCitect

  1. Make some small changes to your ARC like adding or editing a text file.

  2. Navigate to the Commit menu.

  3. Add a commit message:

    Tailwind CSS chat bubble component

    “Add a README to include some notes”

  4. Click Commit to store your changes locally.

  5. Check the History