Skip to content

Commit

Permalink
Add PlotAlignmentsJob to all list
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemole authored Sep 4, 2024
1 parent fc01cd0 commit 4f077df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/alignment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ["AlignmentJob", "DumpAlignmentJob", "AMScoresFromAlignmentLogJob", "ComputeTimeStampErrorJob"]
__all__ = ["AlignmentJob", "DumpAlignmentJob", "PlotAlignmentJob", "AMScoresFromAlignmentLogJob", "ComputeTimeStampErrorJob"]

import logging
import math
Expand Down

0 comments on commit 4f077df

Please sign in to comment.