|
|
há 1 ano atrás | |
|---|---|---|
| jq_filters | há 1 ano atrás | |
| src | há 1 ano atrás | |
| .gitignore | há 1 ano atrás | |
| Cargo.lock | há 1 ano atrás | |
| Cargo.toml | há 1 ano atrás | |
| README.md | há 1 ano atrás |
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]'