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 a13f781 commit 4addee2Copy full SHA for 4addee2
v03_pipeline/lib/paths.py
@@ -151,6 +151,7 @@ def lookup_table_path(
151
'lookup.ht',
152
)
153
154
+
155
def runs_path(
156
reference_genome: ReferenceGenome,
157
dataset_type: DatasetType,
@@ -164,6 +165,7 @@ def runs_path(
164
165
'runs',
166
167
168
169
def sex_check_table_path(
170
171
v03_pipeline/lib/tasks/__init__.py
@@ -1,5 +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_lookup_table import (
4
UpdateLookupTableTask,
5
0 commit comments