Junaidb commited on
Commit
2c3f470
·
verified ·
1 Parent(s): 654ad08

Update biological_context_language_orchestrator.py

Browse files
biological_context_language_orchestrator.py CHANGED
@@ -55,25 +55,7 @@ class Biological_Context_Orchestrator():
55
  for experiment_object in experiments:
56
 
57
 
58
- #if experiment_object["operation"] in Experiment_to_Implementation_Mapper and experiment_object["operation"] == "retrieve_uniprot_sequence":
59
-
60
- #EXPERIMENT_TO_RUN="retrieve_uniprot_sequence"
61
- #EXPERIMENT_OUTPUTS["retrieve_uniprot_sequence"]=FetchFasta_Uniprot(gene_symbol=target)
62
-
63
- #''' Database Ops Begin '''
64
-
65
- #de.Update_Status(id)
66
-
67
- '''
68
- de.Insert_IE({
69
-
70
- "bcl_id":id,
71
- "operation":"retrieve_uniprot_sequence",
72
- "output":EXPERIMENT_OUTPUTS["retrieve_uniprot_sequence"]
73
-
74
- })
75
- '''
76
- #'''Database Ops End'''
77
 
78
 
79
  if experiment_object["operation"] in Experiment_to_Implementation_Mapper:
 
55
  for experiment_object in experiments:
56
 
57
 
58
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
 
61
  if experiment_object["operation"] in Experiment_to_Implementation_Mapper: