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
If the BAM files used do not contain an @ RG header, bam-best appears to finish the file fine but then fail at 100%, truncating the output BAMs and failing to produce a stats file. Not a tremendous issue since most BAMs will have @ RG headers and easy enough to fix, but maybe it would be possible to use a dummy @ RG value with a warning, or just have bam-best check for this at run time.
The essential part of the error message with such files is the following:
Cannot invoke htsjdk.samtools.SAMRecord.getReadName() because buffer[idx] is null
The text was updated successfully, but these errors were encountered:
If the BAM files used do not contain an @ RG header, bam-best appears to finish the file fine but then fail at 100%, truncating the output BAMs and failing to produce a stats file. Not a tremendous issue since most BAMs will have @ RG headers and easy enough to fix, but maybe it would be possible to use a dummy @ RG value with a warning, or just have bam-best check for this at run time.
The essential part of the error message with such files is the following:
Cannot invoke htsjdk.samtools.SAMRecord.getReadName() because buffer[idx] is null
The text was updated successfully, but these errors were encountered: