Skip to content

Commit

Permalink
Fixed order of lineage models in method index
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed May 20, 2024
1 parent 12460fb commit 9842a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prp/models/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class MethodIndex(RWModel):
TypingResultMlst,
TypingResultCgMlst,
TypingResultGeneAllele,
TbProfilerLineage,
ResultLineageBase,
TbProfilerLineage,
]


Expand Down

0 comments on commit 9842a6a

Please sign in to comment.