Skip to content
Snippets Groups Projects
Commit 4667f3a8 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

bugfix

parent aa8e4284
No related branches found
No related tags found
No related merge requests found
......@@ -925,7 +925,7 @@ class Scorer:
trg_nuc_chains = [s.GetName() for s in self.chain_mapper.polynuc_seqs]
trg_pep_chains = set(trg_pep_chains)
trg_nuc_chains = set(trg_nuc_chains)
for mdl_ch, trg_ch in self.mapping.GetFlatMapping().items():
for trg_ch, mdl_ch in self.mapping.GetFlatMapping().items():
if mdl_ch in mdl_seqs and trg_ch in trg_seqs:
if trg_ch in trg_pep_chains:
stype = mol.ChemType.AMINOACIDS
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment