patch a bug in obimultiplex: change option -t into -s

This commit is contained in:
Eric Coissac
2025-01-23 13:50:24 +01:00
parent 757448cb1e
commit ffd67252c3
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ var _ConservedError = false
// produced by the
func MultiplexOptionSet(options *getoptions.GetOpt) {
options.StringVar(&_NGSFilterFile, "tag-list", _NGSFilterFile,
options.Alias("t"),
options.Alias("s"),
options.Description("File name of the NGSFilter file describing PCRs."))
options.BoolVar(&_ConservedError, "keep-errors", _ConservedError,