Skip to content

Commit 2e1620f

Browse files
committed
flip order here
1 parent 89754a4 commit 2e1620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/write_project_family_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def run(self):
5050
update_project_table_task: luigi.Target = yield UpdateProjectTableTask(
5151
self.reference_genome,
5252
self.dataset_type,
53-
self.sample_type,
5453
self.project_guid,
54+
self.sample_type,
5555
self.callset_path,
5656
self.project_remap_path,
5757
self.project_pedigree_path,

0 commit comments

Comments
 (0)