From fc75974c68f90bf480df335d5de4b26f453aaed0 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 4 Nov 2024 13:25:52 +0100 Subject: [PATCH] Changes to be committed: modified: pkg/obioptions/version.go modified: pkg/obitools/obitagpcr/options.go --- pkg/obioptions/version.go | 4 ++-- pkg/obitools/obitagpcr/options.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 93f0bee..14ceb61 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -7,8 +7,8 @@ import ( // TODO: The version number is extracted from git. This induces that the version // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "3e00d39" -var _Version = "Release 4.2.0" +var _Commit = "422f11c" +var _Version = "Release 4.3.0" // Version returns the version of the obitools package. // diff --git a/pkg/obitools/obitagpcr/options.go b/pkg/obitools/obitagpcr/options.go index 0811f61..db17fc5 100644 --- a/pkg/obitools/obitagpcr/options.go +++ b/pkg/obitools/obitagpcr/options.go @@ -9,7 +9,7 @@ import ( var _reorientate = false func TagPCROptionSet(options *getoptions.GetOpt) { - options.BoolVar(&_reorientate, "reference-db", _reorientate, + options.BoolVar(&_reorientate, "reorientate", _reorientate, options.Description("Reverse complemente reads if needed to store all the sequences in "+ "the same orientation respectively to forward and reverse primers"))