Skip to content

Commit

Permalink
gffquant parameter fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
cschu committed Jun 25, 2024
1 parent 8112634 commit e7070ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nevermore/workflows/gffquant.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ include { stream_gffquant; run_gffquant; collate_feature_counts } from "../modul

params.gq_collate_columns = "uniq_scaled,combined_scaled"

if (!params.gffquant_db) {
params.gffquant_db = params.gq_database
}

workflow gffquant_flow {

Expand Down

0 comments on commit e7070ba

Please sign in to comment.