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
Currently CRAM files cannot be read from GCS since ReadsSparkSource#getHeader() does not set the reference, which is needed for reading CRAM.
To do this, provide a SamReaderFactory with a referenceSequence() set on it when you construct your ReadsDataSource. However, htsjdk does not support Path in this API, so that will need updating first.
The text was updated successfully, but these errors were encountered:
Currently CRAM files cannot be read from GCS since
ReadsSparkSource#getHeader()
does not set the reference, which is needed for reading CRAM.To do this, provide a
SamReaderFactory
with areferenceSequence()
set on it when you construct yourReadsDataSource
. However, htsjdk does not supportPath
in this API, so that will need updating first.The text was updated successfully, but these errors were encountered: