@@ -225,76 +225,76 @@ def setUp(self):
225225 )
226226
227227 # A high-throughput phenotyping imaging based phenotyping assay
228- phenotype_assay_dict = OrderedDict (
229- [
230- ("measurement_type" , OntologyAnnotation (term = "phenotyping" , term_source = "" , term_accession = "" )),
231- (
232- "technology_type" ,
233- OntologyAnnotation (term = "high-throughput imaging" , term_source = "" , term_accession = "" ),
234- ),
235- ("extraction" , {}),
236- (
237- "extract" ,
238- [
239- {
240- "node_type" : EXTRACT ,
241- "characteristics_category" : OntologyAnnotation (
242- term = "extract type" , term_source = "" , term_accession = ""
243- ),
244- "characteristics_value" : OntologyAnnotation (
245- term = "supernatant" ,
246- term_source = "OBI" ,
247- term_accession = "https://purl.obolibrary.org/obo/OBI_0100026" ,
248- ),
249- "size" : 1 ,
250- "technical_replicates" : None ,
251- "is_input_to_next_protocols" : True ,
252- }
253- ],
254- ),
255- (
256- "phenotyping by high throughput imaging" ,
257- {
258- OntologyAnnotation (
259- term = "instrument" ,
260- term_source = "OBI" ,
261- term_accession = "https://purl.obolibrary.org/obo/OBI_0100026" ,
262- ): [OntologyAnnotation (term = "lemnatech gigant" )],
263- OntologyAnnotation (
264- term = "acquisition_mode" ,
265- term_source = "OBI" ,
266- term_accession = "https://purl.obolibrary.org/obo/OBI_0100026" ,
267- ): [
268- OntologyAnnotation (term = "UV light" ),
269- OntologyAnnotation (term = "near-IR light" ),
270- OntologyAnnotation (term = "far-IR light" ),
271- OntologyAnnotation (term = "visible light" ),
272- ],
273- OntologyAnnotation (
274- term = "camera position" ,
275- term_source = "OBI" ,
276- term_accession = "https://purl.obolibrary.org/obo/OBI_0100026" ,
277- ): ["top" , "120 degree" , "240 degree" , "360 degree" ],
278- OntologyAnnotation (
279- term = "imaging daily schedule" ,
280- term_source = "OBI" ,
281- term_accession = "https://purl.obolibrary.org/obo/OBI_0100026" ,
282- ): ["06.00" , "19.00" ],
283- },
284- ),
285- (
286- "raw_spectral_data_file" ,
287- [
288- {
289- "node_type" : DATA_FILE ,
290- "size" : 1 ,
291- "technical_replicates" : 2 ,
292- "is_input_to_next_protocols" : False ,
293- }
294- ],
295- ),
296- ]
297- )
228+ # phenotype_assay_dict = OrderedDict(
229+ # [
230+ # ("measurement_type", OntologyAnnotation(term="phenotyping", term_source="", term_accession="")),
231+ # (
232+ # "technology_type",
233+ # OntologyAnnotation(term="high-throughput imaging", term_source="", term_accession=""),
234+ # ),
235+ # ("extraction", {}),
236+ # (
237+ # "extract",
238+ # [
239+ # {
240+ # "node_type": EXTRACT,
241+ # "characteristics_category": OntologyAnnotation(
242+ # term="extract type", term_source="", term_accession=""
243+ # ),
244+ # "characteristics_value": OntologyAnnotation(
245+ # term="supernatant",
246+ # term_source="OBI",
247+ # term_accession="https://purl.obolibrary.org/obo/OBI_0100026",
248+ # ),
249+ # "size": 1,
250+ # "technical_replicates": None,
251+ # "is_input_to_next_protocols": True,
252+ # }
253+ # ],
254+ # ),
255+ # (
256+ # "phenotyping by high throughput imaging",
257+ # {
258+ # OntologyAnnotation(
259+ # term="instrument",
260+ # term_source="OBI",
261+ # term_accession="https://purl.obolibrary.org/obo/OBI_0100026",
262+ # ): [OntologyAnnotation(term="lemnatech gigant")],
263+ # OntologyAnnotation(
264+ # term="acquisition_mode",
265+ # term_source="OBI",
266+ # term_accession="https://purl.obolibrary.org/obo/OBI_0100026",
267+ # ): [
268+ # OntologyAnnotation(term="UV light"),
269+ # OntologyAnnotation(term="near-IR light"),
270+ # OntologyAnnotation(term="far-IR light"),
271+ # OntologyAnnotation(term="visible light"),
272+ # ],
273+ # OntologyAnnotation(
274+ # term="camera position",
275+ # term_source="OBI",
276+ # term_accession="https://purl.obolibrary.org/obo/OBI_0100026",
277+ # ): ["top", "120 degree", "240 degree", "360 degree"],
278+ # OntologyAnnotation(
279+ # term="imaging daily schedule",
280+ # term_source="OBI",
281+ # term_accession="https://purl.obolibrary.org/obo/OBI_0100026",
282+ # ): ["06.00", "19.00"],
283+ # },
284+ # ),
285+ # (
286+ # "raw_spectral_data_file",
287+ # [
288+ # {
289+ # "node_type": DATA_FILE,
290+ # "size": 1,
291+ # "technical_replicates": 2,
292+ # "is_input_to_next_protocols": False,
293+ # }
294+ # ],
295+ # ),
296+ # ]
297+ # )
298298
299299 # A RNA-Seq based transcription profiling assay
300300 rna_seq_assay_dict = OrderedDict (
0 commit comments