cravattlab / cravattdb

Automated RAW conversion and upload to IP2
0 stars 0 forks source link

How should probe-probe experiments be handled? #31

Closed radusuciu closed 8 years ago

radusuciu commented 8 years ago

https://github.com/cravattlab/cravattdb/commit/7e5a7d63e5730ff10bcadf8e331aa688104edb40

radusuciu commented 8 years ago

Moving all inhibitor and probe treatment info into separate JSONB column. Idea is to do something like this:

{
  'heavy': {
    'probe': {
      'id': 1,
      'concentration': 400,
      'treatment_time': 1
    }
}