You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"isScaffold": strand.getLength()>1000 ? true : false,//entirely arbitrary, but generally right.
481
+
"naType": strand.end5.isDNA() ? "DNA" : "RNA",// Nucleotide type is actually pretty poorly defined in oxView, so this is the best I can do
482
+
"color": strand.end5.color ? '#'.concat(strand.end5.color.getHexString()) : '',// OxView defines colors on a per-nucleotide level while UNF defines it at the strand level.
483
483
"fivePrimeId": strand.end5.id,
484
484
"threePrimeId": strand.end3.id,
485
485
"pdbFileId": 0,
@@ -504,7 +504,7 @@ function makeUNFOutput(name) {
"color": strand.end5.color ? '#'.concat(strand.end5.color.getHexString()) : '',// OxView defines colors on a per-nucleotide level while UNF defines it at the strand level.
0 commit comments