An open API service indexing awesome lists of open source software.

https://github.com/elixir-cloud-aai/crategen

Compile GA4GH WES and TES requests from Workflow Run RO-Crates and package WES and TES runs as Workflow Run RO-Crates
https://github.com/elixir-cloud-aai/crategen

Last synced: 3 months ago
JSON representation

Compile GA4GH WES and TES requests from Workflow Run RO-Crates and package WES and TES runs as Workflow Run RO-Crates

Awesome Lists containing this project

README

          

# CrateGen
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-311/)

## Synopsis
This project aims to create a library that translates between GA4GH Cloud API schemas and RO-Crate profiles to facilitate reproducibility in scientific research. The tool will enable the packaging and sharing of task/tool and workflow runs, allowing other researchers to reproduce them or use parts of them.

## Description
The CrateGen Tool is designed to compile RO-Crates from tool and workflow executions in GA4GH Cloud API-powered cloud infrastructures. This will allow easy re-execution of these computational analyses, thus improving the reporting and reproducibility of computational research. Additionally, it will allow the creation of WES/TES calls from existing WRROCs, enabling a dual functionality.

## Installation
To install the necessary dependencies, run the following command:
```bash
pip install -r requirements.txt
```

## Contributing

We welcome contributions from the community. Please fork the repository and create a pull request for any changes. Make sure to follow the coding standards and include tests for any new functionality.

## Code of Conduct

## Versioning

## License

This project is distributed under the [Apache License 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg), a
copy of which is also available in [`LICENSE`][license].

## Contact

The project is maintained by [ELIXIR Cloud & AAI][elixir-cloud-aai].

- For filing bug reports, feature requests or other code-related issues, please
make use of the project's [issue tracker](https://github.com/elixir-cloud-aai/wrroc-ga4gh-cloud-converter/issues).

[badge-url-license]:
[elixir-cloud-aai]: https://elixir-cloud.dcc.sib.swiss/
[license]: LICENSE