-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
significant updates to the model structure and location
- Loading branch information
Showing
35 changed files
with
638 additions
and
1,506,258 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools", "wheel"] | ||
build-backend = "setuptools.build_meta" |
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[metadata] | ||
license_file = LICENSE | ||
name = depht | ||
version = 1.0.0 | ||
author = Christian Gauthier | ||
author_email = [email protected] | ||
description = Discovery and Extraction of Phages Tool | ||
long_description = file:README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/chg60/DEPhT | ||
project_urls = | ||
classifiers = | ||
Intended Audience :: Science/Research | ||
License :: OSI Approved :: GNU General Public License v3 (GPLv3) | ||
Operating System :: MacOS | ||
Operating System :: POSIX :: Linux | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
|
||
[options] | ||
python_requires = >=3.6 | ||
package_dir = | ||
=src | ||
packages = find: | ||
install_requires = | ||
biopython~=1.79 | ||
bitarray~=2.0.0 | ||
bokeh~=2.2.2 | ||
dna-features-viewer~=3.0.3 | ||
kaleido~=0.2.1 | ||
matplotlib~=3.4.1 | ||
numpy~=1.20.2 | ||
pandas~=1.2.4 | ||
pretty-html-table~=0.9.10 | ||
plotly~=5.1.0 | ||
scipy~=1.7.0 | ||
|
||
[options.packages.find] | ||
where = src | ||
include = depht, depht.classes, depht.functions | ||
exclude = | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
depht = depht.__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 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.