macでインフォマティクス
id:kazumaxneo
コンソールでbamのカバレッジを素早く確認できる bamcov
bamcovは、Florian Breitwieserさん(Github)が公開されている、bamのカバレッジを計算してコンソール上で表示するユーティリティ。 インストール macps10.14でテストした。 Github git clone --recurse-submodules https://github.com/fbreitwieser/bamcovcd bamcovmakemake test > make test $ make test ./bamcov -H t…