Skip to content

Commit

Permalink
Update burdens.snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 2, 2024
1 parent 2c4c9cb commit 71d8d7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipelines/association_testing/burdens.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ rule compute_burdens:
'{input.model_config} '
'{input.checkpoints} '
'{params.prefix}/{wildcards.phenotype}/deeprvat/burdens'),
'touch {output}'
'touch {output}'])

rule combine_burdens:
input:
burdens='{phenotype}/deeprvat/burdens/chunks/chunk{chunk}/burdens.zarr',
Expand Down Expand Up @@ -130,4 +131,4 @@ rule reverse_models:
"{input.data_config} "
"{input.checkpoints}"),
"touch {output}"
])
])

0 comments on commit 71d8d7a

Please sign in to comment.