sh-miR / designer

sh-miR Designer is a software aimed for fast and efficient design of effective RNA interference (RNAi) reagents - sh-miRs, also known as artificial miRNAs.
6 stars 4 forks source link

New structure of URL-s and views, async mfold task #58

Closed nhlfr closed 9 years ago

nhlfr commented 10 years ago

Example: /mfold/ - delegating task and returning task id {'guid': '3e[...]'} /mfold/ - returning status of task - ie. in progress, ok/done, failed

{'status': 'in progress'}
{'status': 'ok'}

/mfold/file/ - gaining proper binary data generated by mfold when task is done SOME BINARY ZIP DATA

All mfold stuff should be async task - views should only delegate and check task status, and of course return jsons.