Skip to content

Commit

Permalink
Remove mvicuna, vphaser from tree
Browse files Browse the repository at this point in the history
Change some db file tests from exact compare to md5

Novoalign ndx build always changes
  • Loading branch information
yesimon committed Aug 28, 2017
1 parent b985ebb commit bdf3995
Show file tree
Hide file tree
Showing 75 changed files with 11 additions and 15,679 deletions.
Binary file not shown.
@@ -0,0 +1 @@
2e9748024dabadd49dc0862aae5f7180
Binary file not shown.
@@ -0,0 +1 @@
143908e3c1d360f5c3f1dae078a8f811
Binary file not shown.
@@ -0,0 +1 @@
38fa84aa28cd468b7dd789906a6db721
Binary file removed test/input/TestToolNovoalign/ebola_expected.nix
Binary file not shown.
10 changes: 6 additions & 4 deletions test/unit/test_taxon_filter.py
Expand Up @@ -182,15 +182,15 @@ def test_bmtagger_db_build(self):
args.func_main(args)

for ext in [
".bitmask", ".srprism.amp", ".srprism.idx", ".srprism.imp", ".srprism.pmp", ".srprism.rmp",
".srprism.ss", ".srprism.ssa", ".srprism.ssd"
".bitmask", ".srprism.amp", ".srprism.imp", ".srprism.pmp", ".srprism.rmp",
".srprism.ssa", ".srprism.ssd"
]:
assert_equal_contents(
self, os.path.join(tempDir, output_prefix + ext),
os.path.join(myInputDir, "expected", output_prefix + ext)
)

for ext in [".srprism.map"]:
for ext in [".srprism.map", ".srprism.idx", ".srprism.ss"]:
assert_md5_equal_to_line_in_file(self, os.path.join(tempDir, output_prefix + ext), os.path.join(myInputDir, "expected", output_prefix + ext+".md5"))


Expand All @@ -217,12 +217,14 @@ def test_lastal_db_build(self):
)
args.func_main(args)

for ext in [".bck", ".des", ".prj", ".sds", ".ssp", ".suf", ".tis"]:
for ext in [".bck", ".des", ".prj", ".sds", ".ssp", ".tis"]:
assert_equal_contents(
self, os.path.join(tempDir, output_prefix + ext),
os.path.join(myInputDir, "expected", output_prefix + ext)
)

for ext in [".suf"]:
assert_md5_equal_to_line_in_file(self, os.path.join(tempDir, output_prefix + ext), os.path.join(myInputDir, "expected", output_prefix + ext+".md5"))

class TestDepleteBlastnBam(TestCaseWithTmp):
'''
Expand Down
3 changes: 2 additions & 1 deletion test/unit/test_tools_novoalign.py
Expand Up @@ -9,7 +9,7 @@
import tools.novoalign
import tools.samtools
import pysam
from test import TestCaseWithTmp
from test import TestCaseWithTmp, assert_md5_equal_to_line_in_file


class TestToolNovoalign(TestCaseWithTmp):
Expand All @@ -26,6 +26,7 @@ def test_index(self):
shutil.copyfile(orig_ref, inRef)
self.novoalign.index_fasta(inRef)
outfile = inRef[:-6] + '.nix'

self.assertTrue(os.path.isfile(outfile))
self.assertTrue(os.path.getsize(outfile))

Expand Down
Binary file removed tools/binaries/V-Phaser-2.0/MacOSX/libgomp.1.dylib
Binary file not shown.
Binary file removed tools/binaries/V-Phaser-2.0/MacOSX/variant_caller
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

136 changes: 0 additions & 136 deletions tools/binaries/V-Phaser-2.0/TestData/output/V4528_assembly.fdr.var.txt

This file was deleted.

This file was deleted.

0 comments on commit bdf3995

Please sign in to comment.