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 ( !vep_cache_path_full.exists() ||!vep_cache_path_full.isDirectory() ) {
162
-
if (params.vep_cache =="s3://annotation-cache/vep_cache") {
162
+
if (params.vep_cache =="s3://annotation-cache/vep_cache/") {
163
163
error("This path is not available within annotation-cache. Please check https://annotation-cache.github.io/ to create a request for it.")
164
164
} else {
165
165
error("Files within --vep_cache invalid. Make sure there is a directory named ${vep_cache_dir} in ${params.vep_cache}.\nhttps://nf-co.re/sarek/usage#how-to-customise-snpeff-and-vep-annotation")
error("No cache for VEP 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.")
0 commit comments