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
Hi, is it currently possible to modify an existing BAM header line? There's the from_templatemethod. But once you have your template header, e.g. read from a file you want to slightly modify, it seems like you can never remove any lines from it. There's the push_recordmethod, but nothing that seems to allow for editing/removing any records.
Am I missing something? If not, is it possible to add some functionality like header.clear_records(b"RG") etc.?
The text was updated successfully, but these errors were encountered:
Hi, is it currently possible to modify an existing BAM header line? There's the
from_template
method. But once you have your template header, e.g. read from a file you want to slightly modify, it seems like you can never remove any lines from it. There's thepush_record
method, but nothing that seems to allow for editing/removing any records.Am I missing something? If not, is it possible to add some functionality like
header.clear_records(b"RG")
etc.?The text was updated successfully, but these errors were encountered: