From 4b2a99328ac6c2d66140700faa551f95c7c476de Mon Sep 17 00:00:00 2001
From: Dominik Brilhaus <dominik.brilhaus@hhu.de>
Date: Mon, 11 Apr 2022 13:11:15 +0200
Subject: [PATCH] mv notes

---
 README.md               | 45 +----------------------------------------
 _DominikNotes/README.md | 43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 44 deletions(-)
 create mode 100644 _DominikNotes/README.md

diff --git a/README.md b/README.md
index 973c08d..2adfb30 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,3 @@
 # ricinus_proteome_arc
 
-Legacy data on Ricinus proteome from Nicole Linka and Thomas Wrobel 
-
-## setting up this arc
-
-> using arcCommander v0.3.1
-
-```bash
-arc init
-arc i create -i "Ricinus proteome"
-mkdir _NicolesData; touch _NicolesData/.gitkeep
-```
-
-## add raw dataset as retrieved from Anja Stefanski via Sciebo (06.04.2022)
-
-### setup assay structure
-
-```bash
-arc assay add -s "2012_ricinus_proteome_wrobel" -a "2012_proteome_data_bmfz_stefanski"
-```
-
-### run md5s on downloaded data
-
-```bash
-md5 ~/Downloads/Daten\ Linka/*.raw > _NicolesData/raw_data_md5s.txt
-```
-
-### Add large data to gitignore for now...
-
-```bash
-printf "\n*.raw" >> .gitignore
-```
-
-### add downloaded data to arc
-
-```bash
-mv ~/Downloads/Daten\ Linka/Messliste_Wrobel.xlsx _NicolesData/
-mv ~/Downloads/Daten\ Linka/*.raw assays/2012_proteome_data_bmfz_stefanski/dataset
-```
-
-### sync arc with GitLab
-
-```bash
-arc sync -m "add raw data from bmfz"
-```
+Legacy data on Ricinus proteome from Nicole Linka and Thomas Wrobel
diff --git a/_DominikNotes/README.md b/_DominikNotes/README.md
new file mode 100644
index 0000000..52d39b3
--- /dev/null
+++ b/_DominikNotes/README.md
@@ -0,0 +1,43 @@
+
+# setting up this arc
+
+> using arcCommander v0.3.1
+
+```bash
+arc init
+arc i create -i "Ricinus proteome"
+mkdir _NicolesData; touch _NicolesData/.gitkeep
+```
+
+## add raw dataset as retrieved from Anja Stefanski via Sciebo (06.04.2022)
+
+### setup assay structure
+
+```bash
+arc assay add -s "2012_ricinus_proteome_wrobel" -a "2012_proteome_data_bmfz_stefanski"
+```
+
+### run md5s on downloaded data
+
+```bash
+md5 ~/Downloads/Daten\ Linka/*.raw > _NicolesData/raw_data_md5s.txt
+```
+
+### Add large data to gitignore for now...
+
+```bash
+printf "\n*.raw" >> .gitignore
+```
+
+### add downloaded data to arc
+
+```bash
+mv ~/Downloads/Daten\ Linka/Messliste_Wrobel.xlsx _NicolesData/
+mv ~/Downloads/Daten\ Linka/*.raw assays/2012_proteome_data_bmfz_stefanski/dataset
+```
+
+### sync arc with GitLab
+
+```bash
+arc sync -m "add raw data from bmfz"
+```
-- 
GitLab