cytoscape / enrichment-table-app

Creates a new table for performing, storing and viewing functional enrichment analysis
GNU Lesser General Public License v2.1
6 stars 5 forks source link

Odd saved filename #67

Closed AlexanderPico closed 2 years ago

AlexanderPico commented 2 years ago

When exporting the table, I set the name to 'temp1' and the saved file was actually named 'temp1Enrichment/ All.csv'. Why append "Enrichment/ All" to the filename??

ighosh98 commented 2 years ago

I went through the code for this. Potential issue is in the line of code where selectedTable is getting appended to the name. This is probably non needed. My local development env setup is not working so could not verify this

yihangx commented 2 years ago

Thanks Indraneel!