Template:Known motif: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
if(total_length>1){ | if(total_length>1){ | ||
var first_occurrence = tmp_element.indexOf(":"); | var first_occurrence = tmp_element.indexOf(":"); | ||
necessary_part = tmp_element.substring(first_occurrence,total_length); | necessary_part = tmp_element.substring(first_occurrence+1,total_length); | ||
motif_db = tmp_element.substring(0,first_occurrence); | motif_db = tmp_element.substring(0,first_occurrence); | ||
}else{ | }else{ |
Revision as of 15:11, 25 April 2013
- Name:{{{name}}}
Sub Clusters
<br>Analyst: Ivan