Skip to content

Commit

Permalink
Merge branch 'main' into test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Aug 21, 2020
2 parents f891746 + 17f31c3 commit b0345dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.com/VariantEffect/mavedbconvert.svg?branch=master)](https://travis-ci.com/VariantEffect/mavedbconvert)
[![Coverage Status](https://coveralls.io/repos/github/VariantEffect/mavedbconvert/badge.svg?branch=master)](https://coveralls.io/github/VariantEffect/mavedbconvert?branch=master)
[![Build Status](https://travis-ci.com/VariantEffect/mavedbconvert.svg?branch=main)](https://travis-ci.com/VariantEffect/mavedbconvert)
[![Coverage Status](https://coveralls.io/repos/github/VariantEffect/mavedbconvert/badge.svg?branch=main)](https://coveralls.io/github/VariantEffect/mavedbconvert?branch=main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# mavedbconvert
Expand Down
2 changes: 1 addition & 1 deletion tests/data/enrich2/enrich2.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sequence r_sq score slope barcode.count scored.unique.barcodes
n.1G>A 0.5 1.2 1.0 12 1
n.3T>G 0.1 1.1 2.1 10 5
n.3T>G 0.1 1.1 2.1 10 5
2 changes: 1 addition & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_can_specify_backend(self):
result = validators.validate_variants(["c.[1A>G;2A>G]"], n_jobs=2, verbose=0, validation_backend=backend)
self.assertIsInstance(result[0], str)


class TestDfValidators(unittest.TestCase):
def test_validate_column_raise_keyerror_column_not_exist(self):
df = pd.DataFrame({"a": [1]})
Expand Down

0 comments on commit b0345dc

Please sign in to comment.