From 070d13a95ece723a1e25334f68d37fc10cd8b0c7 Mon Sep 17 00:00:00 2001 From: yumisims Date: Thu, 26 Oct 2023 21:55:02 +0100 Subject: [PATCH] change ndb to nin --- modules/nf-core/blast/blastn/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/blast/blastn/main.nf b/modules/nf-core/blast/blastn/main.nf index df464888695..78230271de0 100644 --- a/modules/nf-core/blast/blastn/main.nf +++ b/modules/nf-core/blast/blastn/main.nf @@ -22,7 +22,7 @@ process BLAST_BLASTN { def args = task.ext.args ?: '' def prefix = task.ext.prefix ?: "${meta.id}" """ - DB=`find -L ./ -name "*.ndb" | sed 's/\\.ndb\$//'` + DB=`find -L ./ -name "*.nin" | sed 's/\\.nin\$//'` blastn \\ -num_threads $task.cpus \\ -db \$DB \\