Skip to content

Commit 58ebcf2

Browse files
committed
Name GFFREAD outputs
1 parent bcbaeca commit 58ebcf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subworkflows/local/prepare_genome/nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ process {
2121

2222
withName: 'GFFREAD' {
2323
ext.args = '--keep-exon-attrs -F -T'
24+
ext.prefix = { gff.simpleName }
2425
publishDir = [
2526
path: { params.save_reference ? "${params.outdir}/genome" : params.outdir },
2627
mode: params.publish_dir_mode,

0 commit comments

Comments
 (0)