VIDA-NYU / genotet

Genotet: An Interactive Web-based Visual Exploration Framework to Support Validation of Gene Regulatory Networks
Apache License 2.0
6 stars 5 forks source link

use one data path #155

Closed yubowenok closed 8 years ago

yubowenok commented 8 years ago

Right now we have this in config

networkPath = .../genotet_data/network/
bindingPath = .../genotet_data/binding/
expressionPath = .../genotet_data/expression/
bigWigToWigPath = .../genotet_data/bigWigToWig
uploadPath = .../genotet_data/upload/
bedPath = .../genotet_data/bed/
mappingPath = .../genotet_data/mapping/

But it seems to me that this is getting over complicated. I suggest we just do

dataPath = .../genotet_data/

and then we control all the stuffs under this folder, put them in respective folders.

djasmine commented 8 years ago

Done.