Skip to content

Commit

Permalink
Merge pull request #25 from PacificBiosciences/bug_fix_version
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
proteinosome authored Jan 25, 2023
2 parents dc2b1c4 + 0179d75 commit 949eb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in demultiplexed 16S amplicon sequencing FASTQ file.
===============================================================================
Author: Khi Pin, Chua
Updated: 2022-5-5
Updated: 2023-1-25
*/

nextflow.enable.dsl=2
Expand Down Expand Up @@ -86,7 +86,7 @@ def helpMessage() {
params.help = false
if (params.help) exit 0, helpMessage()
params.version = false
version = "0.4"
version = "0.5"
if (params.version) exit 0, log.info("$version")
params.download_db = false
params.skip_primer_trim = false
Expand Down

0 comments on commit 949eb72

Please sign in to comment.