| JCSG Clones |
|---|
{{web.link('http://www1.jcsg.org/prod/newscripts/psca/targetinfo.cgi?acc='..const['constructName'], const['constructName'], const['constructName'], '_blank'); }}
if (#list.collect(queryReturn, 'targetId') > 0) {
var conList = [' '];
var idname = 'construct'..conCtr;
foreach(var line in queryReturn) {
if (line['targetId'] && line['targetId'] != '') {
var pgid = myproteins.value('select id from proteintable where targetId = \''..line['targetId']..'\';');
if (pgid) {
var page = wiki.getpage(num.cast(pgid));
let conList ..= [ web.link(page['fronturi'], page['name']) ];
}
else{
let conList ..= [ line['targetId'] ];
}
}
}
var conItems= list.reduce(conList,"$value .. ', ' .. $item ");
<div style="position:relative; left: 10px;"> web.link('http://www1.jcsg.org/prod/newscripts/psca/constructseq.cgi?acc='..const['constructName'], 'constructs', 'constructs', '_blank');
CollapseItem{id:"construct"..conCtr,effect:"fade"};
</div>;
web.html('<div id="'..idname..'" style="position:relative; left: 10px;">'..web.html(string.substr(conItems, 4))..' </div>');
} |
No references found.