Skip to content

Commit

Permalink
version -> 0.12.4
Browse files Browse the repository at this point in the history
- fix nevermore_align import in main.nf
- fix gffquant default gq_aligner
  • Loading branch information
cschu committed Apr 19, 2024
1 parent e75e55d commit 6610da1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
nextflow.enable.dsl=2

include { nevermore_main } from "./nevermore/workflows/nevermore"
include { nevermore_align } from "./nevermore/workflows/align"
include { gffquant_flow } from "./nevermore/workflows/gffquant"
include { fastq_input } from "./nevermore/workflows/input"
include { collate_stats } from "./nevermore/modules/collate"
Expand Down
2 changes: 1 addition & 1 deletion nevermore/modules/profilers/gffquant.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
params.gq_aligner = "bwa_mem"
params.gq_aligner = "bwa"

process stream_gffquant {
label "gffquant"
Expand Down
2 changes: 1 addition & 1 deletion nevermore/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.12.3"
"version": "0.12.4"
}
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ manifest {
description = "Metaomics pipeline toolbox"
name = "nevermore"
nextflowVersion = ">=22.10.6"
version = "0.12.3"
version = "0.12.4"
}

0 comments on commit 6610da1

Please sign in to comment.