HelikarLab / candis

:ribbon: A data mining suite for gene expression data.
http://candis.readthedocs.io
GNU General Public License v3.0
27 stars 25 forks source link

File not getting read in create dataset #175

Closed promehul closed 5 years ago

promehul commented 5 years ago

Describe the bug On create a new dataset, file is not getting read.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'create a new dataset'
  2. Click on 'add a row'
  3. No file is showing in the dropdown
  4. See error

Screenshots image

promehul commented 5 years ago

@rupav we need to copy the sample data from candis-res repo into the candisData directory present in the root directory of the repo candis

promehul commented 5 years ago

@rupav you will still not be able to see the changes because changes would not be reflected back into the container as you are not using volumes. So you will need to rebuild the image and start the container once again. Hence my PR that separates it into two docker files using volumes in development and copy in production