Skip to content

Commit c487acd

Browse files
author
Sherrie Wang
committed
changed pub dir
1 parent 48aa7bd commit c487acd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ include { parse_quast_report } from './modules/quast.nf'
1010

1111
process RUN_SHOVILL {
1212
tag "$sample_id"
13-
publishDir "${params.outdir}/${sample_id}_contigs.fa", mode: 'copy'
14-
publishDir "${params.outdir}/${sample_id}_shovill.log", mode: 'copy'
13+
publishDir "${params.outdir}/${sample_id}", pattern: "${sample_id}_contigs.fa", mode: 'copy'
14+
publishDir "${params.outdir}/${sample_id}", pattern: "${sample_id}_shovill.log", mode: 'copy'
1515

1616
input:
1717
tuple val(sample_id), path(reads_1), path(reads_2)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
manifest {
22
author = 'Sherrie Wang'
33
name = 'BCCDC-PHL/nf-shovill'
4-
version = '0.1.2'
4+
version = '0.1.3'
55
description = 'BCCDC-PHL Bacterial Assembly'
66
mainScript = 'main.nf'
77
nextflowVersion = '>=20.01.0'

0 commit comments

Comments
 (0)