TIDE
What is TIDE?
TIDE is the orchestration platform behind ATGC online bioinformatics services. It provides a unified web interface and a public REST API to submit analyses, monitor jobs, and retrieve results across a growing catalog of phylogenetic and sequence-analysis tools.
TIDE is a modernized redesign of WAVES, an older tool previously developped by ATGC and now abandoned. It keeps the same general objective of exposing scientific tools as online services, while moving to a more modern, maintainable, and extensible platform.
TIDE on the ATGC website
TIDE is the engine that powers the online execution proposed on the dedicated pages of several ATGC tools. When you submit a job from one of these tool pages, it is TIDE that manages the service description, input validation, job submission, execution tracking, and result retrieval behind the scenes.
What TIDE provides
- A public REST API for programmatic submissions and monitoring.
- A web interface for interactive use.
- Reproducible execution of tools packaged as portable runtime environments.
- Service-specific forms and structured input schemas.
- Downloadable recipes and reference resources for selected services.
- Job tracking, status updates, and result retrieval.
Current usage policy
At the moment, TIDE is limited to 5 jobs per user per hour. This helps us keep the platform stable while the service catalog is growing.
If you need access to more resources or expect heavier usage, please contact us. We can discuss specific needs depending on the project, the service, and the computational load involved.
Why it matters
TIDE helps bridge the gap between command-line bioinformatics tools and production-ready scientific services. It allows ATGC to expose tools through a stable interface while keeping execution traceable, reproducible, and suitable for both end users and automated pipelines.
Current status and roadmap
For now, TIDE is primarily developed to address the specific needs of the ATGC platform and its service ecosystem.
A more general, publicly distributable version is planned for future release. If you are interested in deploying or evaluating TIDE outside the current ATGC context, please contact us.
Access points
Typical usage
- Discover available services through the API.
- Inspect the submission schema of a service.
- Submit a job from the web interface or from the command line.
- Monitor execution through JSON status checks or live event streaming.
- Retrieve final outputs and integrate them into downstream analyses.
For developers and pipeline users
TIDE is especially useful when you need to integrate ATGC services into scripts, workflows, or external platforms. The public API exposes machine-readable service descriptions, structured submission endpoints, and result-tracking endpoints suitable for automation.
Read the documentation page for API entry points, recommended workflow, and ready-to-use command-line examples.
Other tools
CompPhy
CompPhy: a web-based collaborative platform for comparing phylogenies CompPhy is a web platform dedicated to the collaborative handling of phylogenetic trees. Users can freely manage collections of trees and communicate on a common project. By collaborative, we mean that several users connected to the same project can manipulation at the same time trees from shared…
AQUAPONY
AquaPony: interactive visualization of phylogeographic scenarios AquaPony is a web application designed to explore and interpret evolutionary scenarios on annotated phylogenetic trees (for example, ancestral geographic states). It was built to make uncertainty in ancestral reconstructions easier to understand and communicate. Why AquaPony? In phylogeography, several scenarios can be nearly as plausible as the best…
dipwmsearch
Protein binding sites in DNA or RNA sequences are modeled by probabilistic motifs. A Position Weight Matrix (PWM) is a simple, powerful, and widely used representation of such motifs. Because PWMs assume that sequence positions are independent of eachother (which is too restrictive for some binding or interaction sites), a generalisation of PWMs, termed di-nucleotidic…