Skip to content

Commit

Permalink
Black formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Aug 9, 2022
1 parent 538942f commit 527c55d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_roh_calling_bcftools_roh_step_part_get_input_files_link_bed(roh_calling
"index_ngs_library": "P001-N1-DNA1-WGS1",
}
)
expected = {'done': 'work/{mapper}.{var_caller}.bcftools_roh.{index_ngs_library}/out/.done'}
expected = {"done": "work/{mapper}.{var_caller}.bcftools_roh.{index_ngs_library}/out/.done"}
actual = roh_calling_workflow.get_input_files("bcftools_roh", "link_bed")(wildcards)
assert actual == expected

Expand Down

0 comments on commit 527c55d

Please sign in to comment.