We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SAMTextWriter.setSortOrder is not called before SAMTextWriter.setHeader in SAMRecordWriter.init, despite this comment stating that it must (link is from htsjdk 1.118, but this API and comment still exist in htsjdk 1.138).
SAMTextWriter.setSortOrder
SAMTextWriter.setHeader
SAMRecordWriter.init
I noticed this because all .sam output files in ADAM have @HD lines with a SO:unsorted tag, even if we set a coordinate sort on the SAMFileHeader before writing.
.sam
@HD
SO:unsorted
coordinate
SAMFileHeader
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SAMTextWriter.setSortOrder
is not called beforeSAMTextWriter.setHeader
inSAMRecordWriter.init
, despite this comment stating that it must (link is from htsjdk 1.118, but this API and comment still exist in htsjdk 1.138).I noticed this because all
.sam
output files in ADAM have@HD
lines with aSO:unsorted
tag, even if we set acoordinate
sort on theSAMFileHeader
before writing.The text was updated successfully, but these errors were encountered: