agtools: A Software Framework to Manipulate Assembly Graphs
Project description
agtools: A Software Framework to Manipulate Assembly Graphs
agtools (pronounced as a-g-tools) is a Python framework for manipulating assembly graphs for downstream metagenomic applications, with a focus on the Graphical Fragment Assembly (GFA) format. It offers a command-line interface for tasks such as graph format conversion, segment filtering, and component extraction. Supported formats include GFA, FASTG, ASQG and GraphViz DOT. Additionally, it provides a Python package interface that exposes assembler-specific functionality for advanced analysis and integration based on the GFA format.
For detailed instructions on installation and usage, please refer to the documentation hosted at Read the Docs.
Installing agtools
Using pip
You can install agtools from PyPI using pip.
pip install agtools
Using conda
You can install agtools from Bioconda using conda or mamba.
mamba install -c bioconda agtools
For development
Please follow the steps below to install agtools using flit for development.
# clone repository
git clone https://github.com/Vini2/agtools.git
# move to gbintk directory
cd agtools
# create and activate conda env
conda env create -f environment.yml
conda activate agtools
# install using flit
flit install -s --python `which python`
# test installation
agtools --help
Available subcommands in agtools
Run agtools --help or agtools -h to list the help message for agtools.
Usage: agtools [OPTIONS] COMMAND [ARGS]...
agtools: A Software Framework to Manipulate Assembly Graphs
Options:
-v, --version Show the version and exit.
-h, --help Show this message and exit.
Commands:
stats Compute statistics about the graph
rename Rename segments, paths and walks in a GFA file
concat Concatenate two or more GFA files
filter Filter segments from GFA file
clean Clean a GFA file based on segments in a FASTA file
component Extract a component containing a given segment
fastg2gfa Convert FASTG file to GFA format
gfa2fastg Convert GFA file to FASTG format
asqg2gfa Convert ASQG file to GFA format
gfa2asqg Convert GFA file to ASQG format
gfa2dot Convert GFA file to DOT format (GraphViz)
gfa2fasta Get segments in FASTA format
gfa2adj Get adjacency matrix of the assembly graph
Documentation
Please refer to the complete documentation available at Read the docs.
Issues and Questions
If you want to test (or break) agtools give it a try and report any issues and suggestions under agtools Issues.
If you come across any questions, please have a look at the agtools FAQ page. If your question is not here, feel free to post it under agtools Issues.
If you want to request a feature, please post it under agtools Issues as a feature request.
Citation
agtools is publlished in Bioinformatics Advances with DOI: 10.1093/bioadv/vbag126. If you use agtools in your work, please cite as follows.
Vijini Mallawaarachchi, George Bouras, Ryan R Wick, Susanna R Grigson, Bhavya Papudeshi, Robert A Edwards, agtools: A Software Framework to Manipulate Assembly Graphs, Bioinformatics Advances, Volume 6, Issue 1, 2026, vbag126, https://doi.org/10.1093/bioadv/vbag126
@article{10.1093/bioadv/vbag126,
author = {Mallawaarachchi, Vijini and Bouras, George and Wick, Ryan R and Grigson, Susanna R and Papudeshi, Bhavya and Edwards, Robert A},
title = {agtools: a software framework to manipulate assembly graphs},
journal = {Bioinformatics Advances},
volume = {6},
number = {1},
pages = {vbag126},
year = {2026},
month = {01},
abstract = {Assembly graphs are a fundamental data structure used by genome and metagenome assemblers to represent sequences and their overlap information, facilitating the assembler in constructing longer genomic fragments. Apart from their core use in assemblers, assembly graphs have become increasingly important in a range of downstream applications such as metagenomic binning, plasmid detection, viral genome resolution, and haplotype phasing. However, there is a need for a comprehensive tool that allows programmatic access to manipulate assembly graphs (e.g. parse, convert, filter, and analyze) across different assembly graph formats.Here we present agtools, an open-source Python framework to manipulate assembly graphs produced by commonly used assemblers. agtools provides a command-line interface for tasks such as assembly graph format conversion, segment filtering, and component extraction. It also exposes a Python package interface to load, query, and analyze assembly graphs from popular genome and metagenome assemblers. This enables streamlined assembly-graph-based analyses that can be integrated into other bioinformatics software and workflows.The source code of agtools is hosted on GitHub at https://github.com/Vini2/agtools and the documentation is available at https://agtools.readthedocs.io/. agtools can also be installed from Bioconda (https://anaconda.org/bioconda/agtools) and PyPI (https://pypi.org/project/agtools/).},
issn = {2635-0041},
doi = {10.1093/bioadv/vbag126},
url = {https://doi.org/10.1093/bioadv/vbag126},
eprint = {https://academic.oup.com/bioinformaticsadvances/article-pdf/6/1/vbag126/68223878/vbag126.pdf},
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agtools-1.1.1.tar.gz.
File metadata
- Download URL: agtools-1.1.1.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53292bdd955eef9d1e19279f99f17193c57bcd8834beaed8c939648b90a5909
|
|
| MD5 |
a6d8c92df08ffe1c5ecd9f1933e0a2d9
|
|
| BLAKE2b-256 |
fc32e48da6ff63bb6126e9f32a22c15384abc21fd2f426ec30ca8d58f6532d5a
|
File details
Details for the file agtools-1.1.1-py3-none-any.whl.
File metadata
- Download URL: agtools-1.1.1-py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9aa58821b5f958a288dee83a2c27d6581de49afd0a6a177e2dffe217b0b597b5
|
|
| MD5 |
becbed772f2cce873ce6dd8d31b4a6c8
|
|
| BLAKE2b-256 |
61a8aaf6e7f474cb8c95e9ebbce1c44eba357afec43f6fc9a3e619a2d1baa164
|