-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/4dn-dcic/tibanna
- Loading branch information
Showing
235 changed files
with
3 additions
and
16,958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ omit = | |
*/.eggs/* | ||
include = | ||
*/tibanna/* | ||
*/tibanna_4dn/* | ||
[aliases] | ||
test=check | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|
@@ -61,8 +61,6 @@ | |
entry_points={ | ||
'console_scripts': [ | ||
'tibanna = tibanna.__main__:main', | ||
'tibanna_4dn = tibanna_4dn.__main__:main', | ||
'tibanna_cgap = tibanna_cgap.__main__:main', | ||
] | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.