Skip to content

Commit 5550c92

Browse files
committed
Whitespace cleanup
1 parent 5d14f6a commit 5550c92

File tree

5 files changed

+35
-40
lines changed

5 files changed

+35
-40
lines changed

config/devcore.config

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
process {
2+
clusterOptions = {
3+
"-A $params.project"
4+
}
25

3-
clusterOptions = {
4-
"-A $params.project"
5-
}
6-
errorStrategy = { task.exitStatus == 143 ? 'retry' : 'terminate' }
7-
queue = 'devcore'
8-
executor = 'slurm'
9-
10-
time = '1h'
6+
errorStrategy = { task.exitStatus == 143 ? 'retry' : 'terminate' }
7+
queue = 'devcore'
8+
executor = 'slurm'
119

10+
time = '1h'
1211
}

config/milou.config

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,46 @@
11
process {
2+
$index_bamfile {
3+
module = ['bioinfo-tools', 'samtools/1.3']
4+
}
25

3-
$index_bamfile {
4-
module = ['bioinfo-tools', 'samtools/1.3']
5-
}
6-
7-
$manta {
8-
maxRetries = 3
9-
cpus = 16
10-
module = ['bioinfo-tools', 'manta/1.0.3']
11-
}
6+
$manta {
7+
maxRetries = 3
8+
cpus = 16
9+
module = ['bioinfo-tools', 'manta/1.0.3']
10+
}
1211

13-
$create_fastq {
14-
module = ['bioinfo-tools', 'samtools/1.3']
12+
$create_fastq {
13+
module = ['bioinfo-tools', 'samtools/1.3']
1514
}
1615

17-
$fermikit {
18-
maxRetries = 3
19-
cpus = 16
20-
module = ['bioinfo-tools', 'samtools/1.3', 'fermikit/r178', "vcftools/0.1.14", "tabix/0.2.6"]
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"]
2120
}
2221

23-
$artifact_mask_vcfs {
24-
module = ['bioinfo-tools', 'BEDTools/2.25.0']
22+
$artifact_mask_vcfs {
23+
module = ['bioinfo-tools', 'BEDTools/2.25.0']
2524
}
2625

27-
$swegen_mask_vcfs {
28-
module = ['bioinfo-tools', 'BEDTools/2.25.0']
26+
$swegen_mask_vcfs {
27+
module = ['bioinfo-tools', 'BEDTools/2.25.0']
2928
}
3029

31-
$intersect_files {
32-
module = ['bioinfo-tools', 'BEDTools/2.25.0']
30+
$intersect_files {
31+
module = ['bioinfo-tools', 'BEDTools/2.25.0']
3332
}
3433

35-
$normalize_vcf {
36-
module = ['bioinfo-tools', 'vt/0.5772']
34+
$normalize_vcf {
35+
module = ['bioinfo-tools', 'vt/0.5772']
3736
}
3837

39-
$variant_effect_predictor {
40-
cpus = 4
41-
module = ['bioinfo-tools', 'vep/84']
38+
$variant_effect_predictor {
39+
cpus = 4
40+
module = ['bioinfo-tools', 'vep/84']
4241
}
4342

44-
$snpEff {
45-
module = ['bioinfo-tools', 'snpEff/4.2', 'vt/0.5772']
43+
$snpEff {
44+
module = ['bioinfo-tools', 'snpEff/4.2', 'vt/0.5772']
4645
}
4746
}

config/standard.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
process {
2-
32
clusterOptions = {
43
"-A $params.project"
54
}

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ process intersect_files {
246246
fermi_vcf=${vcfs[1]}
247247
manta_vcf=${vcfs[0]}
248248
fi
249-
249+
250250
OUTNAME=`basename \$fermi_vcf|sed 's/fermikit_//;s/.vcf//'`
251251
## Create intersected vcf files
252252
for WORD in DEL INS DUP; do

nextflow.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,3 @@ executor {
5757
queueSize = 1
5858
}
5959
}
60-
61-

0 commit comments

Comments
 (0)