- The active row subset box on the subsystem display page is now fixed at 5 rows. To test this, go to this page. In the previous version, the box was 108 rows high, which made it difficult to see stuff below it.
- Quoted strings in a search are now treated as required rather than optional. To see this, go to the main page and enter
Campylobacter "membrane protein". Previously, this would return everything in Campylobacter, because the membrane protein phrase was considered optional. With the fix in place, only membrane proteins for Campylobacter will b/e returned. To get the old behavior, use parentheses:Campylobacter ("membrane protein"). - The drug targets script has been modified to put the bulk of the explanatory text in the templates so that it can be updated by the content team. The if-then logic present in the original CGI has been converted to TMPL_IF constructs in
templates/targets_tmpl.php. - The heading for the first column in the search results has been changed from Gene Name to Organism and Gene ID
Later tonight I will run through the attribute stuff and reload the property table.
Leave a comment