Skip to content

Commit

Permalink
update dir + tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jul 22, 2024
1 parent 527dbb8 commit f7a35ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 = "snv/SNV.tsv"
outfile = "snv/SNVs_0.010000.tsv"
snvsfile = "debug/snv/SNV.tsv"
outfile = "debug/snv/SNVs_0.010000.tsv"

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

Expand Down
1 change: 1 addition & 0 deletions viloca/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ def main(args):
shutil.move("raw_reads", "debug")
shutil.move("sampling", "debug")
shutil.move("freq", "debug")
shutil.move("corrected", "debug")
shutil.move("reads.fas", "debug")
shutil.move("proposed.dat", "debug")
shutil.copy("snv/SNVs_0.010000_final.vcf", "SNVs_0.010000_final.vcf")
Expand Down

0 comments on commit f7a35ea

Please sign in to comment.