-
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.
Added arguments to sequences_to_features for allowing annotation of o…
…ne component with another component that is the same size and for specifying which properties should be removed when deriving a newly curated component from another (based on the prefixes/namespaces of these properties). Previously removed some SynBioHub properties by default. Currently onlys removes by default sbol:wasGeneratedBy and dcterms properties such as creator that are more relevant to the provenance of the target uncurated component.
- Loading branch information
Showing
5 changed files
with
117 additions
and
96 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' | ||
__version__ = '1.5.1' | ||
|
||
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
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' | ||
__version__ = '1.5.1' | ||
|
||
from sequences_to_features.sequences_to_features import * |
Oops, something went wrong.