Sage-Bionetworks / dccmonitor

Allows for monitoring of data uploaded via the dccvalidator application. Functions for getting information on the uploaded files, metadata validation status, and more.
https://sage-bionetworks.github.io/dccmonitor
Other
2 stars 4 forks source link

warning for empty manifest column that is not empty - bug #107

Open avanlinden opened 3 years ago

avanlinden commented 3 years ago

I'm checking validations on the files for the Jax.IU.Pitt_Microbiome_pilot study and ran into an issue with the manifest file. When I validate the provided files, I get a warning that some columns in the manifest are completely empty, including analysisType (is in fact empty) and metadataType (is empty for ~1150 data fastq files but filled in with appropriate metadata types for the metadata files).

Screen Shot 2021-02-22 at 4 36 25 PM

When I opened the manifest file in R, I confirmed that metadataType was filled in for the three metadata files and 'NA'.

Screen Shot 2021-02-22 at 4 40 14 PM

I'll tell the data contributor not to worry about it and this isn't blocking anything, but I'm opening this issue to record it for future reference.