RESTful APE
RESTfull API for the APE (Automated Pipeline Explorer) library.
A CLI, Java API and RESTful API for the automated generation of computational pipelines (scientific workflows) from large collections of computational tools.
Badges | |
---|---|
Fairness | |
Packages and Releases | |
Build Status | |
Documentation | |
DOI | |
License |
APE is a command line tool and Java API for the automated exploration of possible computational pipelines (scientific workflows) from large collections of computational tools.
APE relies on a semantic domain model that includes tool and type taxonomies as controlled vocabularies for the description of computational tools, and functional tool annotations (inputs, outputs, operations performed) using terms from these taxonomies. APE then computes possible workflows based on this domain model and a specification of the available workflow inputs, the intended workflow outputs and possibly additional constraints.
Internally, APE uses a component-based program synthesis approach. It translates the domain knowledge and workflow specification into logical formulas that are then fed to a SAT solver to compute satisfying instances. These solutions are then translated into the actual candidate workflows. For a detailed description, we refer to [1].
This video explains APE in 5 minutes.
Workflomics: A platform for automated generation and workflow benchmarking in bioinformatics
RESTfull API for the APE (Automated Pipeline Explorer) library.
Workflow exploration and benchmarking platform in bioinformatics domain.