Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/raugraf


https://github.com/kdm9/raugraf

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Raugraf

Pangenomic diversity metrics. DOI: 10.5281/zenodo.13144148

# Install

```
pipx install raugraf
```

# Tools

## Local Complexity/Node Radius

```
raugraf local-complexity \
--graph mygraph.gfa \ # GFA from PGGB (or at least passed thru smooothxg and odgi)
--jumps 20 \ # Traverse up to 20 nodes away from the focal node
--node-bed out.bedGraph # Bedgraph of local complexity per node for each path in the pangenome
```