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