Skip to content

Commit 13a07ac

Browse files
author
Juan Caballero
committed
fixing labels for plotFingerprint test
1 parent 358b31c commit 13a07ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pydeeptools/deeptools/test/test_plotFingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def test_plotFingerprint_default():
1515
plotfile = NamedTemporaryFile(suffix='.png', prefix='deeptools_testfile_', delete=False)
16-
args = "-b {0}test1.bam {0}test2.bam -o {1} --plotFileFormat png".format(TEST_DATA, plotfile.name).split()
16+
args = "-b {0}test1.bam {0}test2.bam -o {1} --plotFileFormat png -l test1 test2".format(TEST_DATA, plotfile.name).split()
1717
deeptools.plotFingerprint.main(args)
1818

1919
res = compare_images(ROOT + 'test_plotFingerprint_default.png', plotfile.name, tolerance)
Loading

0 commit comments

Comments
 (0)