From 81d8c8ef0ef9238e7f85ef9d575146d5f8c1ae1c Mon Sep 17 00:00:00 2001 From: VIKAS SHARMA <v.sharma@fz-juelich.de> Date: Wed, 13 Dec 2023 10:33:00 +0000 Subject: [PATCH] Delete Notes.txt~ --- Notes.txt~ | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 Notes.txt~ diff --git a/Notes.txt~ b/Notes.txt~ deleted file mode 100644 index a20b1a0..0000000 --- a/Notes.txt~ +++ /dev/null @@ -1,35 +0,0 @@ -#create directory - -mkdir 2023_Krueger_prophage_lysis-lysogeny_MrpR - - -#go to created directory -cd 2023_Krueger_prophage_lysis-lysogeny_MrpR/ - -#Initialize your ARC by executing -arc init - -##Adding metadata - -#ISA investigation -arc investigation create -i 2023_Krueger_prophage_lysis-lysogeny_MrpR - -#ISA studies -#arc study add -s 2023_Krueger_prophage_lysis-lysogeny_MrpR - -#ISA studies & assays -arc assay add -s 2022_Krüger_pseudokinase_heme_tolerance -a ChAPSeq-Illumina - -#ISA studies & assays -arc assay add -s 2022_Krüger_pseudokinase_heme_tolerance -a BioLector - -####Sharing your ARC -#Allow git to store credentials on your machine. -git config --global credential.helper store - -#created token manually -Create and set an access token - - - -arc sync -f -r https://git.nfdi4plants.org/v.sharma/2023_Krueger_prophage_lysis-lysogeny_MrpR -m "initialize ARC structure" -- GitLab