Skip to content

Commit

Permalink
fix: explicitly set gq_stream parameter to true internally
Browse files Browse the repository at this point in the history
  • Loading branch information
cschu committed Sep 26, 2024
1 parent 7b9c2d0 commit 486e5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nevermore/workflows/gffquant.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if (!params.gffquant_db) {
params.gffquant_db = params.gq_database
}

params.gq_stream = true

workflow gffquant_flow {

take:
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest {
description = "Metagenomics Functional Profiler"
name = "nevermore_profiler"
nextflowVersion = ">=22.10.6"
version = "0.13.5"
version = "0.13.6"
}

process {
Expand Down

0 comments on commit 486e5d4

Please sign in to comment.