File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ include { parse_quast_report } from './modules/quast.nf'
1010
1111process 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)
Original file line number Diff line number Diff line change 11manifest {
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'
You can’t perform that action at this time.
0 commit comments