暫無描述

Thomas fc37d1bc9e up 1 年之前
jq_filters fc37d1bc9e up 1 年之前
src b1c023fb7f up 1 年之前
.gitignore 494efb6235 run 1 年之前
Cargo.lock 605ee768fb json somatic stats 1 年之前
Cargo.toml 605ee768fb json somatic stats 1 年之前
README.md fc37d1bc9e up 1 年之前

README.md

Install

Dependencies

For building required HTSlib:

sudo apt install cmake libclang-dev

Usage

Use jq for selecting variants:

  • Somatic Variants of chrM (25)

    zcat /data/longreads_basic_pipe/*/diag/somatic_variants.json.gz | \
    jq -L ./jq_filters -C 'include "jq_filters"; [.data[] | select(contig("chrM") and n_in_constit <= 1) | format]'