{"id":29224661,"url":"https://github.com/sing-group/compi","last_synced_at":"2025-07-03T06:07:33.093Z","repository":{"id":48299193,"uuid":"92083809","full_name":"sing-group/compi","owner":"sing-group","description":"Java Framework for Computational Pipelines","archived":false,"fork":false,"pushed_at":"2022-09-02T12:21:52.000Z","size":1109,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-02-27T07:56:24.929Z","etag":null,"topics":["cli-application","computational-pipelines","java-framework","pipeline","pipeline-framework","workflow-engine"],"latest_commit_sha":null,"homepage":"http://sing-group.org/compi","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sing-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-22T18:05:35.000Z","updated_at":"2022-09-23T09:58:46.000Z","dependencies_parsed_at":"2022-08-30T15:01:23.321Z","dependency_job_id":null,"html_url":"https://github.com/sing-group/compi","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/sing-group/compi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fcompi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fcompi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fcompi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fcompi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sing-group","download_url":"https://codeload.github.com/sing-group/compi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fcompi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263271499,"owners_count":23440396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-application","computational-pipelines","java-framework","pipeline","pipeline-framework","workflow-engine"],"created_at":"2025-07-03T06:07:32.327Z","updated_at":"2025-07-03T06:07:33.066Z","avatar_url":"https://github.com/sing-group.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Compi Logo](artwork/logo.png)\n# Compi: framework for portable computational pipelines [![license](https://img.shields.io/github/license/sing-group/compi)](https://github.com/sing-group/compi) [![release](https://img.shields.io/github/release/sing-group/compi.svg)](http://www.sing-group.org/compi) [![DOI](https://img.shields.io/badge/DOI-10.7717%2Fpeerj--cs.593-blue)](https://doi.org/10.7717/peerj-cs.593)\n\nCompi is an application development framework for portable computational pipelines. A software pipeline is a chain of processing elements so that the output of each element is the input of the next.\n\nThere are many fields where computational pipelines constitute the main architecture of applications, such as big data analysis or bioinformatics.\n\nMany pipelines combine third party tools along with custom made processes, conforming the final pipeline. Compi is the framework helping to create the final, portable application.\n\nYou can get more information at:\n\n* Compi homepage: http://sing-group.org/compi\n* Compi documentation: http://sing-group.org/compi/docs\n* Compi Hub: http://sing-group.org/compihub\n* Compi source code: https://github.com/sing-group/compi\n\n# The Compi ecosystem\n\nCompi is an ecosystem that comprises:\n\n- `compi`: the workflow engine with a command-line user interface to control the pipeline execution.\n- `compi-dk`: a command-line tool to help in the development and packaging of Compi-based applications.\n- *Compi Hub*: a public repository of Compi pipelines that allows other users to discover, browse and reuse them easily.\n\n# Install `compi` and `compi-dk`\n\n## From binaries\n\nBinaries for `compi` and `compi-dk` for Linux 64-bit systems are available here: https://www.sing-group.org/compi#downloads\n\nPortable versions (*.tar.gz*) and self-extracted installers (*.bsx*) are available for both. `compi` distributions are self-contained and do not require any dependencies. `compi-dk` only requires Docker, which should be available for the `compi-dk build` command to work.\n\n## Build from source\n\nAlternatively, the compi project can be build to obtain the `compi` and `compi-dk` binaries.\n\nTo do so, just download or clone this project and run the following command (*Note*: requires Maven 3.x and Java 1.8): `mvn clean package -PcreateInstaller`\n\nIf the build succeeds, then:\n- The `compi` and `compi-dk` builds will be available at `compi/cli/target/dist/` and `compi/dk/target/dist/`, respectively. Java is required to run these binaries. The `compi` also requires `envsubst` to be available at runtime and `compi-dk` requires Docker, which should be available for the *compi-dk build* command to work.\n-  the `compi` and `compi-dk` Linux 64-bit builds will be available at `compi/cli/target/installer/` and `compi/dk/target/installer/`, respectively.\n\n## Citing\n\nPlease, cite the following publication if you use Compi:\n- H. López-Fernández; O. Graña-Castro; A. Nogueira-Rodríguez; M. Reboiro-Jato; D. Glez-Peña (2021) **Compi: a Framework for Portable and Reproducible Pipelines**. *PeerJ Computer Science*. Volume 7: e593. ISSN: 2376-5992 [![DOI](https://img.shields.io/badge/DOI-10.7717%2Fpeerj--cs.593-blue)](https://doi.org/10.7717/peerj-cs.593)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing-group%2Fcompi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsing-group%2Fcompi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing-group%2Fcompi/lists"}