Closed yubowenok closed 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.
Done.
Right now we have this in config
But it seems to me that this is getting over complicated. I suggest we just do
and then we control all the stuffs under this folder, put them in respective folders.