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

Improper export of expression data for biomaterial with comma in its name #434

Closed dsenalik closed 1 year ago

dsenalik commented 1 year ago

Pull #435

On the download link on a heatmap page, if the biomaterial has a comma in its name, then the exported csv does not have the comma properly escaped, and the header is split into two columns.

Example, for biomaterial "97837, W" the expression exported might look like this Screenshot_2023-04-02_16-22-22

This was discovered investigating issue #430

dsenalik commented 1 year ago

Fixed with merged PR #435