LoginSignup
1
1

More than 5 years have passed since last update.

BAMとSAMについて知ったこと

Last updated at Posted at 2018-05-16

概要

BAMとSAMの関係がどうなっているのかを知りたかった。
理由は、いずれ書く予定

仕様

The SAM/BAM Format Specification Working Group

2 May 2018

最近も更新されているようなので、仕様を調べるときには確認したほうがよい。

まとめ

4 The BAM Format Specification
4.1 The BGZF compression format
BGZF is block compression implemented on top of the standard gzip file format.14 The goal of BGZF is to
provide good compression while allowing efficient random access to the BAM file for indexed queries. The
BGZF format is ‘gunzip compatible’, in the sense that a compliant gunzip utility can decompress a BGZF
compressed file.1

TODO

  • ヘッダ部分に書かれている情報を出力してみる。
  • 理由を追記する
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1