Skip to content

Commit

Permalink
Update DetectNewRunsForTracker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcmanam authored Nov 2, 2023
1 parent 70c1cdb commit 428f94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/DetectNewRunsForTracker.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 428f94d

Please sign in to comment.