Skip to content

Commit

Permalink
ci: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Feb 6, 2024
1 parent ff69a2f commit a50065b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_juno_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_junomapping_dryrun_changed_user_params(self) -> None:
"--reference",
"reference.fasta",
"--disable-mask",
"-maf",
"-smaf",
"0.5",
"-md",
"20",
Expand All @@ -159,7 +159,7 @@ def test_junomapping_dryrun_changed_user_params(self) -> None:
expected_user_param_values = {
"species": "mycobacterium_tuberculosis",
"reference": "reference.fasta",
"minimum_allele_frequency": 0.5,
"soft_filter_minimum_allele_frequency": 0.5,
"minimum_depth": 20,
"disable_mask": "True",
"mask_bed": "None",
Expand Down

0 comments on commit a50065b

Please sign in to comment.