|
1 | 1 | process { |
| 2 | + $index_bamfile { |
| 3 | + module = ['bioinfo-tools', 'samtools/1.3'] |
| 4 | + } |
2 | 5 |
|
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 | + } |
12 | 11 |
|
13 | | - $create_fastq { |
14 | | - module = ['bioinfo-tools', 'samtools/1.3'] |
| 12 | + $create_fastq { |
| 13 | + module = ['bioinfo-tools', 'samtools/1.3'] |
15 | 14 | } |
16 | 15 |
|
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"] |
21 | 20 | } |
22 | 21 |
|
23 | | - $artifact_mask_vcfs { |
24 | | - module = ['bioinfo-tools', 'BEDTools/2.25.0'] |
| 22 | + $artifact_mask_vcfs { |
| 23 | + module = ['bioinfo-tools', 'BEDTools/2.25.0'] |
25 | 24 | } |
26 | 25 |
|
27 | | - $swegen_mask_vcfs { |
28 | | - module = ['bioinfo-tools', 'BEDTools/2.25.0'] |
| 26 | + $swegen_mask_vcfs { |
| 27 | + module = ['bioinfo-tools', 'BEDTools/2.25.0'] |
29 | 28 | } |
30 | 29 |
|
31 | | - $intersect_files { |
32 | | - module = ['bioinfo-tools', 'BEDTools/2.25.0'] |
| 30 | + $intersect_files { |
| 31 | + module = ['bioinfo-tools', 'BEDTools/2.25.0'] |
33 | 32 | } |
34 | 33 |
|
35 | | - $normalize_vcf { |
36 | | - module = ['bioinfo-tools', 'vt/0.5772'] |
| 34 | + $normalize_vcf { |
| 35 | + module = ['bioinfo-tools', 'vt/0.5772'] |
37 | 36 | } |
38 | 37 |
|
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'] |
42 | 41 | } |
43 | 42 |
|
44 | | - $snpEff { |
45 | | - module = ['bioinfo-tools', 'snpEff/4.2', 'vt/0.5772'] |
| 43 | + $snpEff { |
| 44 | + module = ['bioinfo-tools', 'snpEff/4.2', 'vt/0.5772'] |
46 | 45 | } |
47 | 46 | } |
0 commit comments