Skip to content

Commit 9acffa2

Browse files
committed
init
1 parent a8c7c35 commit 9acffa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v03_pipeline/lib/tasks/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from v03_pipeline.lib.tasks.delete_old_runs import DeleteOldRunsTask
12
from v03_pipeline.lib.tasks.update_project_table import UpdateProjectTableTask
23
from v03_pipeline.lib.tasks.update_sample_lookup_table import (
34
UpdateSampleLookupTableTask,
@@ -11,6 +12,7 @@
1112
)
1213

1314
__all__ = [
15+
'DeleteOldRunsTask',
1416
'UpdateProjectTableTask',
1517
'UpdateSampleLookupTableTask',
1618
'UpdateVariantAnnotationsTableWithNewSamplesTask',

0 commit comments

Comments
 (0)