Skip to content

Commit be059f2

Browse files
author
Will Trimble
committed
removed two deprecated scripts, replaced by mg-biom-view.py
1 parent fde5f86 commit be059f2

3 files changed

Lines changed: 0 additions & 186 deletions

File tree

scripts/mg-biom2metadata

Lines changed: 0 additions & 100 deletions
This file was deleted.

scripts/mg-biom2taxa

Lines changed: 0 additions & 75 deletions
This file was deleted.

tests/test_mgrtools.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ def test_mginbox_help():
4848
stat, out, err = runme('mg-inbox.py -h')
4949
assert b'DESCRIPTION' in out
5050

51-
@pytest.mark.known_failing
52-
def test_mg_biom2metadata_help():
53-
stat, out, err = runme('mg-biom2metadata -h')
54-
assert b'DESCRIPTION' in out
55-
56-
@pytest.mark.known_failing
57-
def test_mg_biom2taxa_help():
58-
stat, out, err = runme('mg-biom2taxa -h')
59-
assert b'Usage' in out
60-
61-
6251
# def test_mg_upload2shock_help():
6352
# stat, out, err = runme('mg-upload2shock.py -h')
6453
# assert b'DESCRIPTION' in out

0 commit comments

Comments
 (0)