Skip to content
Snippets Groups Projects
Commit 842a13c6 authored by VIKAS SHARMA's avatar VIKAS SHARMA
Browse files

initialize ARC structure

parent e8348d21
No related branches found
No related tags found
No related merge requests found
Pipeline #875 failed
#create directory #create directory
mkdir 2022_Krüger_pseudokinase_heme_tolerance mkdir 2022_Krueger_pseudokinase_heme_tolerance
#go to created directory #go to created directory
cd 2022_Krüger_pseudokinase_heme_tolerance cd 2022_Krueger_pseudokinase_heme_tolerance/
#Initialize your ARC by executing #Initialize your ARC by executing
arc init arc init
......
#create directory #create directory
mkdir 2022_Krüger_pseudokinase_heme_tolerance mkdir 2022_Krueger_pseudokinase_heme_tolerance/
#go to created directory #go to created directory
cd 2022_Krüger_pseudokinase_heme_tolerance cd 2022_Krueger_pseudokinase_heme_tolerance/
#Initialize your ARC by executing #Initialize your ARC by executing
arc init arc init
...@@ -12,13 +12,16 @@ arc init ...@@ -12,13 +12,16 @@ arc init
##Adding metadata ##Adding metadata
#ISA investigation #ISA investigation
arc investigation create -i sID0001_Investigation arc investigation create -i 2022_Krüger_pseudokinase_heme_tolerance
#ISA studies #ISA studies
#arc study add -s sID0001_Study #arc study add -s 2022_Krüger_pseudokinase_heme_tolerance
#ISA studies & assays #ISA studies & assays
arc assay add -s sID0001_Study -a sID0001_Assay arc assay add -s 2022_Krüger_pseudokinase_heme_tolerance -a Illumina_Sequencing
#ISA studies & assays
arc assay add -s 2022_Krüger_pseudokinase_heme_tolerance -a BioLector
####Sharing your ARC ####Sharing your ARC
#Allow git to store credentials on your machine. #Allow git to store credentials on your machine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment