Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 22, 2023
1 parent a57f335 commit 9cff900
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,13 @@ def test_gcnv_contig_ploidy_step_part_get_input_files(sv_calling_targeted_workfl
"work/bwa.gcnv_coverage.P00{i}-N1-DNA1-WGS1/out/bwa.gcnv_coverage.P00{i}-N1-DNA1-WGS1.tsv"
)
tsv_list_out = [tsv_pattern.format(i=i) for i in range(1, 7)] # P001 - P006
expected = {"tsv": tsv_list_out}
expected = {
"tsv": tsv_list_out,
"ped": [
"work/write_pedigree.P001-N1-DNA1-WGS1/out/P001-N1-DNA1-WGS1.ped",
"work/write_pedigree.P004-N1-DNA1-WGS1/out/P004-N1-DNA1-WGS1.ped",
],
}
# Get actual
wildcards = Wildcards(
fromdict={"mapper": "bwa", "library_kit": "Agilent_SureSelect_Human_All_Exon_V6"}
Expand Down

0 comments on commit 9cff900

Please sign in to comment.