You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate sample and analysis so that the data submitted via CSV is useful for users.
Testing
Unit and integration testing.
The text was updated successfully, but these errors were encountered:
blankdots
changed the title
Integrate sample CSV format with Analysis files and format JSON accordingly
Integrate sample CSV format with other objects and format JSON accordingly
Dec 29, 2021
Description
Current
sample
CSV files are reflected in MongoDB as:which does not reflect relevant information according to the JSON schema.
For this information to be relevant we would need to adjust the CSV files to work with
analysis
/runs
objects (similar to #321 ) and with EGA analysis CSV filessamples-bam.csv
samples-complete-genomics.csv
samples-cram.csv
samples-fasta.csv
samples-one-fastq-file-single.csv
samples-pacbio-hdf5.csv
samples-sff.csv
samples-srf.csv
samples-two-fastq-files-paired.csv
DoD (Definition of Done)
Integrate
sample
andanalysis
so that the data submitted via CSV is useful for users.Testing
Unit and integration testing.
The text was updated successfully, but these errors were encountered: