Class AlignmentToSamRecord

  • All Implemented Interfaces:
    Serializable, Converter<org.bdgenomics.formats.avro.Alignment,​htsjdk.samtools.SAMRecord>

    public final class AlignmentToSamRecord
    extends AbstractConverter<org.bdgenomics.formats.avro.Alignment,​htsjdk.samtools.SAMRecord>
    Convert Alignment to htsjdk SAMRecord.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlignmentToSamRecord

        @Inject
        public AlignmentToSamRecord​(htsjdk.samtools.SAMFileHeader header)
        Create a new Alignment to htsjdk SAMRecord converter with the specified header.
        Parameters:
        header - header, must not be null