From c78da811676cb1bb85713fcc139cc13f32356fbf Mon Sep 17 00:00:00 2001
From: Dominik Brilhaus <dominik.brilhaus@hhu.de>
Date: Wed, 6 Apr 2022 16:02:40 +0200
Subject: [PATCH] add study and assay

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cbbe47c..be8ee45 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
 
 Legacy data on Ricinus proteome from Nicole Linka and Thomas Wrobel 
 
-
-## setting up this arc 
+## setting up this arc
 
 > using arcCommander v0.3.1
 
@@ -12,3 +11,12 @@ arc init
 arc i create -i "Ricinus proteome"
 mkdir _NicolesData; touch _NicolesData/.gitkeep
 ```
+
+## add raw dataset as retrieve from Anja Stefanski via Sciebo (06.04.2022)
+
+```bash
+arc assay add -s "2012_ricinus_proteome_wrobel" -a "2012_proteome_data_bmfz_stefanski"
+
+cp ~/Download
+
+```
\ No newline at end of file
-- 
GitLab