Skip to content

Commit

Permalink
Fixing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cshenry committed Mar 23, 2024
1 parent 7d433a5 commit f9feaf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelseedpy/core/msgenome.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def add_features(self, feature_list: list):
def create_new_feature(self,id,sequence):
newftr = MSFeature(id,sequence)
self.add_features([newftr])
return newftr

@staticmethod
def from_annotation_ontology(
Expand Down

0 comments on commit f9feaf6

Please sign in to comment.