Skip to content

Commit

Permalink
bugfix to exclude laplace from ruleorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jan 23, 2025
1 parent d25b675 commit ceb167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def get_final_output():

if "corobl" in ref_spaces:

ruleorder: equivolume_coords > laplace_coords_hipp > laplace_coords_dentate > copy_coords_to_results
ruleorder: equivolume_coords > laplace_coords_dentate > copy_coords_to_results

rule copy_coords_to_results:
input:
Expand Down

0 comments on commit ceb167e

Please sign in to comment.