db93d1ac9ffd179e8e70e2c98999c98fbb9efd5d markd Wed Apr 17 21:12:30 2024 -0700 added missing or outdated ENCODE files from the rr diff --git src/hg/htdocs/ENCODE/dataMatrix/encodeChipMatrixInclude.html src/hg/htdocs/ENCODE/dataMatrix/encodeChipMatrixInclude.html index 0776aaf..325b695 100755 --- src/hg/htdocs/ENCODE/dataMatrix/encodeChipMatrixInclude.html +++ src/hg/htdocs/ENCODE/dataMatrix/encodeChipMatrixInclude.html @@ -1,52 +1,51 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ENCODE ChIP Data Matrix</title> <link rel="stylesheet" href="/style/HGStyle.css" type="text/css"> <link rel="stylesheet" href="/style/encodeProject.css" type="text/css"> <link rel="stylesheet" href="/style/encodeDataMatrix.css" type="text/css"> <script src="/js/jquery.js" type="text/javascript"></script> <script src="/js/jquery.floatheader.js" type="text/javascript"></script> <script src="/js/jquery.rotateTableCellContent.js" type="text/javascript"></script> <script src="/js/jquery.cookie.js" type="text/javascript"></script> <script src="/js/utils.js" type="text/javascript"></script> <script src="/js/encodeProject.js" type="text/javascript"></script> <script src="/js/encodeMatrix.js" type="text/javascript"></script> </head> <body> <!-- Standard ENCODE top menu bar --> <!--#include virtual="/inc/encodeProject.topbar.html"--> <!-- Standard ENCODE page header --> <div class="encodeHeader"> <a href="/ENCODE/index.html"><img src="/images/gbLogoOnly.png" alt="ENCODE Data at UCSC" title="ENCODE Data at UCSC"></a> - <span id="pageHeader" class="txt">ENCODE ChIP Matrix</span> + <span id="pageHeader" class="txt"></span> <span id="assemblyLabel"></span> - <span class='encodeHeaderDates'>2007 - 2012</span> <span id="spinner"></span> </div> <table id="matrixTable"> <thead> <tr id="headerLabelRow"><td></td> <td id="elementHeaderLabel" class="axisType" colspan=100 title="Click to view information about all antibodies"> <a target="cvWindow" href="/cgi-bin/hgEncodeVocab?ra=encode/cv.ra&type=antibody"> Antibody Targets</a></td></tr> <tr id="columnHeaders"> <!-- Radiobuttons to select Files or Tracks, created from lib --> <td> <div id="searchTypePanel" class="panel"></div> <div align='bottom' id="cellHeaderLabel" class="axisType" title="Click to view information about all cell types"> <!-- TODO: configurable for mouse --> <a target="cvWindow" href="/cgi-bin/hgEncodeVocab?ra=encode/cv.ra&type=Cell+Line&organism=human">Cell Types</div> </td> </tr> </thead> <!-- Main content: grid. Script populates, based on data from the server --> <tbody></tbody> </table> </body> </html>