Open ke4 opened 2 years ago
Steps to reproduce:
Archiving
INSDC sample accession
ingest api url
Expected behaviour: There should not be a field inside biomaterial_core with a key insdc_sample_accession.
biomaterial_core
insdc_sample_accession
Actual behaviour: There is a field inside biomaterial_core with a key insdc_sample_accession and its value is: "" (an empty string).
The biomaterial also gets a validation error: .biomaterial_core.insdc_sample_accession : should match pattern "^[DES]RS[0-9]+$"
.biomaterial_core.insdc_sample_accession : should match pattern "^[DES]RS[0-9]+$"
to verify if this is the same issue : https://embl-ebi-ait.slack.com/archives/C016R78CDV1/p1644502236844049
Steps to reproduce:
Archiving
statusINSDC sample accession
fieldingest api url
and check the JSON.Expected behaviour: There should not be a field inside
biomaterial_core
with a keyinsdc_sample_accession
.Actual behaviour: There is a field inside
biomaterial_core
with a keyinsdc_sample_accession
and its value is: "" (an empty string).The biomaterial also gets a validation error:
.biomaterial_core.insdc_sample_accession : should match pattern "^[DES]RS[0-9]+$"