Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/4dn-dcic/tibanna
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed Oct 8, 2019
2 parents 0091ed2 + f5591be commit 42eb976
Show file tree
Hide file tree
Showing 235 changed files with 3 additions and 16,958 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
install:
- pip install six
- python setup.py install
- pip install -U -r requirements-4dn.txt
- pip install -U -r requirements-test.txt
- pip install codacy-coverage
script:
- if [ "$TRAVIS_BRANCH" != "doc" ]; then
invoke test --no-flake --no-post; fi # temporarily ignore test_webdev which uses tibanna_pony
invoke test --no-flake; fi
after_success:
- echo "finished running tests on repo"
- python-codacy-coverage -r coverage.xml
Expand Down
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
include README.md
include LICENSE.txt
include requirements.txt
include requirements-4dn.txt
include requirements-cgap.txt
include requirements-test.txt
include tibanna/lambdas/*
include tibanna_4dn/lambdas/*
include tibanna_cgap/lambdas/*
1 change: 0 additions & 1 deletion requirements-4dn.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements-cgap.txt

This file was deleted.

1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ omit =
*/.eggs/*
include =
*/tibanna/*
*/tibanna_4dn/*
[aliases]
test=check

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
description='Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud.',
long_description=long_description,
long_description_content_type='text/markdown',
packages=['tibanna', 'tibanna_ffcommon', 'tibanna_4dn', 'tibanna_cgap'],
packages=['tibanna'],
zip_safe=False,
author='4DN Team at Harvard Medical School',
author_email='[email protected], [email protected], [email protected]',
Expand All @@ -61,8 +61,6 @@
entry_points={
'console_scripts': [
'tibanna = tibanna.__main__:main',
'tibanna_4dn = tibanna_4dn.__main__:main',
'tibanna_cgap = tibanna_cgap.__main__:main',
]
}
)
7 changes: 0 additions & 7 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ def test(ctx, watch=False, last_failing=False, no_flake=False, k='', extra='',
if ignore:
args.append('--ignore')
args.append(ignore)
if ignore_pony:
args.append('--ignore')
args.append('tests/tibanna/pony')
if no_post:
args.append('--ignore') # skip tests that posts items to portal
args.append('tests/tibanna/pony/test_pony_utils_post.py')
args.append('tests/tibanna/zebra/test_zebra_utils_post.py')
args.append('tests/tibanna/')
retcode = pytest.main(args)
if retcode != 0:
Expand Down
27 changes: 0 additions & 27 deletions test_json/pony/add-hic-normvector-to-mcool_jin.json

This file was deleted.

27 changes: 0 additions & 27 deletions test_json/pony/add-hic-normvector-to-mcool_rao12.json

This file was deleted.

27 changes: 0 additions & 27 deletions test_json/pony/add-hic-normvector-to-mcool_rao13.json

This file was deleted.

27 changes: 0 additions & 27 deletions test_json/pony/add-hic-normvector-to-mcool_selveraj.json

This file was deleted.

35 changes: 0 additions & 35 deletions test_json/pony/addfrag.json

This file was deleted.

23 changes: 0 additions & 23 deletions test_json/pony/addnormtohic_jin.json

This file was deleted.

23 changes: 0 additions & 23 deletions test_json/pony/addnormtohic_rao12.json

This file was deleted.

23 changes: 0 additions & 23 deletions test_json/pony/addnormtohic_rao13.json

This file was deleted.

23 changes: 0 additions & 23 deletions test_json/pony/addnormtohic_selveraj.json

This file was deleted.

39 changes: 0 additions & 39 deletions test_json/pony/bed2beddb.json

This file was deleted.

37 changes: 0 additions & 37 deletions test_json/pony/bg2bw.json

This file was deleted.

Loading

0 comments on commit 42eb976

Please sign in to comment.