def get(self):
 	output = get_all_records(LabPipelineTracing, "lab_pipeline_tracking")
     return {'data' : marshal(output, lab_pipeline_tracking_fields)}
Exemple #2
0
 def get(self):
     output = get_all_records(Kits, "kits")
     return {'data': marshal(output, kit_fields)}
 def get(self):
     output = get_all_records(Taxa, "taxa")
     return {'data' : marshal(output, taxa_fields)}
 def get(self):
 	output = get_all_records(User, "user")
     return {'data' : marshal(output, user_fields)}
Exemple #5
0
 def get(self):
     output = get_all_records(Samples, "samples")
     return {'data': marshal(output, sample_fields)}
Exemple #6
0
 def get(self):
     output = get_all_records(LabSampleLoading, "lab_sample_loading")
     return {'data': marshal(output, lab_sample_loading_fields)}
Exemple #7
0
 def get(self):
     output = get_all_records(TaxonInfo, "taxon_info")
     return {'data' : marshal(output, taxon_info_fields)}
Exemple #8
0
 def get(self):
     output = get_all_records(Experiments, "experiments")
     return {'data': marshal(output, experiment_fields)}
Exemple #9
0
 def get(self):
     output = get_all_records(KitTypesQuestionsAnswers,
                              "kit_types_questions_answers")
     return {'data': marshal(output, kit_types_questions_answers_fields)}
Exemple #10
0
 def get(self):
     output = get_all_records(ResultsTaxoncount, "results_taxoncount")
     return {'data': marshal(output, results_taxoncount_fields)}