Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation can be fooled on metadata import #143

Open
flaneuse opened this issue May 16, 2022 · 0 comments
Open

Validation can be fooled on metadata import #143

flaneuse opened this issue May 16, 2022 · 0 comments

Comments

@flaneuse
Copy link
Collaborator

When importing metadata from a copied .json record, the validation sort of works. For the NIAID Guide, when uploading a json which has distribution and funding as strings, when they're supposed to be objects, the validation looks fine:

{
  "@type": "Dataset",
  "identifier": "PRJEB19996",
  "name": "Dynamic changes in short- and long-term bacterial composition following fecal microbiota transplantation for recurrent Clostridium difficile infection",
  "description": "Fecal microbiota transplantation (FMT) is an effective treatment for recurrent Clostridium difficile infection (CDI) that often fails standard antibiotic therapy. Despite its widespread recent use, however, little is known about the stability of the fecal microbiota following FMT. Results: Here we report on short- and long-term changes and provide kinetic visualization of fecal microbiota composition in patients with multiply recurrent CDI that were refractory to antibiotic therapy and treated using FMT. Fecal samples were collected from four patients before and up to 151 days after FMT, with daily collections until 28 days and weekly collections until 84 days post-FMT. The composition of fecal bacteria was characterized using high throughput 16S rRNA gene sequence analysis, compared to microbiota across body sites in the Human Microbiome Project (HMP) database, and visualized in a movie-like, kinetic format. FMT resulted in rapid normalization of bacterial fecal sample composition from a markedly dysbiotic state to one representative of normal fecal microbiota. While the microbiome appeared most similar to the donor implant material 1 day post-FMT, the composition diverged variably at later time points. The donor microbiota composition also varied over time. However, both post-FMT and donor samples remained within the larger cloud of fecal microbiota characterized as healthy by the HMP. Conclusions: Dynamic behavior is an intrinsic property of normal fecal microbiota and should be accounted for in comparing microbial communities among normal individuals and those with disease states. This also suggests that more frequent sample analyses are needed in order to properly assess success of FMT procedures",
  "measurementTechnique": ["Microbiome Sequencing", "microbiome sequencing"],
  "creator": "Decoding Antibiotic-induced Susceptibility to Clostridium difficile Infection",
  "sdPublisher": "SRA",
  "distribution": "fdsafd",
  "funding": "dafsds",
  "citation": "fdsfs",
  "license": null,
  "species": ["http:\/\/purl.obolibrary.org\/obo\/NCBITaxon_9606"],
  "infectiousAgent": ["https:\/\/www.ontobee.org\/ontology\/NCBITaxon?iri=http:\/\/purl.obolibrary.org\/obo\/NCBITaxon_13613"],
  "healthCondition": ["Fecal Microbiome Transplantation (FMT)", "Clostridium difficile infection (CDI)", "inflammatory bowel disease (IBD)"],
  "spatialCoverage": null,
  "temporalCoverage": "2013-2015"
}

Screen Shot 2022-05-16 at 10 57 44 AM

You're able to proceed to the next screen, but if you press any of the checkmarks on the right side, however, the correct validation errors appear:
Screen Shot 2022-05-16 at 10 55 26 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant