Skip to content

Commit

Permalink
Format edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurbich committed Dec 7, 2023
1 parent 1b0c9ca commit c3c70ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/defense_finder.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ process DEFENSE_FINDER {
output:
tuple val(meta), path("defense_finder/${meta.prefix}_defense_finder_genes.tsv") , emit: genes
tuple val(meta), path("defense_finder/${meta.prefix}_defense_finder_systems.tsv"), emit: systems
tuple val(meta), path("defense_finder/${meta.prefix}_defense_finder.gff"), emit: gff
tuple val(meta), path("defense_finder/${meta.prefix}_defense_finder.gff") , emit: gff
path "versions.yml" , emit: versions

script:
Expand Down

0 comments on commit c3c70ee

Please sign in to comment.