|
|
hace 1 año | |
|---|---|---|
| jq_filters | hace 1 año | |
| src | hace 1 año | |
| .gitignore | hace 1 año | |
| Cargo.lock | hace 1 año | |
| Cargo.toml | hace 1 año | |
| README.md | hace 1 año |
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]'