Skip to content

Commit 4a0be38

Browse files
committed
Fix pavian output directory
1 parent 97b8930 commit 4a0be38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/local/tools/pavian/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
process PAVIAN {
2-
publishDir "${params.outdir}/kraken2", mode: 'copy'
2+
publishDir "${params.outdir}/kraken", mode: 'copy'
33
label 'process_single'
44

55
conda "${projectDir}/work/envs/pavian"

0 commit comments

Comments
 (0)