Skip to content
Snippets Groups Projects
Commit 2c7d0a67 authored by Alexander Rose's avatar Alexander Rose
Browse files

comment

parent afbb9407
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ export function getAtomSite(sites: AtomSiteTemplate, terIndices: Set<number>, op
if (asymIdCounts.has(asymId)) {
// only change the chains name if there are TER records
// otherwise assume repeated chain name use is from interleaved chains
// also don't change the chains name if there are assemblies
// as those require the original chain name
if (terIndices.has(i) && !options.hasAssemblies) {
const asymIdCount = asymIdCounts.get(asymId)! + 1;
asymIdCounts.set(asymId, asymIdCount);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment