Skip to content

Commit

Permalink
correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jul 22, 2024
1 parent a87fb86 commit 6a20242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/test_long_deletions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def test_long_deletions():

# Input data
bamfile = "test_aln.cram"
snvsfile = "debug/snv/SNV.tsv"
outfile = "debug/snv/SNVs_0.010000.tsv"
snvsfile = "work/snv/SNV.tsv"
outfile = "work/snv/SNVs_0.010000.tsv"

helper_long_deletions.main(bamfile=bamfile, snvsfile=snvsfile, outfile=outfile)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_shotgun_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_e2e_shorah():

assert filecmp.cmp(
"./data_1/test.csv",
"./data_1/snv/SNVs_0.010000_final.csv",
"./data_1/work/snv/SNVs_0.010000_final.csv",
shallow=False
)

Expand Down

0 comments on commit 6a20242

Please sign in to comment.