From 4f077df833c4de492316e1195685baf185624190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nahuel=20Unai=20Rosell=C3=B3=20Beneitez?= <31628502+Icemole@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:29:37 +0200 Subject: [PATCH] Add PlotAlignmentsJob to all list --- mm/alignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/alignment.py b/mm/alignment.py index 2e404ae9..4707b545 100644 --- a/mm/alignment.py +++ b/mm/alignment.py @@ -1,4 +1,4 @@ -__all__ = ["AlignmentJob", "DumpAlignmentJob", "AMScoresFromAlignmentLogJob", "ComputeTimeStampErrorJob"] +__all__ = ["AlignmentJob", "DumpAlignmentJob", "PlotAlignmentJob", "AMScoresFromAlignmentLogJob", "ComputeTimeStampErrorJob"] import logging import math