samtools / htsjdk

A Java API for high-throughput sequencing data (HTS) formats.
http://samtools.github.io/htsjdk/
283 stars 242 forks source link

Setters should return `this` for chaining #1562

Closed rickymagner closed 2 years ago

rickymagner commented 3 years ago

This is a clone of the issue posted here under gatk, relocated to htsjdk due to it specifying a class (SAMSequenceRecord) defined in htsjdk. I should be able to resolve this in the near future.

rickymagner commented 2 years ago

This issue was resolved in PR #1563.