File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ params.vep_cache_version = 89
12process {
23 $index_bamfile {
34 module = ['bioinfo-tools', 'samtools/1.3']
@@ -37,7 +38,7 @@ process {
3738
3839 $variant_effect_predictor {
3940 cpus = 4
40- module = ['bioinfo-tools', 'vep/84 ']
41+ module = ['bioinfo-tools', 'vep/89 ']
4142 }
4243
4344 $snpEff {
Original file line number Diff line number Diff line change 1+ params.vep_cache_version = 84
12process {
23 $index_bamfile {
34 module = ['bioinfo-tools', 'samtools/1.3']
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ process variant_effect_predictor {
353353 """
354354 INFILE="$infile "
355355 OUTFILE="\$ {INFILE%.vcf}.vep.vcf"
356- VEP_CACHE="/sw/data/uppnex/vep/84 "
356+ VEP_CACHE="/sw/data/uppnex/vep/$p arams . vep_cache_version "
357357 ASSEMBLY="$params . assembly "
358358
359359 case "\$ INFILE" in
You can’t perform that action at this time.
0 commit comments