@@ -182,9 +182,9 @@ def test_retrieve_dropped_samples(self):
182
182
"lab_person_id" : StudyPerson (1 )
183
183
}
184
184
metadata_dict = {
185
- 'SKB8.640193' : {'physical_location ' : 'location1' ,
186
- 'has_physical_specimen ' : True ,
187
- 'has_extracted_data ' : True ,
185
+ 'SKB8.640193' : {'physical_specimen_location ' : 'location1' ,
186
+ 'physical_specimen_remaining ' : True ,
187
+ 'dna_extracted ' : True ,
188
188
'sample_type' : 'type1' ,
189
189
'required_sample_info_status' : 'received' ,
190
190
'collection_timestamp' :
@@ -194,9 +194,9 @@ def test_retrieve_dropped_samples(self):
194
194
'str_column' : 'Value for sample 1' ,
195
195
'latitude' : 42.42 ,
196
196
'longitude' : 41.41 },
197
- 'SKD8.640184' : {'physical_location ' : 'location1' ,
198
- 'has_physical_specimen ' : True ,
199
- 'has_extracted_data ' : True ,
197
+ 'SKD8.640184' : {'physical_specimen_location ' : 'location1' ,
198
+ 'physical_specimen_remaining ' : True ,
199
+ 'dna_extracted ' : True ,
200
200
'sample_type' : 'type1' ,
201
201
'required_sample_info_status' : 'received' ,
202
202
'collection_timestamp' :
@@ -206,9 +206,9 @@ def test_retrieve_dropped_samples(self):
206
206
'str_column' : 'Value for sample 2' ,
207
207
'latitude' : 4.2 ,
208
208
'longitude' : 1.1 },
209
- 'SKB7.640196' : {'physical_location ' : 'location1' ,
210
- 'has_physical_specimen ' : True ,
211
- 'has_extracted_data ' : True ,
209
+ 'SKB7.640196' : {'physical_specimen_location ' : 'location1' ,
210
+ 'physical_specimen_remaining ' : True ,
211
+ 'dna_extracted ' : True ,
212
212
'sample_type' : 'type1' ,
213
213
'required_sample_info_status' : 'received' ,
214
214
'collection_timestamp' :
0 commit comments