-
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 to version 1.5.2 with additional download of sequences when d…
…ownloading components from SynBioHub.
- Loading branch information
Showing
4 changed files
with
33 additions
and
5 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# See https://www.python.org/dev/peps/pep-0440/ for info on version numbering | ||
__version__ = '1.5.1' | ||
__version__ = '1.5.2' | ||
|
||
from features_to_circuits.features_to_circuits import * |
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,4 +1,4 @@ | ||
# See https://www.python.org/dev/peps/pep-0440/ for info on version numbering | ||
__version__ = '1.5.1' | ||
__version__ = '1.5.2' | ||
|
||
from sequences_to_features.sequences_to_features import * |
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
|
||
setup( | ||
name='SYNBICT', | ||
version='1.5.1', | ||
version='1.5.2', | ||
description='Synthetic Biology Curation Tools (SYNBICT)', | ||
long_description='Synthetic Biology Curation Tools (SYNBICT) is a Python tool suite for automation-assisted annotation, curation, and functional inference for genetic designs.', | ||
author='Nicholas Roehner', | ||
author_email='[email protected]', | ||
url='https://github.com/SD2E/SYNBICT', | ||
download_url='https://github.com/SD2E/SYNBICT/archive/refs/tags/v1.4.tar.gz', | ||
download_url='https://github.com/SD2E/SYNBICT/archive/refs/tags/v1.5.2.tar.gz', | ||
packages=find_packages(), | ||
install_requires=install_requires, | ||
classifiers=[ | ||
|