Skip to content

Commit

Permalink
Add name to merged germline seq
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Aug 22, 2024
1 parent acafc66 commit 58c3b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abnumber/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.7'
__version__ = '0.3.8'
3 changes: 2 additions & 1 deletion abnumber/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,8 @@ def find_merged_human_germline(self, top=0, v_gene=None, j_gene=None) -> 'Chain'
aa_dict=merged_dict,
chain_type=self.chain_type,
scheme='imgt',
tail=''
tail='',
name=f'{v_chain.name} {j_chain.name}'
)

@property
Expand Down

0 comments on commit 58c3b20

Please sign in to comment.