var fDesc=new Array(); fDesc[0] = "The SOLiD™ System Alignment Browser (SAB) v2.1 is a Genome Annotation Viewer and Editor, based on the Apollo Genome Annotation Curation Tool. It extends Apollo while maintaining all of its functionality. SAB runs on Windows, Linux and Mac OS.
New in SOLiD Alignment Browser 2.1:
- Supports SOLiD GFFv0.3 file format; SOLiD GFFv0.3 Specifications can be found here
- Reads GFFv0.3 files of virtually unlimited size using novel on-the-fly indexing mechanism. Reference standard FASTA files can be up to 2Gb
- Enhanced Annotations visualization, optional anti-aliasing when zoomed out
- Correct Color Space visualization. Corrected relative positioning of Color Space Data against reference Base Space Data"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }