﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
2263	RFE:  when copying structure, the chains should be copied	Greg Couch	Eric Pettersen	"This is so the sequence is preserved and so chain.from_seqres is preserved.  A partial test would be to open 4udv and generate an assembly.  The assembly starts by copying the structure.  So the following code:
{{{
for m in session.models.list():
    print([c.from_seqres for c in m.chains])
}}}
should print:
{{{
[True, True]
[True, True]
}}}
instead of:
{{{
[True, True]
[False, False]
}}}
This will help mmCIF writing too."	enhancement	closed	major	1.0	Structure Editing		fixed						all	ChimeraX
