Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
soedinglab
/
MMseqs2-App
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
121
Code
Issues
17
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Adding gfaidx backend support for indexed genome graph queries
- #136
#136
Merged
milot-mirdita
merged 8 commits into
soedinglab:master
soedinglab/MMseqs2-App:master
from
fawaz-dabbaghieh:graphviz
fawaz-dabbaghieh/MMseqs2-App:graphviz
Copy head branch name to clipboard
Sep 13, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Adding gfaidx backend support for indexed genome graph queries
#136
milot-mirdita
merged 8 commits into
soedinglab:master
soedinglab/MMseqs2-App:master
from
fawaz-dabbaghieh:graphviz
fawaz-dabbaghieh/MMseqs2-App:graphviz
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
adding some notes on how to install locally and run on mac
fawaz-dabbaghieh
committed
623c617
View commit details
Copy full SHA for 623c617
Browse repository at this point
Commits on Sep 7, 2026
gfaidx first implementation, Queued gfaidx job type and deterministic ticket ID, HTTP endpoints in backend/gfaidxapi.go, Tests covering validation, command construction, submission, polling, and re…
Show description for 659c4a5
fawaz-dabbaghieh
committed
659c4a5
View commit details
Copy full SHA for 659c4a5
Browse repository at this point
ability to list available graphs, ability to list the available paths and coordinates for a graph, parse the region paths tsv and return a JSON with this information, add discovery, parsing, and co…
Show description for 35f5866
fawaz-dabbaghieh
committed
35f5866
View commit details
Copy full SHA for 35f5866
Browse repository at this point
Commits on Sep 9, 2026
adding gfaidx to docker, now inside docker, it builds gfaidx from the source code in the gfaidx repository, because gfaidx doesn't really use much dependencies, it should be easy and straightforwar…
Show description for c7670bd
fawaz-dabbaghieh
committed
c7670bd
View commit details
Copy full SHA for c7670bd
Browse repository at this point
Commits on Sep 10, 2026
made some of the changes that milot pointed out in his comments, for the problem with Foldseek Interface, I just change the docker config to point to foldseek binary, I wasn't sure how to remove it…
Show description for e43ebee
fawaz-dabbaghieh
committed
e43ebee
View commit details
Copy full SHA for e43ebee
Browse repository at this point
Commits on Sep 11, 2026
removeed the FoldseekInterface parts conservatively, it worked for me so far, but I haven't been testing Foldseek related commands, only gfaidx
fawaz-dabbaghieh
committed
657036d
View commit details
Copy full SHA for 657036d
Browse repository at this point
removing the old foldseek interface, and not just using foldseek, I checked the parameters against foldseek binary and things seems to work
fawaz-dabbaghieh
committed
f6acc51
View commit details
Copy full SHA for f6acc51
Browse repository at this point
Commits on Sep 13, 2026
removing the exposure of the threads to the user, now runs by default with 1 thread, and can be configured on the server deployment side or docker side, but not by user API requests
fawaz-dabbaghieh
committed
8a1bbc0
View commit details
Copy full SHA for 8a1bbc0
Browse repository at this point
You can’t perform that action at this time.