Exemple #1
0
 def get(self):
     study_id = to_int(self.get_argument('study_id'))
     result = new_prep_template_get_req(study_id)
     self.render('study_ajax/add_prep_template.html',
                 prep_files=result['prep_files'],
                 data_types=result['data_types'],
                 ontology=result['ontology'],
                 study_id=study_id)
Exemple #2
0
 def get(self):
     study_id = to_int(self.get_argument('study_id'))
     result = new_prep_template_get_req(study_id)
     self.render('study_ajax/add_prep_template.html',
                 prep_files=result['prep_files'],
                 data_types=result['data_types'],
                 ontology=result['ontology'],
                 study_id=study_id)