From 121a09f69ac17da1ab999ecc2a82d9f18afd40be Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Thu, 26 Nov 2009 16:46:04 +0000 Subject: [PATCH] script run after the successful move of the data to the processing dir SVN: 13576 --- deep_sequencing_unit/source/bash/datamover_post.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deep_sequencing_unit/source/bash/datamover_post.sh diff --git a/deep_sequencing_unit/source/bash/datamover_post.sh b/deep_sequencing_unit/source/bash/datamover_post.sh new file mode 100644 index 00000000000..3659af90cc1 --- /dev/null +++ b/deep_sequencing_unit/source/bash/datamover_post.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +RM=/usr/bin/rm + +ssh bs-isvr01-s.ethz.ch /net/bs-bsse/local0/local/dsu/bin/create_srfs.sh + +# get rid of the intensity and noise files generated for the srfs +$RM /array0/dsu/processing/*/Data/Intensities/*int* /array0/dsu/processing/*/Data/Intensities/*nse* + +rsync /array0/dsu/processing/* /array0/dsu/dss/incoming \ No newline at end of file -- GitLab