forked from Molmed/sisyphus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hiseq.rsync
56 lines (51 loc) · 1 KB
/
hiseq.rsync
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Include all dirs. This is required for anything to work
# Empty dirs can be excluded with --prune-empty-dirs
#
# cd <runfolder>
# rsync -av --prune-empty-dirs --include-from hiseq.rsync $PWD/ biologin:~/incoming/runfolders/$runfolder > $PWD/rsync.log
#
+ */
# Include some files regardless of location in tree
+ sisyphus*
+ *.sbatch
+ *.yml
+ *.png
+ *.csv
+ *.htm
+ *.xml
+ *.xsl
+ *.sbatch.gz
+ *.yml.gz
+ *.png.gz
+ *.csv.gz
+ *.htm.gz
+ *.xml.gz
+ *.xsl.gz
+ *.qmat*
+ *.fastq*
+ Makefile*
+ nohup*
+ support.txt*
+ SampleSheet.*
+ Log.txt*
+ First_Base_Report.txt*
+ MiSeq_Runfolder.tar.gz
+ bcl2fastq.version
# Exclude all .sentinel files
- .sentinel
# Include full tree of some subdirs
# This works if rsync is called with src dest, but not src/ dest
+ /*/Sisyphus/***
+ /*/Unaligned/(?!Reports)/***
+ /*/Excluded/***
+ /*/Config/***
+ /*/Diag/***
+ /*/InterOp/***
+ /*/Logs/***
+ /*/Recipe/***
+ /*/Data/RTALogs/***
+ /*/Data/reports/***
+ /*/Data/Status_Files/***
+ /*/slurmlogs/***
+ /*/slurmscripts/***
- *