mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-26 14:00:51 +00:00
Several bugs dicoverd during the doc writing
This commit is contained in:
@@ -223,7 +223,7 @@ func CLISequenceCountPredicate() obiseq.SequencePredicate {
|
||||
return p
|
||||
}
|
||||
|
||||
if _MaximumLength != int(2e9) {
|
||||
if _MaximumCount != int(2e9) {
|
||||
return obiseq.IsLessAbundantOrEqualTo(_MaximumCount)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user