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
AFAICT, CRAM files created with htsjdk contain the samFileHeader that was passed in to the CRAM writer, whether or not it has the attributes required by the CRAM spec.The following are missing:
The SQ:MD5 checksum is required unless the reference sequence has been embedded into the file.
At least one RG record is required.
UR (URI for the sequence fasta) field is strongly advised
I think we should fix this before we merge in #478, and add corresponding checks to the CRAMFileReader to validate these on input for >= v3.0 files.