Skip to content

Commit

Permalink
ss-main: added depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Apr 8, 2022
1 parent 04aade8 commit 7c50293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def initialize_globalchem_protein(
return global_chem_protein

@staticmethod
def intialize_globalchem_dna(
def initialize_globalchem_dna(
dna_sequence,
name = None,
):
Expand All @@ -552,7 +552,7 @@ def intialize_globalchem_dna(
return global_chem_dna

@staticmethod
def intialize_globalchem_rna(
def initialize_globalchem_rna(
rna_sequence,
name = None,
):
Expand Down
2 changes: 1 addition & 1 deletion global_chem_extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# ----
setup(
name="global_chem_extensions",
version="0.9.8.5",
version="0.9.8.6",
packages=find_packages(),
license='MPL 2.0',
author="Suliman Sharif",
Expand Down

0 comments on commit 7c50293

Please sign in to comment.