# Bioinformatics Resources

## 🧬 Bioinformatics FAIR and Open Science Tools

<table><thead><tr><th width="157">Tool / Platform</th><th>Primary Function</th><th width="358">FAIR Alignment</th><th width="211">Open Science Features</th><th>License</th></tr></thead><tbody><tr><td><strong>Galaxy</strong></td><td>Workflow management &#x26; analysis platform</td><td>✔️ Findable via ToolShed✔️ Accessible via public instances✔️ Interoperable (CWL/Bioconda)✔️ Reusable workflows</td><td>Public instances, DOI export, reproducibility tracking</td><td><a href="https://opensource.org/licenses/AFL-3.0">AFL 3.0</a></td></tr><tr><td><strong>Bioconductor</strong></td><td>R-based genomic analysis packages</td><td>✔️ Indexed metadata✔️ Accessible source code✔️ Ontology integration (GO)✔️ Reusable across studies</td><td>Peer-reviewed packages, versioned releases</td><td><a href="https://opensource.org/licenses/Artistic-2.0">Artistic 2.0</a></td></tr><tr><td><strong>Nextflow</strong></td><td>Scalable workflow orchestration</td><td>✔️ Workflow versioning✔️ Accessible scripts✔️ Container support✔️ Metadata-rich</td><td>GitHub integration, containerized pipelines</td><td><a href="https://opensource.org/licenses/Apache-2.0">Apache 2.0</a></td></tr><tr><td><strong>nf-core</strong></td><td>Community-curated Nextflow pipelines</td><td>✔️ FAIR metadata templates✔️ Version control✔️ Standardized formats</td><td>Open peer review, citation export, GitHub workflows</td><td><a href="https://opensource.org/licenses/MIT">MIT</a></td></tr><tr><td><strong>RO-Crate</strong></td><td>FAIR metadata packaging standard</td><td>✔️ Interoperable (JSON-LD)✔️ Enhances Findability✔️ Reusability &#x26; provenance</td><td>Compatible with repositories and workflow engines</td><td><a href="https://opensource.org/licenses/MIT">MIT</a></td></tr><tr><td><strong>OpenRefine</strong></td><td>Data cleaning and wrangling</td><td>✔️ Interoperable formats✔️ Reusable scripts✔️ Exportable metadata</td><td>RDF extension, version control of changes</td><td><a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a></td></tr><tr><td><strong>MetaboLights</strong></td><td>Metabolomics data repository</td><td>✔️ Ontology-rich metadata✔️ Persistent IDs✔️ Reusable datasets</td><td>Supports ISA-Tab, ELIXIR integration</td><td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></td></tr><tr><td><strong>ENA</strong></td><td>Nucleotide sequence archive</td><td>✔️ Persistent accession numbers✔️ Open APIs✔️ Standardized formats</td><td>Mandatory MIxS, XML metadata, open access</td><td>Public Domain / Open Terms</td></tr><tr><td><strong>Zenodo</strong></td><td>General-purpose research repository</td><td>✔️ DOI generation✔️ FAIR metadata✔️ Format-agnostic</td><td>GitHub &#x26; ORCID integration, open access</td><td><a href="https://about.zenodo.org/">Various CC licenses</a></td></tr><tr><td><strong>Dockstore</strong></td><td>Workflow and tool registry</td><td>✔️ GA4GH-compliant✔️ Interoperable (WDL, CWL, Nextflow)✔️ Reusable containers</td><td>Git sync, FAIR metrics, BioContainers support</td><td><a href="https://opensource.org/licenses/Apache-2.0">Apache 2.0</a></td></tr></tbody></table>

***

#### ✅ FAIR Principle Key

* **Findable** – Indexed, persistent identifiers
* **Accessible** – Open/public APIs or repositories
* **Interoperable** – Standard formats, ontologies
* **Reusable** – Licensing, provenance, rich metadata


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-champions.renew-platforms.dk/renew-data-champions/bioinformatics-resources/bioinformatics-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
