Skip to content

Commit

Permalink
chore: clean-up docs and release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyschoening committed Apr 27, 2016
1 parent d05aa06 commit 9571b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gbgb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def genbank_feature_key(sequence_feature_term, idempotent=True):
:param str sequence_feature_term:
:param bool idempotent: whether to pass through GenBank feature keys
:return: a GenBank feature key for this Sequence Ontology term
:return: a GenBank feature key for the provided Sequence Ontology term
"""
if idempotent and sequence_feature_term in GENBANK_FEATURE_KEYS:
return sequence_feature_term
Expand Down
2 changes: 1 addition & 1 deletion gbgb/maps/qualifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def remove_protein_id_and_add_to_xrefs(before, after):
"""
Protein IDs are codes such as "AAF19666.1", which come from "International collaborators" and should all be
on GenBank. This translation function removes the `/protein_id=""` qualifier and instead adds a "/db_xref=""`
on GenBank. This translation function removes the `/protein_id=""` qualifier and instead adds a `/db_xref=""`
qualifier.
Removes any malformed protein IDs as they are useless.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='gbgb',
version='0.0.0',
version='0.1.0',
packages=find_packages(exclude=['*tests*', 'gbgb.export*']),
url='https://github.com/biosustain/goodbye-genbank',
license='Apache',
Expand Down

0 comments on commit 9571b54

Please sign in to comment.