Skip to content

Commit ad93316

Browse files
committed
Added bianca.config
1 parent c847a03 commit ad93316

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

config/bianca.config

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
process {
2+
$index_bamfile {
3+
module = ['bioinfo-tools', 'samtools/1.3']
4+
}
5+
6+
$manta {
7+
maxRetries = 3
8+
cpus = 16
9+
module = ['bioinfo-tools', 'manta/1.0.3']
10+
}
11+
12+
$create_fastq {
13+
module = ['bioinfo-tools', 'samtools/1.3']
14+
}
15+
16+
$fermikit {
17+
maxRetries = 3
18+
cpus = 16
19+
module = ['bioinfo-tools', 'samtools/1.3', 'fermikit/r178', "vcftools/0.1.14", "tabix/0.2.6"]
20+
}
21+
22+
$artifact_mask_vcfs {
23+
module = ['bioinfo-tools', 'BEDTools/2.26.0']
24+
}
25+
26+
$swegen_mask_vcfs {
27+
module = ['bioinfo-tools', 'BEDTools/2.26.0']
28+
}
29+
30+
$intersect_files {
31+
module = ['bioinfo-tools', 'BEDTools/2.26.0']
32+
}
33+
34+
$normalize_vcf {
35+
module = ['bioinfo-tools', 'vt/0.5772']
36+
}
37+
38+
$variant_effect_predictor {
39+
cpus = 4
40+
module = ['bioinfo-tools', 'vep/84']
41+
}
42+
43+
$snpEff {
44+
module = ['bioinfo-tools', 'snpEff/4.2', 'vt/0.5772']
45+
}
46+
}

nextflow.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ profiles {
3636
includeConfig 'config/milou.config'
3737
}
3838

39+
bianca {
40+
includeConfig 'config/standard.config'
41+
includeConfig 'config/bianca.config'
42+
}
43+
3944
devel {
4045
includeConfig 'config/devcore.config'
4146
includeConfig 'config/milou.config'

0 commit comments

Comments
 (0)