Skip to content

Commit 4addee2

Browse files
committed
format
1 parent a13f781 commit 4addee2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

v03_pipeline/lib/paths.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def lookup_table_path(
151151
'lookup.ht',
152152
)
153153

154+
154155
def runs_path(
155156
reference_genome: ReferenceGenome,
156157
dataset_type: DatasetType,
@@ -164,6 +165,7 @@ def runs_path(
164165
'runs',
165166
)
166167

168+
167169
def sex_check_table_path(
168170
reference_genome: ReferenceGenome,
169171
dataset_type: DatasetType,

v03_pipeline/lib/tasks/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from v03_pipeline.lib.tasks.delete_old_runs import DeleteOldRunsTask
2-
from v03_pipeline.lib.tasks.update_project_table import UpdateProjectTableTask
32
from v03_pipeline.lib.tasks.update_lookup_table import (
43
UpdateLookupTableTask,
54
)

0 commit comments

Comments
 (0)