|
|
il y a 1 an | |
|---|---|---|
| jq_filters | il y a 1 an | |
| src | il y a 1 an | |
| .gitignore | il y a 1 an | |
| Cargo.lock | il y a 1 an | |
| Cargo.toml | il y a 1 an | |
| README.md | il y a 1 an |
For building required HTSlib:
sudo apt install cmake libclang-dev
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]'