Skip to content

Commit f93a721

Browse files
committed
Merge branch 'benb/split_out_sample_type' of github.com:broadinstitute/seqr-loading-pipelines into benb/single_callset_path
2 parents 3879c68 + 2e1620f commit f93a721

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)