tripal / tripal_analysis_expression

Extension module for the Tripal toolset to show differential expression data. This module was made for Drupal 7, Tripal 3, and Chado 1.3.
GNU General Public License v2.0
4 stars 11 forks source link

Issue 432 chado expression data loader #433

Closed dsenalik closed 1 year ago

dsenalik commented 1 year ago

Issue #432

This fixes an error that appears under PHP8, you cannot pass unused placeholders to a chado query.

The change here does not change the current function.

It appears the intention was to pass a filter for protocol type, but on our site the value passed is "Acquisition Protocol" which is not even in our cvterm table.

Since this has never worked, no point in fixing it now that Tripal 4 is in development.