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 a8c7c35 commit 9acffa2Copy full SHA for 9acffa2
v03_pipeline/lib/tasks/__init__.py
@@ -1,3 +1,4 @@
1
+from v03_pipeline.lib.tasks.delete_old_runs import DeleteOldRunsTask
2
from v03_pipeline.lib.tasks.update_project_table import UpdateProjectTableTask
3
from v03_pipeline.lib.tasks.update_sample_lookup_table import (
4
UpdateSampleLookupTableTask,
@@ -11,6 +12,7 @@
11
12
)
13
14
__all__ = [
15
+ 'DeleteOldRunsTask',
16
'UpdateProjectTableTask',
17
'UpdateSampleLookupTableTask',
18
'UpdateVariantAnnotationsTableWithNewSamplesTask',
0 commit comments