You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( !snpeff_cache_path_full.exists() ||!snpeff_cache_path_full.isDirectory() ) {
140
-
if (params.snpeff_cache =="s3://annotation-cache/snpeff_cache") {
140
+
if (params.snpeff_cache =="s3://annotation-cache/snpeff_cache/") {
141
141
error("This path is not available within annotation-cache. Please check https://annotation-cache.github.io/ to create a request for it.")
142
142
} else {
143
143
error("Files within --snpeff_cache invalid. Make sure there is a directory named ${snpeff_cache_dir} in ${params.snpeff_cache}.\nhttps://nf-co.re/sarek/usage#how-to-customise-snpeff-and-vep-annotation")
error("No cache for SnpEff or automatic download of said cache has been detected.\nPlease refer to https://nf-co.re/sarek/docs/usage/#how-to-customise-snpeff-and-vep-annotation for more information.")
150
-
} else snpeff_cache = []
150
+
} else snpeff_cache = []
151
151
152
152
if (params.vep_cache && params.annotate_tools && (params.annotate_tools.split(',').contains("vep") || params.annotate_tools.split(',').contains("merge"))) {
0 commit comments