Sem descrição

Thomas b1c023fb7f up há 1 ano atrás
jq_filters def7533bef up há 1 ano atrás
src b1c023fb7f up há 1 ano atrás
.gitignore 494efb6235 run há 1 ano atrás
Cargo.lock 605ee768fb json somatic stats há 1 ano atrás
Cargo.toml 605ee768fb json somatic stats há 1 ano atrás
README.md b1c023fb7f up há 1 ano atrás

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(.position.contig == 25 and n_in_constit <= 1) | format]'