Skip to content

NGS_Automated-3.6.0

Compare
Choose a tag to compare
@pneerincx pneerincx released this 03 May 09:28
· 768 commits to master since this release
7371e90

Feature: Support for GS projects/samples with data from multiple flowcells (in the same batch).

  • copyRawDataToPrm.sh:
    • Archive mode will only rsync raw data to prm and disable splitting samplesheets per project.
  • Added new copySamplesheetsForBatchToPrm.sh: transfers all project based samplesheets to the location on prm that triggers downstream analysis when all flowcells of a batch were successfully transferred to prm by copyRawDataToPrm.sh

Feature: more fine grained lock files:

  • copyRawDataToPrm.sh:
    • Switched from one lock file per group to one lock file per group per combination of ${sourceServer} and ${SCR_ROOT_DIR}.
      This means instances of copyRawDataToPrm.sh for in-house and external sequencing can run simultaneously.