Method: HTS::Bam::Header#remove_line_at

Defined in:
lib/hts/bam/header.rb

#remove_line_at(type, pos) ⇒ Object

experimental



101
102
103
# File 'lib/hts/bam/header.rb', line 101

def remove_line_at(type, pos)
  LibHTS.sam_hdr_remove_line_pos(@sam_hdr, type, pos)
end