icn3d 3.25.4 → 3.25.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icn3d.js +4 -0
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +4 -0
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -42999,6 +42999,10 @@ class ShowSeq {
|
|
|
42999
42999
|
if(strandArray[strandCnt].anchorRefnum) { // use anchor to name refnum
|
|
43000
43000
|
if(currResi == strandArray[strandCnt].startResi) {
|
|
43001
43001
|
refnumInStrand = strandArray[strandCnt].anchorRefnum - strandArray[strandCnt].resCntBfAnchor;
|
|
43002
|
+
strandArray[strandCnt].startRefnum = refnumInStrand;
|
|
43003
|
+
}
|
|
43004
|
+
else if(currResi == strandArray[strandCnt].endResi) {
|
|
43005
|
+
strandArray[strandCnt].endRefnum = refnumInStrand;
|
|
43002
43006
|
}
|
|
43003
43007
|
|
|
43004
43008
|
refnumLabelNoPostfix = strandArray[strandCnt].strand + refnumInStrand;
|