before big changes

This commit is contained in:
2022-02-18 22:53:09 +01:00
parent 37ce3536e1
commit 9737f97084
15 changed files with 234 additions and 91 deletions

View File

@@ -48,7 +48,7 @@ func OptionSet(options *getoptions.GetOpt) {
DistributeOptionSet(options)
}
func CLISequenceClassifier() obiseq.BioSequenceClassifier {
func CLISequenceClassifier() *obiseq.BioSequenceClassifier {
switch {
case _SequenceClassifierTag != "":
return obiseq.AnnotationClassifier(_SequenceClassifierTag, _NAValue)