From 428f94d979c4208be741f0c2c693835bb5cc75a4 Mon Sep 17 00:00:00 2001 From: David McManamon Date: Thu, 2 Nov 2023 08:52:53 -0400 Subject: [PATCH] Update DetectNewRunsForTracker.sh --- scripts/DetectNewRunsForTracker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/DetectNewRunsForTracker.sh b/scripts/DetectNewRunsForTracker.sh index b8f7492..a1b4165 100755 --- a/scripts/DetectNewRunsForTracker.sh +++ b/scripts/DetectNewRunsForTracker.sh @@ -1,9 +1,9 @@ #!/bin/bash # Sends summary email for every samplesheet written to the LIMS samplesheet directory -cd /skimcs/mohibullahlab/LIMS/LIMS_SampleSheets +cd /rtssdc/mohibullahlab/LIMS/LIMS_SampleSheets -find /skimcs/mohibullahlab/LIMS/LIMS_SampleSheets/*.csv -mmin -60 > ~/RunTracker/Run_For_Tracker.txt +find /rtssdc/mohibullahlab/LIMS/LIMS_SampleSheets/*.csv -mmin -60 > ~/RunTracker/Run_For_Tracker.txt # try to make sure the csv file is not still being written by the LIMS sleep 120