Clinical-Genomics / demultiplexing

To keep scripts associated with execution of the Illumina demultiplexing pipeline
5 stars 0 forks source link

Sync flowcells from the NASes to hasta instead of thalamus #124

Closed barrystokman closed 2 years ago

barrystokman commented 3 years ago

The syncing of flowcells from the NASes to thalamus is handled by lsyncd. Target servers and directories are determined by a config file: /home/hiseq.clinical/config/lsyncd_ssh.config

HiSeq2500 (seq-nas-3 and clinical-nas-1):

settings {
  logfile = "/home/hiseq.clinical/log/lsyncd.log",
  statusFile = "/home/hiseq.clinical/log/lsyncd.status",
  nodaemon = true,
}

sync {
  default.rsyncssh,
  source = "/home/hiseq.clinical/Runs/",
  host = "thalamus.scilifelab.se",
  targetdir = "/home/hiseq.clinical/RUNS/",
  delete=false,
  exclude="Thumbnail_Images"
}

NovaSeq (seq-nas-2, clinical-nas-2, and nas-6):

settings {
  logfile    = "/home/hiseq.clinical/log/lsyncd.log",
  statusFile = "/home/hiseq.clinical/log/lsyncd.status",
  nodaemon   = true,
}

sync {
  default.rsyncssh, 
  source = "/home/hiseq.clinical/Runs/", 
  host = "thalamus.scilifelab.se", 
  targetdir = "/home/hiseq.clinical/novaseq/runs/", 
  delete=false,
  exclude={ "Thumbnail_Images", "*.tmp.cbcl", "*.cbcl.tmp" }
}

Changes required: