This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated CHANGELOG * Fixed link and added find_seq example * Updated shields. * Updated shields. * Changed find_seq description. * Shortened find_seq description * Updated copyright year. * Updated requirements.txt for dependency graph on GitHub.
- Loading branch information
Showing
4 changed files
with
39 additions
and
7 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
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,26 @@ | ||
atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0" | ||
attrs==20.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" | ||
biopython==1.78; python_version >= "3.6" | ||
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" and python_version < "4.0" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0" and python_version < "4.0" | ||
commonmark==0.9.1; python_version >= "3.6" and python_version < "4.0" | ||
dataclasses==0.8; python_version >= "3.6" and python_version < "3.7" | ||
importlib-metadata==3.7.3; python_version < "3.8" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.6" and python_version < "3.8") | ||
iniconfig==1.1.1; python_version >= "3.6" | ||
joblib==1.0.1; python_version >= "3.6" | ||
numpy==1.19.5; python_version >= "3.6" | ||
packaging==20.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" | ||
pandas==1.1.5; python_full_version >= "3.6.1" | ||
pluggy==0.13.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" | ||
py==1.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" | ||
pygments==2.8.1; python_version >= "3.6" and python_version < "4.0" | ||
pyparsing==2.4.7; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" | ||
pytest==6.2.2; python_version >= "3.6" | ||
python-dateutil==2.8.1; python_full_version >= "3.6.1" | ||
pytz==2021.1; python_full_version >= "3.6.1" | ||
regex==2021.3.17 | ||
rich==9.13.0; python_version >= "3.6" and python_version < "4.0" | ||
six==1.15.0; python_full_version >= "3.6.1" | ||
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6" | ||
tqdm==4.59.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") | ||
typing-extensions==3.7.4.3; python_version >= "3.6" and python_version < "3.8" | ||
zipp==3.4.1; python_version < "3.8" and python_version >= "3.6" |