Skip to content
Snippets Groups Projects
Select Git revision
  • fe5ec18c34de1e22240a6700e15196609db6fcf7
  • main default protected
  • cqc
3 results

Notes.txt~

Blame
  • Vikas's avatar
    VIKAS SHARMA authored
    fe5ec18c
    History
    Notes.txt~ 862 B
    #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"