Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8deb94 commit fa4e4b6Copy full SHA for fa4e4b6
src/hla_algorithm/models.py
@@ -427,8 +427,9 @@ def _identify_longest_prefix(allele_prefixes: list[GeneCoord]) -> GeneCoord:
427
"""
428
Identify the longest gene coordinate "prefix" in the given allele prefixes.
429
430
- Precondition: that the input must all share at least the same first
431
- coordinate. The algorithm may not return cogent values if not.
+ Precondition: all allele prefixes in the input must all share at least
+ the same first coordinate. The algorithm may not return cogent values
432
+ if not.
433
434
longest_prefix: GeneCoord = ()
435
if len(allele_prefixes) > 0:
0 commit comments