-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmilou.config
More file actions
47 lines (38 loc) · 991 Bytes
/
milou.config
File metadata and controls
47 lines (38 loc) · 991 Bytes
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
params.vep_cache_version = 84
process {
$index_bamfile {
module = ['bioinfo-tools', 'samtools/1.3']
}
$manta {
maxRetries = 3
cpus = 16
module = ['bioinfo-tools', 'manta/1.0.3']
}
$create_fastq {
module = ['bioinfo-tools', 'samtools/1.3']
}
$fermikit {
maxRetries = 3
cpus = 16
module = ['bioinfo-tools', 'samtools/1.3', 'fermikit/r178', "vcftools/0.1.14", "tabix/0.2.6"]
}
$artifact_mask_vcfs {
module = ['bioinfo-tools', 'BEDTools/2.25.0']
}
$cohort_mask_vcfs {
module = ['bioinfo-tools', 'BEDTools/2.25.0']
}
$intersect_files {
module = ['bioinfo-tools', 'BEDTools/2.25.0']
}
$normalize_vcf {
module = ['bioinfo-tools', 'vt/0.5772']
}
$variant_effect_predictor {
cpus = 4
module = ['bioinfo-tools', 'vep/84']
}
$snpEff {
module = ['bioinfo-tools', 'snpEff/4.2', 'vt/0.5772']
}
}