MCPcopy Index your code
hub / github.com/AndreaGuarracino/paf2chain

github.com/AndreaGuarracino/paf2chain @v0.1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.1 ↗ · + Follow
22 symbols 47 edges 2 files 0 documented · 0% updated 14mo agov0.1.1 · 2024-03-27★ 36
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

paf2chain

convert PAF format to CHAIN format

citation

DOI

installation

paf2chain is built with rust, and so we install using cargo:

https://github.com/AndreaGuarracino/paf2chain
cd paf2chain
cargo install --force --path .

usage

Generate alignments with the cigar string attached to the cg:Z: tag. These can be made by several aligners, including minimap2 -c, wfmash, or lastz --format=paf:wfmash. With alignments in aln.paf (or aln.paf.gz if gzip-compressed), we would convert it into a CHAIN format file using this call:

paf2chain -i aln.paf > aln.chain

info

paf2chain performs the reverse operation of chain2paf.

Core symbols most depended-on inside this repo

Shape

Function 11
Method 9
Class 2

Languages

Rust100%

Modules by API surface

src/paf.rs21 symbols
src/main.rs1 symbols

For agents

$ claude mcp add paf2chain \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page