-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.yml
200 lines (154 loc) · 7.02 KB
/
pipeline.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
##########################################################
##########################################################
##########################################################
## Default configuration file for pipeline_testing
##########################################################
projectname: CGAT Pipelines Regression Tests
copyright: CGAT
version: 1.0
release: ""
data_url: http://www.cgat.org/downloads/public/cgat/pipeline_ci_data
## Directory with test data and configurations
data_dir: /ifs/devel/pipelines/data
## default options for the pipeline scripts
pipeline_options: -v 5 -p 10 --is-test
# prerequisite pipelines
# comma-separated list of pipelines that are required
# for the below tests to run. Currently it is only annotations
# and it is downloaded and upacked but not re-run
prerequisites: [prereq_annotations,prereq_genesets]
################################################################
# Tests to be run.
#
# Each section starting with a the prefix 'test_' is a test to
# be run. By default, the name of the pipeline to use is given
# by whatever follows the prefix 'test_' but can be set explicitly
# with 'pipeline' option, for example:
#
# [test_maponmouse]
# pipeline=pipeline_mapping
#
# [test_maponhuman]
# pipeline=pipeline_mapping
#
# Each test requires a tar-ball with the data at the location
# of the URL. The data should extract into a directory called
# <name of the test>.dir, for example: test_maponmouse.dir,
# test_maponhuman.dir, etc.
#
# Other options that can be set:
#
# target - pipeline target to run, default = "full"
#
# regex_md5 - regular expression for files for which md5 checksums should
# be computed. This is a comma-separated list.
#
# regex_linecount - regular expression matching files to count lines.
# This is a comma-separated list.
#
# regex_exist - regular expression matching files to check if they were created.
# This is a comma-separated list.
#
# The latter two options are useful when a checksum varies
# in consecutive runs e.g. due to timestamps in log files.
#
# Note that regular expression are supposed to match the suffix of
# a file path.
test_bamstats:
regex_md5: [tsv.gz,idxstats,strand]
regex_linecount: chr.*picard_stats
#test_chiptools:
# regex_linecount: [txt,tsv]
#
# regex_exist: eps
test_genesets:
regex_md5: [gff.gz,gtf.gz,bed.gz,tsv.gz]
regex_linecount: [goslim.tsv.gz,go.tsv.gz,genomic_function.bed.gz,genomic_function.tsv.gz,genomic_context.bed.gz]
test_enrichment:
regex_md5: [SUMMARY.tsv,Expression_data.xls,gmx]
regex_exist: [results.tsv,details.tsv]
# requires GATK to be activated - have to take out of CI
#test_exome:
# target: variantAnnotator
#
# regex_md5: [idx,bam,list,vcf]
#
# regex_linecount: chr.*picard_stats
#
# regex_exist: chr.*bai
# confirm with KB before adding these tests
#[test_geneinfo]
#regex_linecount=all.*tsv
#regex_exist=ensemblg.*tsv,ensemblg.*load,.*details.*load,.*ont.*load
test_intervals:
regex_md5: [bed.gz,tsv.gz]
regex_linecount: [gat.*tsv.gz,transcriptprofile.tsv.gz,meme.txt]
test_mapping:
regex_md5: [ons.gtf.gz,tsv.gz,bam,nreads]
# gtf files have different sort order on jenkins
# AH: bowtie contextstats values fluctuate, not sure why
regex_linecount: [reference.gtf.gz,refcoding.gtf.gz,bowtie.contextstats.tsv.gz,star_stats.tsv,picard_stats,bowtie.bam,star.bam]
test_peakcallingPEnarrow:
# test filtering and peakcalling for PE file and narrow macs2 settings
pipeline: peakcalling
regex_md5: [idxstats,inputs.tsv,peakcalling_summary.tsv,post_filtering_check.tsv,counts.tsv,size.tsv,insert_sizes.tsv]
regex_linecount: [narrowPeak,bed.gz,xls.gz,macs2.tsv,peakcalling_bams_and_inputs.tsv,_filtered.bam,filteringlog]
test_peakcallingPEnarrowIDR:
# test PE narrow macs2 peakcalling and IDR without oracle peaklist
pipeline: peakcalling
regex_md5: [idxstats,IDR_pairs.tsv,insert_sizes.tsv,inputs.tsv,summary.tsv,check.tsv,counts.tsv,size.tsv]
regex_linecount: [macs2.tsv,.macs2_filtered.tsv,.macs2_table.tsv,narrowPeak,.bed.gz,xls.gz,IDRpeaks,IDR_QC.tsv,IDR_results.tsv,_filtered.bam,filteringlog,peakcalling_bams_and_inputs.tsv]
test_peakcallingPEnarrowIDRoracle:
# test PE narrow macs2 peakcalling and IDR using oracle peaklist
pipeline: peakcalling
regex_md5: [idxstats,IDR_pairs.tsv,insert_sizes.tsv,inputs.tsv,summary.tsv,check.tsv,counts.tsv,size.tsv]
regex_linecount: [macs2.tsv,.macs2_filtered.tsv,.macs2_table.tsv,narrowPeak,.bed.gz,xls.gz,IDRpeaks,IDR_QC.tsv,IDR_results.tsv,_filtered.bam,filteringlog,peakcalling_bams_and_inputs.tsv]
test_peakcallingSEIDR:
# test SE narrow macs2 peakcalling and IDR without oracle peaklist
pipeline: peakcalling
regex_md5: [_filtered.bam,idxstats,insert_sizes.tsv,inputs.tsv,summary.tsv,check.tsv,counts.tsv,size.tsv,IDR_pairs.tsv]
regex_linecount: [macs2.tsv,.macs2_filtered.tsv,.macs2_table.tsv,narrowPeak,.bed.gz,xls.gz,IDRpeaks,IDR_QC.tsv,IDR_results.tsv,filteringlog,peakcalling_bams_and_inputs.tsv,WT_hs_pooled_filtered.bam]
test_peakcallingSEbroad:
# test filtering and peakcalling for SE file and broad macs2 settings
pipeline: peakcalling
regex_md5: [_filtered.bam,idxstats,insert_sizes.tsv,inputs.tsv,summary.tsv,check.tsv,counts.tsv,size.tsv]
regex_linecount: [bed.gz,xls.gz,broadPeak,gappedPeak,filteringlog,peakcalling_bams_and_inputs.tsv]
test_readqc:
regex_md5: [tsv.gz,fastqc,summary.txt]
# fastqc_data.tx: floating point differences in the duplication
# section prevents exact comparison
#
# _screen.txt$: sort order differs
regex_linecount: [fastqc_data.txt,_screen.txt]
#test_rnaseqdiffexpression:
# regex_md5: [tsv,gz]
# regex_linecount: [gtf2table_.*_results.tsv,featurecounts_.*_results.tsv,gtf2table_.*_summary.tsv,featurecounts_.*_summary.tsv]
#test_rnaseqqc:
# regex_md5: [tsv,tsv.gz,bed.gz]
# # The experiment contains the project name, which is different depending
# # on location.
# # In the genesets, the p_id is not set consistently, seems to be a random
# # ordering issue.
# # The context stats fluctuate, might an assignment issue where one interval
# # is assigned randomly to equally well matching intervals.
# regex_linecount: [experiment.tsv,reference.gtf.gz,refcoding.gtf.gz,hisat.contextstats.tsv.gz,hisat.altcontextstats.tsv.gz,coding_exons.gtf.gz]
#test_scrnaseqqc:
# regex_md5: [bam.stats,ercc.tsv.summary,fa,tsv,clean]
#
# regex_linecount: [ercc.tsv.summary,sailfish_counts.tsv]
#test_windows:
# regex_md5: [bed.gz,tsv,stats]
#
# regex_linecount: [.*.counts.bed.gz,.*_counts_l2foldchange_.*.tsv.gz,design.*.tsv.gz,genomic.covered.tsv.gz,design.*.merged.*.bed.gz]
###############################################################
report:
# number of threads to use to build the documentation
threads: 1
# directory for html documentation
html: report/html
# directory for doctrees
doctrees: report/doctrees
# prefix for publishing
prefix: default
# engine to use for building report
engine: cgatreport