|
|
1 жил өмнө | |
|---|---|---|
| jq_filters | 1 жил өмнө | |
| src | 1 жил өмнө | |
| .gitignore | 1 жил өмнө | |
| Cargo.lock | 1 жил өмнө | |
| Cargo.toml | 1 жил өмнө | |
| README.md | 1 жил өмнө |
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(.position.contig == 25 and n_in_constit <= 1) | format]'