List all resources, or create a new resource.

GET /api/t/?cost=%22Free+of+charge%22
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9644,
    "next": "?page=2",
    "previous": null,
    "list": [
        {
            "name": "RAiSD-AI",
            "description": "RAiSD-AI is a tool for training, testing, and deploying Convolutional Neural Networks to detect selective sweeps in genomic data, extending the functionality of the original RAiSD software with machine learning capabilities. It supports SNP data processing, CNN model training with TensorFlow or PyTorch, and genome-wide selective sweep detection.",
            "homepage": "https://github.com/alachins/RAiSD-AI",
            "biotoolsID": "RAiSD-AI",
            "biotoolsCURIE": "biotools:RAiSD-AI",
            "version": [
                "4.5"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2403",
                            "term": "Sequence analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3197",
                            "term": "Genetic variation analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3434",
                            "term": "Conversion"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3016",
                                    "term": "VCF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Shell",
                "R",
                "Python",
                "C"
            ],
            "license": "Not licensed",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1038/s42003-018-0085-8",
                    "pmid": "30271960",
                    "pmcid": "PMC6123745",
                    "type": [
                        "Method"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.32942/x2gw9b",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2026-07-06T12:26:03.208638Z",
            "lastUpdate": "2026-07-06T12:26:03.210726Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "trie",
            "description": "A generic C++ trie search tree library for small alphabets, allowing customizable leaf node structures and supporting approximate matching and word generation.",
            "homepage": "https://github.com/jfjlaros/trie",
            "biotoolsID": "trie",
            "biotoolsCURIE": "biotools:trie",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [],
            "operatingSystem": [],
            "language": [
                "C++"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://cpptrie.readthedocs.io/en/latest/",
                    "type": [
                        "User manual",
                        "Installation instructions",
                        "API documentation"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2026-07-06T12:04:11.837993Z",
            "lastUpdate": "2026-07-06T12:04:11.839850Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "toscca",
            "description": "toscca is an R package to perform Thresholded Ordered Sparse Canonical Correlation Analysis (TOSCCA).",
            "homepage": "https://github.com/nuria-sv/toscca",
            "biotoolsID": "toscca",
            "biotoolsCURIE": "biotools:toscca",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "ggplot2",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3935",
                            "term": "Dimensionality reduction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3465",
                            "term": "Correlation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2238",
                            "term": "Statistical calculation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3869",
                                "term": "Simulation"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1636",
                                "term": "Heat map"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                }
            ],
            "operatingSystem": [],
            "language": [
                "R"
            ],
            "license": "Other",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/nuria-sv/toscca/wiki",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioadv/vbae021",
                    "pmid": "38456127",
                    "pmcid": "PMC10919946",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2026-07-06T11:54:00.427442Z",
            "lastUpdate": "2026-07-06T11:55:37.471769Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "OpenProteo",
            "description": "OpenProteo is the open-source Rust stack for proteomics raw-file access. It reads Thermo, Bruker, and Waters acquisitions through a single API (via the sibling OpenTFRaw, OpenTimsTDF, and OpenWRaw readers), converts them to PSI-MS mzML 1.1.0 with a canonical writer, and provides a zero-copy read_arrow() API (enabled by default) that loads directly into Polars or Pandas via PyArrow. No vendor SDKs, no Windows-only DLLs, no binary blobs in the release pipeline. Includes a one-shot vendor2mzml CLI.",
            "homepage": "https://github.com/Sigilweaver/OpenProteo",
            "biotoolsID": "OpenProteo",
            "biotoolsCURIE": "biotools:OpenProteo",
            "version": [
                "1.0.3"
            ],
            "otherID": [
                {
                    "value": "doi:10.5281/zenodo.20470595",
                    "type": "doi",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0335",
                            "term": "Data formatting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Data parsing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3244",
                                    "term": "mzML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python",
                "Rust"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/Sigilweaver/OpenProteo",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://crates.io/crates/openproteo-io",
                    "type": "Software package",
                    "note": "Rust crate",
                    "version": null
                },
                {
                    "url": "https://pypi.org/project/openproteo/",
                    "type": "Software package",
                    "note": "Python package",
                    "version": null
                },
                {
                    "url": "https://github.com/Sigilweaver/OpenProteo/releases",
                    "type": "Binaries",
                    "note": "Pre-built vendor2mzml CLI binaries",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://sigilweaver.app/openproteo/docs",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Nathan Riley",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0004-1579-7312",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "nathanriley",
            "additionDate": "2026-07-05T20:44:59.195716Z",
            "lastUpdate": "2026-07-05T21:27:58.728083Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "OpenWRaw",
            "description": "OpenWRaw is a standalone, cross-platform reader for Waters MassLynx .raw acquisition directories, implemented in pure Rust with no dependency on vendor DLLs. Python bindings built on PyO3 expose functions, scans, and ion-mobility data as native Python objects from Waters QTof and SYNAPT instrument families, ready to be assembled into a Pandas or Polars DataFrame.",
            "homepage": "https://github.com/Sigilweaver/OpenWRaw",
            "biotoolsID": "OpenWRaw",
            "biotoolsCURIE": "biotools:OpenWRaw",
            "version": [
                "1.0.5"
            ],
            "otherID": [
                {
                    "value": "doi:10.5281/zenodo.20470607",
                    "type": "doi",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Data parsing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python",
                "Rust"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/Sigilweaver/OpenWRaw",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://crates.io/crates/openwraw",
                    "type": "Software package",
                    "note": "Rust crate",
                    "version": null
                },
                {
                    "url": "https://pypi.org/project/openwraw/",
                    "type": "Software package",
                    "note": "Python package",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://sigilweaver.app/openwraw/docs",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Nathan Riley",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0004-1579-7312",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "nathanriley",
            "additionDate": "2026-07-05T20:44:58.202818Z",
            "lastUpdate": "2026-07-05T21:27:51.747779Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "OpenTimsTDF",
            "description": "OpenTimsTDF is a standalone, cross-platform reader for Bruker timsTOF .tdf and .tdf_bin acquisition files, implemented in pure Rust with no dependency on vendor SDKs. Python bindings built on PyO3 expose frame, scan, and peak data as native Python objects, providing ion-mobility-aware access that can be assembled into a Pandas or Polars DataFrame.",
            "homepage": "https://github.com/Sigilweaver/OpenTimsTDF",
            "biotoolsID": "OpenTimsTDF",
            "biotoolsCURIE": "biotools:OpenTimsTDF",
            "version": [
                "1.0.6"
            ],
            "otherID": [
                {
                    "value": "doi:10.5281/zenodo.20470603",
                    "type": "doi",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Data parsing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python",
                "Rust"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/Sigilweaver/OpenTimsTDF",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://crates.io/crates/opentimstdf",
                    "type": "Software package",
                    "note": "Rust crate",
                    "version": null
                },
                {
                    "url": "https://pypi.org/project/opentimstdf/",
                    "type": "Software package",
                    "note": "Python package",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://sigilweaver.app/opentimstdf/docs",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Nathan Riley",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0004-1579-7312",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "nathanriley",
            "additionDate": "2026-07-05T20:44:57.317894Z",
            "lastUpdate": "2026-07-05T21:27:44.244782Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "OpenTFRaw",
            "description": "OpenTFRaw is a standalone, cross-platform reader for Thermo Fisher Scientific .raw mass-spectrometry files, implemented in pure Rust with no dependency on vendor DLLs or .NET. Python bindings built on PyO3 return NumPy arrays for spectral data, straightforward to load into Pandas or Polars. Covers format versions 8 through 66 (LCQ Classic through Orbitrap Astral and modern TSQ instruments), supporting both centroid and profile spectra.",
            "homepage": "https://github.com/Sigilweaver/OpenTFRaw",
            "biotoolsID": "OpenTFRaw",
            "biotoolsCURIE": "biotools:OpenTFRaw",
            "version": [
                "1.0.6"
            ],
            "otherID": [
                {
                    "value": "doi:10.5281/zenodo.20470601",
                    "type": "doi",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Data parsing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python",
                "Rust"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/Sigilweaver/OpenTFRaw",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://crates.io/crates/opentfraw",
                    "type": "Software package",
                    "note": "Rust crate",
                    "version": null
                },
                {
                    "url": "https://pypi.org/project/opentfraw/",
                    "type": "Software package",
                    "note": "Python package",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://sigilweaver.app/opentfraw/docs",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Nathan Riley",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0004-1579-7312",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "nathanriley",
            "additionDate": "2026-07-05T20:40:47.839738Z",
            "lastUpdate": "2026-07-05T21:27:37.176613Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "HPO Explorer",
            "description": "Interactive browser for the complete Human Phenotype Ontology (~19,800 terms), with a graph-based term explorer and a clinical profile analyzer for phenotype similarity, differential diagnosis, and gene prioritization.",
            "homepage": "https://hpoexplorer.com",
            "biotoolsID": "hpo_explorer",
            "biotoolsCURIE": "biotools:hpo_explorer",
            "version": [
                "0.1.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3559",
                            "term": "Ontology visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3025",
                                "term": "Ontology concept identifier"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2353",
                                "term": "Ontology data"
                            },
                            "format": []
                        }
                    ],
                    "note": "Browses the full HPO term graph via a synced tree and Cytoscape DAG view.",
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3226",
                            "term": "Variant prioritisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1081",
                                "term": "Genotype and phenotype annotation ID"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0920",
                                "term": "Genotype/phenotype report"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0625",
                    "term": "Genotype and phenotype"
                },
                {
                    "uri": "http://edamontology.org/topic_3325",
                    "term": "Rare diseases"
                }
            ],
            "operatingSystem": [],
            "language": [
                "JavaScript",
                "TypeScript"
            ],
            "license": "CC-BY-4.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://hpoexplorer.com/about",
                    "type": [
                        "Other"
                    ],
                    "note": "https://hpoexplorer.com/about"
                },
                {
                    "url": "https://hpoexplorer.com/articles",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/mchandrahasreddy/hpoexplorer",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://hpoexplorer.com/articles",
                    "type": [
                        "General"
                    ],
                    "note": "guides and documentation."
                }
            ],
            "publication": [
                {
                    "doi": "10.5281/zenodo.21178435",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Chandrahas Mallireddy",
                    "email": "contact@hpoexplorer.com",
                    "url": "https://hpoexplorer.com",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Chandrahas Mallireddy",
                    "email": "contact@hpoexplorer.com",
                    "url": "https://hpoexplorer.com",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "mchandrahasreddy",
            "additionDate": "2026-07-01T18:35:10.840526Z",
            "lastUpdate": "2026-07-05T17:05:45.614213Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "BioCalculator",
            "description": "BioCalculator is a mobile toolkit for biology and laboratory calculations. It consolidates calculators and preparation guides for molecular biology, microbiology, virology, stock solutions, buffers, dilutions, unit conversions, and TCID50 endpoint dilution workflows for students and lab professionals.",
            "homepage": "https://biocalculator.app/",
            "biotoolsID": "biocalculator",
            "biotoolsCURIE": "biotools:biocalculator",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Mobile application"
            ],
            "topic": [],
            "operatingSystem": [
                "iOS",
                "Android"
            ],
            "language": [],
            "license": "Freeware",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [
                {
                    "url": "https://apps.apple.com/app/apple-store/id6498629520?pt=126896711&ct=website&mt=8",
                    "type": "Downloads page",
                    "note": "iOS App Store listing for BioCalculator.",
                    "version": null
                },
                {
                    "url": "https://play.google.com/store/apps/details?id=com.biocalculator.app",
                    "type": "Downloads page",
                    "note": "Google Play listing for BioCalculator.",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "biocalculator_wujie",
            "additionDate": "2026-07-04T14:16:16.919805Z",
            "lastUpdate": "2026-07-04T14:16:16.923653Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "SMILES-Mapper",
            "description": "SMILES-Mapper is a small web app that allows students to easily visualize how SMILES & InChI strings are created together with other mol-block file formats such as .mol and .sdf files.",
            "homepage": "https://mol.tools/SMILES-Mapper/",
            "biotoolsID": "smiles-mapper",
            "biotoolsCURIE": "biotools:smiles-mapper",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2301",
                                "term": "SMILES string"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": "Produces an interactive visualization of how file formats are created from an input SMILES string.",
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3332",
                    "term": "Computational chemistry"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "JavaScript"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://mol.tools/SMILES-Mapper/",
                    "type": [
                        "Service"
                    ],
                    "note": "URL for web-app, where SMILES-Mapper can be used for free."
                },
                {
                    "url": "https://github.com/KylleV/SMILES-Mapper",
                    "type": [
                        "Repository"
                    ],
                    "note": "SMILES-Mapper source code GitHub repository"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/KylleV/SMILES-Mapper",
                    "type": "Source code",
                    "note": "Source code download, application can be run by opening index.html",
                    "version": "1.0"
                }
            ],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "victor1",
            "additionDate": "2026-07-04T11:02:46.280558Z",
            "lastUpdate": "2026-07-04T11:02:46.282925Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "SQUARNA",
            "description": "SQUARNA is a tool for RNA secondary structure prediction. It can take a single RNA sequence or an alignment of sequences as input. SQUARNA handles pseudoknots and can predict alternative structures. SQUARNA allows structural restraints and chemical probing data as additional input and is available at https://github.com/febos/SQUARNA and https://larnal.imol.institute/.",
            "homepage": "https://github.com/febos/SQUARNA",
            "biotoolsID": "squarna",
            "biotoolsCURIE": "biotools:squarna",
            "version": [
                "3.22"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0278",
                            "term": "RNA secondary structure prediction"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3495",
                                "term": "RNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1982",
                                    "term": "ClustalW format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1961",
                                    "term": "Stockholm format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1383",
                                "term": "Nucleic acid sequence alignment"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1982",
                                    "term": "ClustalW format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1961",
                                    "term": "Stockholm format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0889",
                                "term": "Structural profile"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0880",
                                "term": "RNA secondary structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2546",
                                    "term": "FASTA-like"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1772",
                                "term": "Score"
                            },
                            "format": []
                        }
                    ],
                    "note": "Input can be a single or several RNA sequences or an alignment of RNA sequences along with structural restraints and/or chemical probing data on base reactivities",
                    "cmd": "SQUARNA i=inputfile [OPTIONS]"
                }
            ],
            "toolType": [
                "Command-line tool",
                "Library",
                "Web application",
                "Script"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3307",
                    "term": "Computational biology"
                },
                {
                    "uri": "http://edamontology.org/topic_0077",
                    "term": "Nucleic acids"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0097",
                    "term": "Nucleic acid structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0082",
                    "term": "Structure prediction"
                },
                {
                    "uri": "http://edamontology.org/topic_0099",
                    "term": "RNA"
                },
                {
                    "uri": "http://edamontology.org/topic_0659",
                    "term": "Functional, regulatory and non-coding RNA"
                },
                {
                    "uri": "http://edamontology.org/topic_3511",
                    "term": "Nucleic acid sites, features and motifs"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "3D-BioInfo-Nucleic-Acid"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/febos/SQUARNA",
                    "type": [
                        "Repository"
                    ],
                    "note": "GitHub repository"
                },
                {
                    "url": "https://pypi.org/project/SQUARNA/",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": "PyPi repository page"
                },
                {
                    "url": "https://larnal.imol.institute/",
                    "type": [
                        "Service"
                    ],
                    "note": "Web server"
                }
            ],
            "download": [
                {
                    "url": "https://doi.org/10.5281/zenodo.8292325",
                    "type": "Downloads page",
                    "note": null,
                    "version": "3.22"
                },
                {
                    "url": "https://pypi.org/project/SQUARNA/",
                    "type": "Software package",
                    "note": "pip install SQUARNA",
                    "version": "3.22"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/febos/SQUARNA/blob/main/README.md",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                },
                {
                    "url": "https://pypi.org/project/SQUARNA/",
                    "type": [
                        "Installation instructions"
                    ],
                    "note": "pip install SQUARNA"
                }
            ],
            "publication": [
                {
                    "doi": "10.64898/2026.06.30.735492",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": "3.22",
                    "note": "biorxiv preprint",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Eugene F Baulin",
                    "email": "efbaulin@gmail.com",
                    "url": "https://scholar.google.com/citations?user=sjfDaUwAAAAJ&hl=en",
                    "orcidid": "https://orcid.org/0000-0003-4694-9783",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Primary contact",
                        "Support"
                    ],
                    "note": "https://imol.institute/leaders/baulin-group/"
                }
            ],
            "owner": "febos",
            "additionDate": "2023-09-05T09:39:45.613658Z",
            "lastUpdate": "2026-07-03T09:33:38.948762Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "miRcounts",
            "description": "Generates pre-miRNA and mature miRNA count tables from read alignments to\n  pre-miRNA sequences and a gff file, both downloaded from mirBase. Produces also read coverage plots of pre-miRNAs.",
            "homepage": "https://github.com/ARTbio/tools-artbio/tree/main/tools/mircounts",
            "biotoolsID": "mircounts",
            "biotoolsCURIE": "biotools:mircounts",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3198",
                            "term": "Read mapping"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0292",
                            "term": "Sequence alignment"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Shell",
                "Python",
                "R"
            ],
            "license": "MIT",
            "collectionID": [
                "Galaxy Tools"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/ARTbio/tools-artbio/tree/main/tools/mircounts",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "http://artbio.fr",
                    "type": [
                        "Other"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "VKasalica",
            "additionDate": "2026-06-18T00:24:30.316906Z",
            "lastUpdate": "2026-07-02T09:12:34.528282Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "aniehues"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ClustVis",
            "description": "Web tool which allows users to upload their own data and easily create Principal Component Analysis (PCA) plots and heatmaps. Data can be uploaded as a file or by copy-pasteing it to the text box.",
            "homepage": "http://biit.cs.ut.ee/clustvis",
            "biotoolsID": "clustvis",
            "biotoolsCURIE": "biotools:clustvis",
            "version": [
                "1"
            ],
            "otherID": [
                {
                    "value": "RRID:SCR_017133",
                    "type": "rrid",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0313",
                            "term": "Gene expression clustering"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2942",
                            "term": "Treemap visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2238",
                            "term": "Statistical calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2939",
                            "term": "Principal component plotting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0531",
                            "term": "Heat map generation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3111",
                                "term": "Processed microarray data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3033",
                                    "term": "Matrix format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3113",
                                "term": "Sample annotation"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3033",
                                    "term": "Matrix format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0928",
                                "term": "Gene expression profile"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3033",
                                    "term": "Matrix format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1636",
                                "term": "Heat map"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3466",
                                    "term": "EPS"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3604",
                                    "term": "SVG"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3508",
                                    "term": "PDF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3466",
                                    "term": "EPS"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3604",
                                    "term": "SVG"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3508",
                                    "term": "PDF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [
                "R"
            ],
            "license": "GPL-3.0",
            "collectionID": [
                "Elixir-EE"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Estonia"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/taunometsalu/ClustVis",
                    "type": [
                        "Repository"
                    ],
                    "note": "A code repository in github."
                }
            ],
            "download": [
                {
                    "url": "https://hub.docker.com/r/taunometsalu/clustvis/",
                    "type": "Container file",
                    "note": "Docker image",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biit.cs.ut.ee/clustvis/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkv468",
                    "pmid": "25969447",
                    "pmcid": "PMC4489295",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "ClustVis: A web tool for visualizing clustering of multivariate data using Principal Component Analysis and heatmap",
                        "abstract": "The Principal Component Analysis (PCA) is a widely used method of reducing the dimensionality of highdimensional data, often followed by visualizing two of the components on the scatterplot. Although widely used, the method is lacking an easy-to-use web interface that scientists with little programming skills could use to make plots of their own data. The same applies to creating heatmaps: it is possible to add conditional formatting for Excel cells to show colored heatmaps, but for more advanced features such as clustering and experimental annotations, more sophisticated analysis tools have to be used. We present a web tool called ClustVis that aims to have an intuitive user interface. Users can upload data from a simple delimited text file that can be created in a spreadsheet program. It is possible to modify data processing methods and the final appearance of the PCA and heatmap plots by using drop-down menus, text boxes, sliders etc. Appropriate defaults are given to reduce the time needed by the user to specify input parameters. As an output, users can download PCA plot and heatmap in one of the preferred file formats. This web server is freely available at http://biit.cs.ut.ee/clustvis/.",
                        "date": "2015-01-01T00:00:00Z",
                        "citationCount": 2504,
                        "authors": [
                            {
                                "name": "Metsalu T."
                            },
                            {
                                "name": "Vilo J."
                            }
                        ],
                        "journal": "Nucleic Acids Research"
                    }
                }
            ],
            "credit": [
                {
                    "name": "ELIXIR-EE",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Tauno Metsalu",
                    "email": "tauno.metsalu@ut.ee",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "biit.support@ut.ee",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "user.1781877465",
            "additionDate": "2015-01-22T11:13:24Z",
            "lastUpdate": "2026-07-02T09:12:33.297394Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "may.kay"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "SequenceMatrix",
            "description": "Concatenation software for the fast assembly of multi-gene datasets with character set and codon information.",
            "homepage": "http://www.ggvaidya.com/taxondna/",
            "biotoolsID": "sequencematrix",
            "biotoolsCURIE": "biotools:sequencematrix",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0310",
                            "term": "Sequence assembly"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0196",
                    "term": "Sequence assembly"
                },
                {
                    "uri": "http://edamontology.org/topic_2229",
                    "term": "Cell biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3053",
                    "term": "Genetics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Java"
            ],
            "license": "GPL-2.0",
            "collectionID": [],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/gaurav/taxondna",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "http://taxondna.sourceforge.net",
                    "type": [
                        "Other"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1111/J.1096-0031.2010.00329.X",
                    "pmid": "34875773",
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "SequenceMatrix: Concatenation software for the fast assembly of multi-gene datasets with character set and codon information",
                        "abstract": "We present SequenceMatrix, software that is designed to facilitate the assembly and analysis of multi-gene datasets. Genes are concatenated by dragging and dropping FASTA, NEXUS, or TNT files with aligned sequences into the program window. A multi-gene dataset is concatenated and displayed in a spreadsheet; each sequence is represented by a cell that provides information on sequence length, number of indels, the number of ambiguous bases (\"Ns\"), and the availability of codon information. Alternatively, GenBank numbers for the sequences can be displayed and exported. Matrices with hundreds of genes and taxa can be concatenated within minutes and exported in TNT, NEXUS, or PHYLIP formats, preserving both character set and codon information for TNT and NEXUS files. SequenceMatrix also creates taxon sets listing taxa with a minimum number of characters or gene fragments, which helps assess preliminary datasets. Entire taxa, whole gene fragments, or individual sequences for a particular gene and species can be excluded from export. Data matrices can be re-split into their component genes and the gene fragments can be exported as individual gene files. SequenceMatrix also includes two tools that help to identify sequences that may have been compromised through laboratory contamination or data management error. One tool lists identical or near-identical sequences within genes, while the other compares the pairwise distance pattern of one gene against the pattern for all remaining genes combined. SequenceMatrix is Java-based and compatible with the Microsoft Windows, Apple MacOS X and Linux operating systems. The software is freely available from © The Willi Hennig Society 2010. © The Willi Hennig Society 2010.",
                        "date": "2011-04-01T00:00:00Z",
                        "citationCount": 1348,
                        "authors": [
                            {
                                "name": "Vaidya G."
                            },
                            {
                                "name": "Lohman D.J."
                            },
                            {
                                "name": "Meier R."
                            }
                        ],
                        "journal": "Cladistics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Rudolf Meier",
                    "email": "meier@nus.edu.sg",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                },
                {
                    "name": "David J. Lohman",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                },
                {
                    "name": "Gaurav Vaidya",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "gaurav",
            "additionDate": "2022-05-17T15:02:47.356289Z",
            "lastUpdate": "2026-07-02T09:12:32.063802Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "BIGR xnattools",
            "description": "xnattools is a python package with a set of modules for performing various operations on data stored in XNAT servers. The main purpose is to provide one standardized platform for running operations on XNAT servers. The package currently contains four tools that use this platform: dicom to nifty conversion, thumbnail generation from dicom, DICOM header data collection, in bulk downloading of a project.",
            "homepage": "https://gitlab.com/radiology/radiomics/xnattools",
            "biotoolsID": "bigr_xnattools",
            "biotoolsCURIE": "biotools:bigr_xnattools",
            "version": [
                "v1.0.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "xnatpy",
                    "type": "uses"
                },
                {
                    "biotoolsID": "xnat",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3096",
                            "term": "Data editing"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2422",
                            "term": "Data retrieval"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3695",
                            "term": "Data filtering"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3436",
                            "term": "Aggregation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [
                {
                    "url": "https://gitlab.com/radiology/radiomics/xnattools",
                    "type": "Source code",
                    "note": null,
                    "version": "v1.0.0"
                }
            ],
            "documentation": [],
            "publication": [],
            "credit": [
                {
                    "name": "Martijn PA Starmans",
                    "email": "m.starmans@erasmusmc.nl",
                    "url": "https://bigr.nl/member/martijn/",
                    "orcidid": "https://orcid.org/0000-0001-5086-7153",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Erasmus MC",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "erik_h.m.",
            "additionDate": "2026-05-07T14:37:06.887814Z",
            "lastUpdate": "2026-07-02T07:58:30.527681Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "DeepTaxa",
            "description": "DeepTaxa is a hybrid CNN-BERT deep learning framework for multi-rank taxonomic classification of 16S rRNA gene sequences. It predicts all seven Linnaean ranks from domain to species in a single forward pass and provides pre-trained checkpoints for full-length 16S and V3-V4 amplicons.",
            "homepage": "https://github.com/systems-genomics-lab/deeptaxa",
            "biotoolsID": "deeptaxa",
            "biotoolsCURIE": "biotools:deeptaxa",
            "version": [
                "1.0.1"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3460",
                            "term": "Taxonomic classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2977",
                                "term": "Nucleic acid sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0637",
                    "term": "Taxonomy"
                },
                {
                    "uri": "http://edamontology.org/topic_3697",
                    "term": "Microbial ecology"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/systems-genomics-lab/deeptaxa",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source code"
                },
                {
                    "url": "https://github.com/systems-genomics-lab/deeptaxa/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": "Bug reports and feature requests"
                },
                {
                    "url": "https://huggingface.co/systems-genomics-lab/deeptaxa",
                    "type": [
                        "Other"
                    ],
                    "note": "Pre-trained model checkpoints"
                }
            ],
            "download": [
                {
                    "url": "https://pypi.org/project/deeptaxa-rrna/",
                    "type": "Software package",
                    "note": "PyPI: pip install deeptaxa-rrna",
                    "version": null
                },
                {
                    "url": "https://anaconda.org/bioconda/deeptaxa-rrna",
                    "type": "Software package",
                    "note": "Bioconda: conda install -c bioconda deeptaxa-rrna",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://systems-genomics-lab.github.io/deeptaxa/",
                    "type": [
                        "User manual"
                    ],
                    "note": "Tutorials: prediction, training, analysis, architecture"
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioadv/vbag166",
                    "pmid": "42381921",
                    "pmcid": "PMC13316423",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Ahmed Moustafa",
                    "email": "amoustafa@aucegypt.edu",
                    "url": "https://ahmedmoustafa.github.io/",
                    "orcidid": "https://orcid.org/0000-0002-0111-3555",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": "Professor at the American University in Cairo"
                },
                {
                    "name": "Rana Salah",
                    "email": "rana_salah@aucegypt.edu",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-2344-0714",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Khlood R. AbdElaal",
                    "email": "khlood.ramadan@aucegypt.edu",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0009-0054-9283",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Lobna Ghonaim",
                    "email": "lobnaghonaim@aucegypt.edu",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0003-6158-0029",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "ahmed7",
            "additionDate": "2026-06-23T15:47:38.017635Z",
            "lastUpdate": "2026-07-01T19:35:41.530572Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Babel",
            "description": "Hand-curated Snakemake pipelines to combine identifier cross-references from multiple sources across dozens of biomedical types, including anatomical entities, diseases and phenotypes, genes and proteins and many others.",
            "homepage": "https://github.com/NCATSTranslator/Babel",
            "biotoolsID": "babel",
            "biotoolsCURIE": "biotools:babel",
            "version": [
                "1.17"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "nodenorm",
                    "type": "usedBy"
                },
                {
                    "biotoolsID": "nameres",
                    "type": "usedBy"
                }
            ],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [
                "Python"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/NCATSTranslator/Babel/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                },
                {
                    "url": "https://lists.renci.org/mailman3/lists/babel-tools.lists.renci.org/",
                    "type": [
                        "Mailing list"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/NCATSTranslator/Babel",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.48550/arXiv.2601.10008",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Preprint"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "gaurav",
            "additionDate": "2026-06-29T22:57:54.304323Z",
            "lastUpdate": "2026-06-29T23:21:10.073541Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "PanAbyss",
            "description": "PanAbyss is a tool for exploring and visualizing pangenome graphs. It allows users to search for and display regions of a pangenome using coordinates on a reference individual or based on annotations. It also enables searching for regions associated with a selected set of individuals (for example, those linked to a phenotype), computing proximity trees, and retrieving sequences from a given region.",
            "homepage": "https://github.com/Pange31/PanAbyss",
            "biotoolsID": "panabyss",
            "biotoolsCURIE": "biotools:panabyss",
            "version": [
                "1.4.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [
                "France"
            ],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/Pange31/PanAbyss/wiki",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Graziani",
                    "email": "fabien.graziani@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0002-3966-0906",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "fabien",
            "additionDate": "2026-06-29T09:42:44.084698Z",
            "lastUpdate": "2026-06-29T09:42:44.086988Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "PathBench-MIL",
            "description": "PathBench-MIL is a comprehensive, flexible benchmarking/AutoML framework for multiple instance learning in histopathology",
            "homepage": "https://github.com/Sbrussee/PathBench-MIL",
            "biotoolsID": "PathBench-MIL",
            "biotoolsCURIE": "biotools:PathBench-MIL",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3659",
                            "term": "Regression analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2425",
                            "term": "Optimisation and refinement"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2990",
                            "term": "Classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2093",
                                "term": "Data reference"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3905",
                                "term": "Histogram"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0634",
                    "term": "Pathology"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python",
                "Shell"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.48550/arXiv.2512.17517",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2026-06-26T09:18:51.735249Z",
            "lastUpdate": "2026-06-26T09:18:51.737709Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ab1lens",
            "description": "Browser-based tool for viewing, comparing, and inspecting Sanger sequencing ab1 / ABIF chromatogram files. Files are processed locally in the browser.",
            "homepage": "https://fishka.bio/ab1lens",
            "biotoolsID": "ab1lens",
            "biotoolsCURIE": "biotools:ab1lens",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_3673",
                    "term": "Whole genome sequencing"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": "Freeware",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "fishka",
            "additionDate": "2026-06-26T00:29:30.740942Z",
            "lastUpdate": "2026-06-26T00:29:51.174383Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "RAMEN",
            "description": "Regional Association of Methylome variability with the Exposome and geNome (RAMEN) is an R package whose goal is to identify genome-wide Variable Methylated Loci (VML) from microarray DNA methylation data; then, using genomic and exposomic data, it can identify which model out of the following explains best the DNA methylation variability at each VML: genetic (G), environmental (E), additive (G+E) or interactive (GxE).",
            "homepage": "https://ericknavarrod.github.io/RAMEN/",
            "biotoolsID": "ramen",
            "biotoolsCURIE": "biotools:ramen",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3659",
                            "term": "Regression analysis"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3173",
                    "term": "Epigenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0625",
                    "term": "Genotype and phenotype"
                },
                {
                    "uri": "http://edamontology.org/topic_3391",
                    "term": "Omics"
                }
            ],
            "operatingSystem": [],
            "language": [
                "R"
            ],
            "license": "GPL-3.0-or-later",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/ErickNavarroD/RAMEN",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/ErickNavarroD/RAMEN",
                    "type": "Software package",
                    "note": null,
                    "version": "2"
                }
            ],
            "documentation": [
                {
                    "url": "https://ericknavarrod.github.io/RAMEN/articles/RAMEN.html",
                    "type": [
                        "Quick start guide"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/s13059-025-03864-4",
                    "pmid": "41372765",
                    "pmcid": "PMC12690895",
                    "type": [
                        "Primary"
                    ],
                    "version": "1",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Erick Navarro-Delgado",
                    "email": "erick.navarrodelgado@bcchr.ca",
                    "url": "https://erick-navarrodelgado.netlify.app",
                    "orcidid": "https://orcid.org/0000-0003-1040-3519",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "erick_i.",
            "additionDate": "2026-06-24T20:27:32.565022Z",
            "lastUpdate": "2026-06-24T20:27:46.820127Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Dante",
            "description": "DANTE (Da Amazing NucleoTide Exposer) is an algorithm for genotyping STR (short tandem repeat) alleles from NGS reads. It accounts for natural deviations from the expected sequence including repeat count variation, sequencing errors, ambiguous bases, and complex multi-motif loci. Provides evidence for expanded alleles too long to be captured by a single NGS read, as well as allelic point mutations, small insertions and deletions relevant for diagnostic evaluation. Includes both command-line and graphical user interface.",
            "homepage": "https://github.com/dante-tr/dante-tr",
            "biotoolsID": "dante-tr",
            "biotoolsCURIE": "biotools:dante-tr",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3196",
                            "term": "Genotyping"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2200",
                                    "term": "FASTA-like (text)"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2182",
                                    "term": "FASTQ-like format (text)"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2572",
                                    "term": "BAM"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0920",
                                "term": "Genotype/phenotype report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0199",
                    "term": "Genetic variation"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python",
                "Rust"
            ],
            "license": "CC-BY-NC-SA-4.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access (with restrictions)",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/dante-tr/dante-tr",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/dante-tr/dante-tr",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/dante-tr/dante-tr/blob/main/README.md",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/bty791",
                    "pmid": "30203023",
                    "pmcid": "PMC6166771",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Jaroslav Budiš",
                    "email": "jaroslav.budis@geneton.sk",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8667-6655",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Andrej Baláž",
                    "email": "andrej.balaz@geneton.sk",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-3113-3389",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "andrej",
            "additionDate": "2026-06-17T13:48:11.660514Z",
            "lastUpdate": "2026-06-24T08:53:34.874439Z",
            "editPermission": {
                "type": "group",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Agentic Target Evidence",
            "description": "Multi-agent system for drug-discovery gene target validation. LangGraph agents over an MCP data layer (~26 data sources, ~44 tools) score evidence across six independent lenses (genetics, biology, safety, clinical, commercial, regulatory) into a provenanced dossier. Configurable local/cloud LLM routing with full Langfuse/OTEL traceability.",
            "homepage": "https://github.com/athril/agentic-target-evidence",
            "biotoolsID": "agentic-target-evidence",
            "biotoolsCURIE": "biotools:agentic-target-evidence",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3436",
                            "term": "Aggregation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3561",
                            "term": "Database comparison"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2945",
                            "term": "Data analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3908",
                            "term": "Information retrieval"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Script",
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2815",
                    "term": "Human biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3295",
                    "term": "Epigenetics"
                },
                {
                    "uri": "http://edamontology.org/topic_3297",
                    "term": "Biotechnology"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0218",
                    "term": "Natural language processing"
                },
                {
                    "uri": "http://edamontology.org/topic_3303",
                    "term": "Medicine"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/athril/agentic-target-evidence",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "patryk",
            "additionDate": "2026-06-23T20:29:11.270827Z",
            "lastUpdate": "2026-06-23T20:29:11.276801Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein MD Setup tutorial through REST API",
            "description": "This tutorial aims to illustrate the process of setting up a simulation system containing a protein, step by step, using the BioExcel Building Blocks (biobb) REST API. The particular example used is the Lysozyme protein (PDB code 1AKI).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/availability/tutorials/rest-api",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein_md_setup_tutorial_through_rest_api",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein_md_setup_tutorial_through_rest_api",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "gromacs",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3880",
                                    "term": "GROMACS top"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3883",
                                    "term": "GROMACS itp"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3910",
                                    "term": "trr"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web API",
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://mmb.irbbarcelona.org/biobb/availability/tutorials/rest-api",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in HTML"
                },
                {
                    "url": "https://biobb-wf-md-setup-api.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_md_setup_api",
                    "type": [
                        "Other"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_md_setup_api",
                    "type": "Source code",
                    "note": null,
                    "version": "March 2020"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-md-setup-api.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "BioExcel Building Blocks API Tutorial documentation"
                },
                {
                    "url": "http://mmb.irbbarcelona.org/biobb-api/rest",
                    "type": [
                        "API documentation"
                    ],
                    "note": "BioExcel Building Blocks Swagger API documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": "Beta",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Primary contact",
                        "Maintainer",
                        "Support"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2020-05-14T06:27:59Z",
            "lastUpdate": "2026-06-23T17:06:12.372797Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "aniewielska",
                    "gelpi@ub.edu"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: ABC MD Setup",
            "description": "This BioExcel Building Blocks library (BioBB) workflow provides a pipeline to setup DNA structures for the Ascona B-DNA Consortium (ABC) members. It follows the work started with the NAFlex tool to offer a single, reproducible pipeline for structure preparation, ensuring reproducibility and coherence between all the members of the consortium.",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#abc-md-setup",
            "biotoolsID": "bioexcel_building_blocks_tutorials_abc_md_setup",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_abc_md_setup",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "ambertools",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3881",
                                    "term": "AMBER top"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3878",
                                    "term": "mdcrd"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3650",
                                    "term": "NetCDF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_0097",
                    "term": "Nucleic acid structure analysis"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/abcsetup_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/abcsetup_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Workflow Documentation in Read the Docs"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioExcel Center of Excellence for Computational Biomolecular Research",
                    "email": null,
                    "url": "https://www.bioexcel.eu",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2021-11-30T12:19:46.333000Z",
            "lastUpdate": "2026-06-23T17:04:33.929164Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein-Ligand Complex MD Setup (Amber Version)",
            "description": "This tutorial aims to illustrate the process of setting up a simulation system containing a protein in complex with a ligand, step by step, using the BioExcel Building Blocks library (biobb) wrapping the AmberTools utility from the AMBER package. The particular example used is the T4 lysozyme protein (PDB code 3HTB) with two residue modifications L99A/M102Q complexed with the small ligand 2-propylphenol (3-letter code JZ4).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#amber-protein-ligand-complex-md-setup",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein-ligand_complex_md_setup_amber_version",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein-ligand_complex_md_setup_amber_version",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "ambertools",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3881",
                                    "term": "AMBER top"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3878",
                                    "term": "mdcrd"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3650",
                                    "term": "NetCDF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/mdsetup_lig_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/mdsetup_lig_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioExcel Center of Excellence for Computational Biomolecular Research",
                    "email": null,
                    "url": "https://www.bioexcel.eu",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2021-11-30T11:57:19.541280Z",
            "lastUpdate": "2026-06-23T17:02:54.319839Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Structural DNA helical parameters from MD trajectory",
            "description": "This tutorial aims to illustrate the process of extracting structural and dynamical properties from a DNA MD trajectory helical parameters, step by step, using the BioExcel Building Blocks library (biobb). The particular example used is the Drew Dickerson Dodecamer sequence -CGCGAATTCGCG- (PDB code 1BNA). The trajectory used is a 500ns-long MD simulation taken from the BigNASim database (NAFlex_DDD_II entry).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#structural-dna-helical-parameters",
            "biotoolsID": "bioexcel_building_blocks_tutorials_structural_dna_helical_parameters_from_md_trajectory",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_structural_dna_helical_parameters_from_md_trajectory",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "curves",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0262",
                            "term": "Nucleic acid property calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2481",
                            "term": "Nucleic acid structure analysis"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3650",
                                    "term": "NetCDF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3878",
                                    "term": "mdcrd"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3905",
                                "term": "Histogram"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1637",
                                    "term": "dat"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0912",
                                "term": "Nucleic acid property"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1637",
                                    "term": "dat"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0097",
                    "term": "Nucleic acid structure analysis"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://biobb-wf-dna-helparms.readthedocs.io/en/latest/tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_dna_helparms",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_dna_helparms",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-dna-helparms.readthedocs.io/en/latest/tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Workflow documentation in Read the Docs"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioExcel Center of Excellence for Computational Biomolecular Research",
                    "email": null,
                    "url": "https://www.bioexcel.eu",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2021-11-30T12:32:35.366777Z",
            "lastUpdate": "2026-06-23T17:00:49.998178Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: AMBER Constant pH MD setup",
            "description": "This tutorial aims to illustrate the process of setting up a simulation system to run constant pH Molecular Dynamics simulations with AMBER, step by step, using the BioExcel Building Blocks library (biobb) wrapping the AmberTools utility from the AMBER package. The particular example used is the Bovine Pancreatic Trypsin Inhibitor (BPTI) protein (PDB code 6PTI).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#amber-constant-ph-md-setup",
            "biotoolsID": "bioexcel_building_blocks_tutorials_amber_constant_ph_md_setup",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_amber_constant_ph_md_setup",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "ambertools",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3881",
                                    "term": "AMBER top"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3878",
                                    "term": "mdcrd"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3650",
                                    "term": "NetCDF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/mdsetup_ph_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/mdsetup_ph_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioExcel Center of Excellence for Computational Biomolecular Research",
                    "email": null,
                    "url": "https://www.bioexcel.eu",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2021-11-30T12:08:20.482872Z",
            "lastUpdate": "2026-06-23T16:58:59.897484Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein MD Setup (Amber Version)",
            "description": "This tutorial aims to illustrate the process of setting up a simulation system containing a protein, step by step, using the BioExcel Building Blocks library (biobb) wrapping the AmberTools utility from the AMBER package. The particular example used is the Lysozyme protein (PDB code 1AKI).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#amber-protein-md-setup",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein_md_setup_amber_version",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein_md_setup_amber_version",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "ambertools",
                    "type": "uses"
                },
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3890",
                            "term": "Trajectory visualization"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3881",
                                    "term": "AMBER top"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3650",
                                    "term": "NetCDF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3878",
                                    "term": "mdcrd"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/mdsetup_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_amber_md_setup",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-amber-md-setup.readthedocs.io/en/latest/mdsetup_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs Workflow Documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioExcel Center of Excellence for Computational Biomolecular Research",
                    "email": null,
                    "url": "https://www.bioexcel.eu",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2021-11-30T11:39:19.844213Z",
            "lastUpdate": "2026-06-23T16:57:08.484944Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Macromolecular Coarse-Grained Flexibility",
            "description": "This tutorial aims to illustrate the process of generating protein conformational ensembles from 3D structures using Coarse-Grained tools from the FlexServ server and analysing its molecular flexibility",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#macromolecular-coarse-grained-flexibility",
            "biotoolsID": "bioexcel_building_blocks_tutorials_macromolecular_coarse-grained_flexibility",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_macromolecular_coarse-grained_flexibility",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "flexserv",
                    "type": "uses"
                },
                {
                    "biotoolsID": "nglview",
                    "type": "uses"
                },
                {
                    "biotoolsID": "pcasuite",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0474",
                            "term": "Protein structure prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2939",
                            "term": "Principal component visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0250",
                            "term": "Protein property calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3890",
                            "term": "Trajectory visualization"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3891",
                            "term": "Essential dynamics"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3874",
                                    "term": "PCAzip"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3892",
                    "term": "Biomolecular simulation"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0160",
                    "term": "Sequence sites, features and motifs"
                },
                {
                    "uri": "http://edamontology.org/topic_0082",
                    "term": "Structure prediction"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://mmb.irbbarcelona.org/biobb/workflows#macromolecular-coarse-grained-flexibility",
                    "type": [
                        "Other"
                    ],
                    "note": "Main web site (BioBB Workflows)"
                },
                {
                    "url": "https://biobb-wf-flexserv.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read The Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_flexserv",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_flexserv",
                    "type": "Source code",
                    "note": null,
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-flexserv.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read The Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/es/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel CoE",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2023-08-29T10:55:17.540852Z",
            "lastUpdate": "2026-06-23T16:54:50.355496Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein-Ligand Complex MD Setup (Gromacs Version)",
            "description": "This tutorial aims to illustrate the process of setting up a simulation system containing a protein in complex with a ligand, step by step, using the BioExcel Building Blocks library (biobb). The particular example used is the T4 lysozyme L99A/M102Q protein (PDB code 3HTB), in complex with the 2-propylphenol small molecule (3-letter Code JZ4).",
            "homepage": "http://mmb.irbbarcelona.org/biobb/workflows/#gromacs-protein-ligand-complex-md-setup",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein-ligand_complex_md_setup",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein-ligand_complex_md_setup",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "gromacs",
                    "type": "uses"
                },
                {
                    "biotoolsID": "open_babel",
                    "type": "uses"
                },
                {
                    "biotoolsID": "acpype",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2480",
                            "term": "Structure analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1461",
                                "term": "Protein-ligand complex"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3880",
                                    "term": "GROMACS top"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3883",
                                    "term": "GROMACS itp"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3910",
                                    "term": "trr"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-protein-complex-md-setup.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_protein-complex_md_setup",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_protein-complex_md_setup",
                    "type": "Source code",
                    "note": null,
                    "version": "March 2020"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-protein-complex-md-setup.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": "Beta",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/genis-bayarri",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Pau Andrio",
                    "email": "pau.andrio@bsc.es",
                    "url": "https://www.bsc.es/andrio-balado-pau",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel Centre of Excellence",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2020-05-12T11:24:04Z",
            "lastUpdate": "2026-06-23T16:52:51.849360Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "aniewielska",
                    "gelpi@ub.edu"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Mutation Free Energy Calculations",
            "description": "This tutorial aims to illustrate how to compute a fast-growth mutation free energy calculation, step by step, using the BioExcel Building Blocks library (biobb). The particular example used is the Staphylococcal nuclease protein (PDB code 1STN), a small, minimal protein, appropriate for a short tutorial.",
            "homepage": "http://mmb.irbbarcelona.org/biobb/workflows/#mutation-free-energy-calculations",
            "biotoolsID": "bioexcel_building_blocks_tutorials_mutation_free_energy_calculations",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_mutation_free_energy_calculations",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "gromacs",
                    "type": "uses"
                },
                {
                    "biotoolsID": "pmx",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0331",
                            "term": "Variant effect prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3875",
                                    "term": "XTC"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3880",
                                    "term": "GROMACS top"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3883",
                                    "term": "GROMACS itp"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3779",
                                "term": "Annotated text"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3905",
                                "term": "Histogram"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3910",
                                    "term": "trr"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_3120",
                    "term": "Protein variants"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-pmx-tutorial.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_pmx_tutorial",
                    "type": [
                        "Other"
                    ],
                    "note": "Source code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_pmx_tutorial",
                    "type": "Source code",
                    "note": null,
                    "version": "March 2020"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-pmx-tutorial.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": "Beta",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/genis-bayarri",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Pau Andrio",
                    "email": "pau.andrio@bsc.es",
                    "url": "https://www.bsc.es/andrio-balado-pau",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel Centre of Excellence",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2020-05-12T12:00:20Z",
            "lastUpdate": "2026-06-23T16:50:18.260408Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "aniewielska",
                    "gelpi@ub.edu",
                    "felixamaladoss"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Automatic Ligand parameterization",
            "description": "This tutorial aims to illustrate the process of ligand parameterization for a small molecule, step by step, using the BioExcel Building Blocks library (biobb). The particular example used is the Ibuprofen small compound (3-letter code IBP, Drugbank code DB01050), a non-steroidal anti-inflammatory drug (NSAID) derived from propionic acid.",
            "homepage": "http://mmb.irbbarcelona.org/biobb/workflows/#automatic-ligand-parameterization",
            "biotoolsID": "bioexcel_building_blocks_tutorials_automatic_ligand_parameterization",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_automatic_ligand_parameterization",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "acpype",
                    "type": "uses"
                },
                {
                    "biotoolsID": "open_babel",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2426",
                            "term": "Modelling and simulation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1463",
                                "term": "Small molecule structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3880",
                                    "term": "GROMACS top"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3883",
                                    "term": "GROMACS itp"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0154",
                    "term": "Small molecules"
                },
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-ligand-parameterization.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_ligand_parameterization",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_ligand_parameterization",
                    "type": "Source code",
                    "note": null,
                    "version": "March 2020"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-ligand-parameterization.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": "Beta",
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/genis-bayarri",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Pau Andrio",
                    "email": "pau.andrio@bsc.es",
                    "url": "https://www.bsc.es/andrio-balado-pau",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel Centre of Excellence",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2020-05-12T11:40:24Z",
            "lastUpdate": "2026-06-23T16:32:40.638853Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "aniewielska",
                    "gelpi@ub.edu"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein-ligand Docking",
            "description": "This tutorial aims to illustrate the process of protein-ligand docking, step by step, using the BioExcel Building Blocks library (biobb).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#protein-ligand-docking-(fpocket)",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein-ligand_docking",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein-ligand_docking",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "autodock_vina",
                    "type": "uses"
                },
                {
                    "biotoolsID": "fpocket",
                    "type": "uses"
                },
                {
                    "biotoolsID": "pdbe",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0482",
                            "term": "Protein-ligand docking"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1463",
                                "term": "Small molecule structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3814",
                                    "term": "SDF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1461",
                                "term": "Protein-ligand complex"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2275",
                    "term": "Molecular modelling"
                },
                {
                    "uri": "http://edamontology.org/topic_0082",
                    "term": "Structure prediction"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-virtual-screening.readthedocs.io/en/latest/cluster_bs_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read The Docs (PDB Cluster90 Binding Site Version)"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_virtual-screening",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                },
                {
                    "url": "https://biobb-wf-virtual-screening.readthedocs.io/en/latest/ebi_api_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs (PDBe REST-API Binding Site Version)"
                },
                {
                    "url": "https://biobb-wf-virtual-screening.readthedocs.io/en/latest/fpocket_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs (Fpocket Binding Site Version)"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_virtual-screening",
                    "type": "Source code",
                    "note": null,
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-virtual-screening.readthedocs.io/en/latest/cluster_bs_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs Workflow Documentation (PDB Cluster90 Binding Site Version)"
                },
                {
                    "url": "https://biobb-wf-virtual-screening.readthedocs.io/en/latest/ebi_api_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs Workflow Documentation (PDBe REST-API Binding Site Version)"
                },
                {
                    "url": "https://biobb-wf-virtual-screening.readthedocs.io/en/latest/fpocket_tutorial.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs Workflow Documentation (Fpocket Binding Site Version)"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioExcel Center of Excellence for Computational Biomolecular Research",
                    "email": null,
                    "url": "https://www.bioexcel.eu",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2021-11-30T11:10:36.326367Z",
            "lastUpdate": "2026-06-23T16:30:08.137517Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "gelpi@ub.edu"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Molecular Structure Checking",
            "description": "This tutorial aims to illustrate the process of checking a molecular structure before using it as an input for a Molecular Dynamics simulation, step by step, using the BioExcel Building Blocks (biobb).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#molecular-structure-checking",
            "biotoolsID": "bioexcel_building_blocks_tutorials_molecular_structure_checking",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_molecular_structure_checking",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2426",
                            "term": "Modelling and simulation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3892",
                    "term": "Biomolecular simulation"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0082",
                    "term": "Structure prediction"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-structure-checking.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_structure_checking",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_structure_checking",
                    "type": "Source code",
                    "note": "Source Code in GitHub",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-structure-checking.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Documentation in Read the Docs"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/es/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Josep Lluís Gelpí",
                    "email": "gelpi@ub.edu",
                    "url": "https://www.bsc.es/es/gelpi-josep",
                    "orcidid": "https://orcid.org/0000-0002-0566-7723",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel CoE",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2023-08-31T07:17:58.720385Z",
            "lastUpdate": "2026-06-23T16:27:15.724435Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein Conformational Transitions",
            "description": "This tutorial aims to illustrate the process of computing a conformational transition between two known structural conformations of a protein, step by step, using the BioExcel Building Blocks (biobb).",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#protein-conformational-transitions-calculations",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein_conformational_transitions",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein_conformational_transitions",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "godmd",
                    "type": "uses"
                },
                {
                    "biotoolsID": "water",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2480",
                            "term": "Structure analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3890",
                            "term": "Trajectory visualization"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3878",
                                    "term": "mdcrd"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3874",
                                    "term": "PCAzip"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_3892",
                    "term": "Biomolecular simulation"
                },
                {
                    "uri": "http://edamontology.org/topic_3510",
                    "term": "Protein sites, features and motifs"
                },
                {
                    "uri": "http://edamontology.org/topic_2275",
                    "term": "Molecular modelling"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-godmd.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_godmd",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_godmd",
                    "type": "Source code",
                    "note": "Source Code in GitHub",
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-godmd.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Documentation in Read the Docs"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1093/bioinformatics/btt324",
                    "pmid": "23740746",
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "GOdMD method",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital Gasch",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/es/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel CoE",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2023-08-31T07:04:02.274853Z",
            "lastUpdate": "2026-06-23T16:21:43.251505Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Molecular Interaction Potentials",
            "description": "This tutorial aims to illustrate the process of computing classical molecular interaction potentials from protein structures step by step, using the BioExcel Building Blocks library (biobb)",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#molecular-interaction-potentials",
            "biotoolsID": "bioexcel_building_blocks_tutorials_molecular_interaction_potentials",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_molecular_interaction_potentials",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "nglview",
                    "type": "uses"
                },
                {
                    "biotoolsID": "classical_molecular_interaction_potentials_cmip",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0248",
                            "term": "Residue interaction calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0272",
                            "term": "Residue contact prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2480",
                            "term": "Structure analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2949",
                            "term": "Protein-protein interaction analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0906",
                                "term": "Protein interaction data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1277",
                                "term": "Protein features"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3892",
                    "term": "Biomolecular simulation"
                },
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-cmip.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read The Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_cmip",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_cmip",
                    "type": "Source code",
                    "note": null,
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-cmip.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/es/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel CoE",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2023-08-29T13:59:17.320256Z",
            "lastUpdate": "2026-06-23T16:19:51.986263Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein MD Setup (Gromacs Version)",
            "description": "This tutorial aims to illustrate the process of setting up a simulation system containing a protein, step by step, using the BioExcel Building Blocks library (biobb). The particular example used is the Lysozyme protein (PDB code 1AKI).",
            "homepage": "http://mmb.irbbarcelona.org/biobb/workflows/#gromacs-protein-md-setup",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein_md_setup",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein_md_setup",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "gromacs",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0477",
                            "term": "Protein modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3883",
                                    "term": "GROMACS itp"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3880",
                                    "term": "GROMACS top"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3910",
                                    "term": "trr"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0176",
                    "term": "Molecular dynamics"
                },
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain",
                "UK"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://biobb-wf-md-setup.readthedocs.io/en/latest/index.html",
                    "type": [
                        "Other"
                    ],
                    "note": "Tutorial in Read the Docs"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_wf_md_setup",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_md_setup",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biobb-wf-md-setup.readthedocs.io/en/latest/?badge=latest",
                    "type": [
                        "Other"
                    ],
                    "note": "Read the Docs workflow documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Other"
                    ],
                    "version": "Beta",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/genis-bayarri",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/profile/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "BioExcel Centre of Excellence",
                    "email": null,
                    "url": "https://bioexcel.eu/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Pau Andrio",
                    "email": "pau.andrio@bsc.es",
                    "url": "https://www.bsc.es/andrio-balado-pau",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Support"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2020-05-12T10:28:03Z",
            "lastUpdate": "2026-06-23T16:17:49.775017Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "aniewielska",
                    "gelpi@ub.edu"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein-Protein Docking",
            "description": "This tutorial aims to illustrate the process of protein-protein docking, step by step, using HADDOCK3 and the BioExcel Building Blocks (biobb)",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#protein-protein-docking",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein-protein_docking",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein-protein_docking",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "haddock3",
                    "type": "uses"
                },
                {
                    "biotoolsID": "nglview",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2423",
                            "term": "Prediction and recognition"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0478",
                            "term": "Molecular docking"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2275",
                    "term": "Molecular modelling"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_haddock",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_haddock",
                    "type": "Source code",
                    "note": "Source Code",
                    "version": "1.0"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_workflows/tree/main/biobb_wf_haddock/docker",
                    "type": "Container file",
                    "note": "Docker Container",
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_haddock",
                    "type": [
                        "General",
                        "Installation instructions"
                    ],
                    "note": "Workflow Documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Primary"
                    ],
                    "version": "1.0",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Rubén Chaves",
                    "email": "ruben.chaves@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/ruben-chaves",
                    "orcidid": "https://orcid.org/0009-0005-6656-2991",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2026-06-23T12:24:13.306336Z",
            "lastUpdate": "2026-06-23T12:32:05.370626Z",
            "editPermission": {
                "type": "group",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: Protein-Membrane MD analysis",
            "description": "This tutorial aims to illustrate the process of analyzing a membrane molecular dynamics (MD) simulation, step by step, using the BioExcel Building Blocks (biobb)",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#protein-membrane-md-analysis",
            "biotoolsID": "bioexcel_building_blocks_tutorials_protein-membrane_md_analysis",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_protein-membrane_md_analysis",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "nglview",
                    "type": "uses"
                },
                {
                    "biotoolsID": "mdanalysis",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2241",
                            "term": "Transmembrane protein visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0250",
                            "term": "Protein property calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0270",
                            "term": "Transmembrane protein analysis"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3881",
                                    "term": "AMBER top"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3882",
                                    "term": "PSF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3880",
                                    "term": "GROMACS top"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3875",
                                    "term": "XTC"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3650",
                                    "term": "NetCDF"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0897",
                                "term": "Protein property"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1277",
                                "term": "Protein features"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3892",
                    "term": "Biomolecular simulation"
                },
                {
                    "uri": "http://edamontology.org/topic_0820",
                    "term": "Membrane and lipoproteins"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_mem",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_mem",
                    "type": "Source code",
                    "note": "Source Code",
                    "version": "1.0"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_workflows/tree/main/biobb_wf_mem/docker",
                    "type": "Container file",
                    "note": "Docker Container",
                    "version": "1.0"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_workflows/tree/main/biobb_wf_mem/cwl",
                    "type": "Tool wrapper (CWL)",
                    "note": "CWL Specification",
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_mem",
                    "type": [
                        "General",
                        "Installation instructions"
                    ],
                    "note": "Workflow Documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Primary"
                    ],
                    "version": "1.0",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [
                        "Usage"
                    ],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Rubén Chaves",
                    "email": "ruben.chaves@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/ruben-chaves",
                    "orcidid": "https://orcid.org/0009-0005-6656-2991",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2026-06-23T12:08:08.476564Z",
            "lastUpdate": "2026-06-23T12:22:12.691826Z",
            "editPermission": {
                "type": "group",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BioExcel Building Blocks tutorials: AutoEncoders for Anomaly Detection",
            "description": "This tutorial involves the use of a multilayer AutoEncoder (AE) for feature extraction and pattern recognition by analyzing Molecular Dynamic Simulations, step by step, using the BioExcel Building Blocks library (biobb)",
            "homepage": "https://mmb.irbbarcelona.org/biobb/workflows/#autoencoders-for-anomaly-detection",
            "biotoolsID": "bioexcel_building_blocks_tutorials_autoencoders_for_anomaly_detection",
            "biotoolsCURIE": "biotools:bioexcel_building_blocks_tutorials_autoencoders_for_anomaly_detection",
            "version": [
                "1.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "biobb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "nglview",
                    "type": "uses"
                },
                {
                    "biotoolsID": "pytorch",
                    "type": "uses"
                },
                {
                    "biotoolsID": "mdtraj",
                    "type": "uses"
                },
                {
                    "biotoolsID": "matplotlib",
                    "type": "uses"
                },
                {
                    "biotoolsID": "numpy",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3890",
                            "term": "Trajectory visualization"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3092",
                            "term": "Protein feature detection"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0250",
                            "term": "Protein property calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2476",
                            "term": "Molecular dynamics"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3870",
                                "term": "Trajectory data"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3872",
                                "term": "Topology data"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3842",
                                "term": "Molecular simulation data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3875",
                                    "term": "XTC"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3892",
                    "term": "Biomolecular simulation"
                },
                {
                    "uri": "http://edamontology.org/topic_3510",
                    "term": "Protein sites, features and motifs"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "BioExcel"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability",
                "Tools"
            ],
            "elixirNode": [
                "Spain"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_autoencoder",
                    "type": [
                        "Repository"
                    ],
                    "note": "Source Code in GitHub"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_autoencoder",
                    "type": "Source code",
                    "note": "Source Code",
                    "version": "1.0"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_workflows/tree/main/biobb_wf_autoencoder/docker",
                    "type": "Container file",
                    "note": "Docker Container",
                    "version": "1.0"
                },
                {
                    "url": "https://github.com/bioexcel/biobb_workflows/tree/main/biobb_wf_autoencoder/cwl",
                    "type": "Tool wrapper (CWL)",
                    "note": "CWL specification",
                    "version": "1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/bioexcel/biobb_wf_autoencoder",
                    "type": [
                        "General",
                        "Installation instructions"
                    ],
                    "note": "Workflow Documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-019-0177-4",
                    "pmid": "31506435",
                    "pmcid": "PMC6736963",
                    "type": [
                        "Primary"
                    ],
                    "version": "1.0",
                    "note": "BioExcel Building Blocks (BioBB)",
                    "metadata": null
                },
                {
                    "doi": "10.1371/journal.pcbi.1012173",
                    "pmid": "38900779",
                    "pmcid": "PMC11189206",
                    "type": [],
                    "version": "1.0",
                    "note": "Using interactive Jupyter Notebooks and BioConda for FAIR and reproducible biomolecular simulation workflows",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Adam Hospital",
                    "email": "adam.hospital@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/adam-hospital",
                    "orcidid": "https://orcid.org/0000-0002-8291-8071",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Genís Bayarri",
                    "email": "genis.bayarri@irbbarcelona.org",
                    "url": "https://www.irbbarcelona.org/en/research/genis-bayarri",
                    "orcidid": "https://orcid.org/0000-0003-0513-0288",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Pieter Zanders",
                    "email": "pieter.zanders@bsc.es",
                    "url": "https://www.bsc.es/zanders-marxuach-pieter",
                    "orcidid": "https://orcid.org/0009-0000-3463-6806",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "adam.hospital@irbbarcelona.org",
            "additionDate": "2026-06-23T09:59:59.275908Z",
            "lastUpdate": "2026-06-23T10:54:01.751191Z",
            "editPermission": {
                "type": "group",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "metagWGS",
            "description": "metagWGS is a workflow dedicated to the analysis of metagenomic data. It allows assembly, taxonomic annotation, and functional annotation of predicted genes. Since release 2.3, binning step with the possibility of cross-alignment is included. It has been developed in collaboration with several CATI BIOS4biol agents. Funded by Antiselfish Project (Labex Ecofect), ExpoMicoPig project (France Futur elevage) and SeqOccIn project (CPER - Occitanie Toulouse / FEDER), ATB_Biofilm funded by PNREST Anses, France genomique (ANR-10-INBS-09-08) and Resalab Ouest.",
            "homepage": "https://forge.inrae.fr/genotoul-bioinfo/metagwgs",
            "biotoolsID": "metagwgs",
            "biotoolsCURIE": "biotools:metagwgs",
            "version": [
                "2.3",
                "2.5.0",
                "2.6.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3460",
                            "term": "Taxonomic classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3028",
                                "term": "Taxonomy"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1915",
                                    "term": "Format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3672",
                            "term": "Gene functional annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3917",
                                "term": "Count matrix"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1915",
                                    "term": "Format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0524",
                            "term": "De-novo assembly"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [
                "France"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://forge.inrae.fr/genotoul-bioinfo/metagwgs",
                    "type": [
                        "Repository"
                    ],
                    "note": "See documentation, source code and functionnal test documentation."
                }
            ],
            "download": [
                {
                    "url": "https://forge.inrae.fr/genotoul-bioinfo/metagwgs-test-datasets",
                    "type": "Test data",
                    "note": "Functional tests data and script",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://genotoul-bioinfo.pages-forge.inrae.fr/metagwgs/master/index.html",
                    "type": [
                        "User manual"
                    ],
                    "note": "We provide up to date installation documentation, usage documentation, output description and functionnal test datasets and procedure."
                }
            ],
            "publication": [
                {
                    "doi": "10.1101/2024.09.13.612854",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Preprint"
                    ],
                    "version": null,
                    "note": "metagWGS, a comprehensive workflow to analyze metagenomic data using Illumina or PacBio HiFi reads\nJean Mainguy, Maïna Vienne, Joanna Fourquet, Vincent Darbot, Céline Noirot, Adrien Castinel, Sylvie Combes, Christine Gaspin, Denis Milan, Cécile Donnadieu, Carole Iampietro, Olivier Bouchez, Géraldine Pascal, Claire Hoede\nbioRxiv 2024.09.13.612854",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Claire Hoede",
                    "email": "claire.hoede@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-5054-7731",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "GenoToul bioinformatics facility",
                    "email": null,
                    "url": "http://bioinfo.genotoul.fr/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Division",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "choede",
            "additionDate": "2022-04-19T09:32:41.303637Z",
            "lastUpdate": "2026-06-23T04:42:34.408916Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "pbordron"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "URGI",
            "description": "URGI (Unit Resources Genomics-Info) is a bioinformatics facility who support various research activities on plants of agronomic and forestry interest for INRAE. The platform has federated with 3 other INRAE ​​bioinformatics platforms to form the BioinfOmics research infrastructure. It is part of the French Institute of Bioinformatics which is the French node of the European infrastructure ELIXIR . URGI is part of the Saclay Plant Science network and of the Graduate School Biosphera . URGI is labeled by GIS IBiSA and is ISO-9001 certified.",
            "homepage": "https://urgi.versailles.inrae.fr/",
            "biotoolsID": "urgi",
            "biotoolsCURIE": "biotools:urgi",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3745",
                            "term": "Ancestral reconstruction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2421",
                            "term": "Database search"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Bioinformatics portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0102",
                    "term": "Mapping"
                },
                {
                    "uri": "http://edamontology.org/topic_0780",
                    "term": "Plant biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3175",
                    "term": "Structural variation"
                },
                {
                    "uri": "http://edamontology.org/topic_3943",
                    "term": "Paleogenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0108",
                    "term": "Protein expression"
                },
                {
                    "uri": "http://edamontology.org/topic_0797",
                    "term": "Comparative genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0089",
                    "term": "Ontology and terminology"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [
                "URGI"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "France"
            ],
            "elixirCommunity": [
                "Plant Sciences"
            ],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [
                {
                    "name": "Raphaël Flores",
                    "email": "raphael.flores@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-0278-5441",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "URGI",
                    "email": "urgi-support@inrae.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Division",
                    "typeRole": [
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "raphael.flores",
            "additionDate": "2024-01-10T12:54:25.092426Z",
            "lastUpdate": "2026-06-22T09:23:23.781428Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "cmichotey"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "SyntenyViewer",
            "description": "Comparative genomics-driven translational research tool.",
            "homepage": "https://urgi.versailles.inrae.fr/synteny",
            "biotoolsID": "syntenyviewer",
            "biotoolsCURIE": "biotools:syntenyviewer",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0102",
                    "term": "Mapping"
                },
                {
                    "uri": "http://edamontology.org/topic_0780",
                    "term": "Plant biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3175",
                    "term": "Structural variation"
                },
                {
                    "uri": "http://edamontology.org/topic_3943",
                    "term": "Paleogenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0108",
                    "term": "Protein expression"
                },
                {
                    "uri": "http://edamontology.org/topic_0797",
                    "term": "Comparative genomics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Java",
                "JSP"
            ],
            "license": "Other",
            "collectionID": [
                "URGI"
            ],
            "maturity": "Legacy",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "France"
            ],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1093/database/baad027",
                    "pmid": "37159239",
                    "pmcid": "PMC10167986",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Jerome Salse",
                    "email": "jerome.salse@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-2942-1098",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Raphaël Flores",
                    "email": "raphael.flores@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-0278-5441",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "URGI",
                    "email": "urgi-support@inrae.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Division",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                }
            ],
            "owner": "raphael.flores",
            "additionDate": "2026-06-22T09:20:29.144541Z",
            "lastUpdate": "2026-06-22T09:20:29.147030Z",
            "editPermission": {
                "type": "group",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "Py-HLA-Match",
            "description": "Py-HLA-Match is a Python library for standardised, rule-based HLA (Human Leukocyte Antigen) matching in retrospective analyses, method development, benchmarking, and in-silico studies in immunogenetics and related fields.",
            "homepage": "https://github.com/fraunhofer-izi/py-hla-match",
            "biotoolsID": "py-hla-match",
            "biotoolsCURIE": "biotools:py-hla-match",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2990",
                            "term": "Classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0920",
                                "term": "Genotype/phenotype report"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3948",
                    "term": "Immunoinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0625",
                    "term": "Genotype and phenotype"
                },
                {
                    "uri": "http://edamontology.org/topic_3063",
                    "term": "Medical informatics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/fraunhofer-izi/py-hla-match",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://pypi.org/project/py-hla-match/",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/fraunhofer-izi/py-hla-match/releases/tag/v0.1.0",
                    "type": "Source code",
                    "note": null,
                    "version": "0.1.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://fraunhofer-izi.github.io/py-hla-match/",
                    "type": [
                        "API documentation"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/fraunhofer-izi/py-hla-match/releases",
                    "type": [
                        "Release notes"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/fraunhofer-izi/py-hla-match/blob/main/demo/demo_validation.ipynb",
                    "type": [
                        "Quick start guide"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/fraunhofer-izi/py-hla-match/blob/main/README.md",
                    "type": [
                        "Installation instructions"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/fraunhofer-izi/py-hla-match/blob/main/CITATION.cff",
                    "type": [
                        "Citation instructions"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Georg Popp",
                    "email": "georg.popp@izi.fraunhofer.de",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0003-4251-4093",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Tim Adams",
                    "email": "tim.adams@scai.fraunhofer.de",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-2823-0102",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "tim",
            "additionDate": "2026-06-18T16:20:08.847782Z",
            "lastUpdate": "2026-06-19T13:13:28.843270Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "compareMS2",
            "description": "compareMS2 is a tool for comparing sets of (tandem) mass spectra for clustering samples, molecular phylogenetics, identification of biological species or tissues, and quality control. compareMS2 currently consumes Mascot Generic Format, or MGF, and produces output in a variety of common image and distance matrix formats.",
            "homepage": "https://github.com/524D/compareMS2",
            "biotoolsID": "comparems2",
            "biotoolsCURIE": "biotools:comparems2",
            "version": [
                "1.0",
                "2.0",
                "2.2"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0567",
                            "term": "Phylogenetic tree visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2424",
                            "term": "Comparison"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3651",
                                    "term": "MGF"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3272",
                                "term": "Species tree"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3604",
                                    "term": "SVG"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2855",
                                "term": "Distance matrix"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1912",
                                    "term": "Nexus format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1991",
                                    "term": "mega"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1910",
                                    "term": "newick"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Desktop application",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0084",
                    "term": "Phylogeny"
                },
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3172",
                    "term": "Metabolomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3520",
                    "term": "Proteomics experiment"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "JavaScript",
                "Go",
                "C"
            ],
            "license": "MIT",
            "collectionID": [
                "Proteomics",
                "ms-utils"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Netherlands"
            ],
            "elixirCommunity": [
                "Proteomics"
            ],
            "link": [
                {
                    "url": "https://github.com/524D/compareMS2",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.ms-utils.org/compareMS2.html",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://research-software-directory.org/software/comparems2",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "http://www.ms-utils.org/compareMS2.c",
                    "type": "Source code",
                    "note": null,
                    "version": "1.0"
                },
                {
                    "url": "http://www.ms-utils.org/compareMS2.html",
                    "type": "Binaries",
                    "note": null,
                    "version": "1.0"
                },
                {
                    "url": "http://www.ms-utils.org/compareMS2.c",
                    "type": "Source code",
                    "note": null,
                    "version": "1.0"
                },
                {
                    "url": "https://github.com/524D/compareMS2/tree/main/src",
                    "type": "Source code",
                    "note": null,
                    "version": "2.0"
                },
                {
                    "url": "https://github.com/524D/compareMS2/tree/main",
                    "type": "Binaries",
                    "note": null,
                    "version": "2.0"
                }
            ],
            "documentation": [
                {
                    "url": "http://www.ms-utils.org/compareMS2.html",
                    "type": [
                        "General",
                        "Command-line options"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/524D/compareMS2",
                    "type": [
                        "General",
                        "User manual",
                        "Command-line options",
                        "Installation instructions"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1002/rcm.6162",
                    "pmid": "22368051",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": "1.0",
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1021/acs.jproteome.2c00457",
                    "pmid": "36173614",
                    "pmcid": "PMC9903320",
                    "type": [
                        "Primary"
                    ],
                    "version": "2.0",
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1021/acs.jproteome.1c00528",
                    "pmid": "34523928",
                    "pmcid": "PMC8491155",
                    "type": [
                        "Review"
                    ],
                    "version": "2.0",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "lumc.nl",
                    "email": null,
                    "url": "https://www.lumc.nl",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Magnus Palmblad",
                    "email": "magnus.palmblad@gmail.com",
                    "url": "https://github.com/magnuspalmblad",
                    "orcidid": "http://orcid.org/0000-0002-5865-8994",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Primary contact",
                        "Documentor"
                    ],
                    "note": null
                },
                {
                    "name": "Rob Marissen",
                    "email": null,
                    "url": "https://github.com/524D",
                    "orcidid": "https://orcid.org/0000-0002-1220-9173",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2016-04-15T11:52:42Z",
            "lastUpdate": "2026-06-19T12:22:35.239644Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "proteomics.bio.tools"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "pico_galaxy",
            "description": "Galaxy tools and wrappers for sequence analysis",
            "homepage": "https://github.com/peterjc/pico_galaxy",
            "biotoolsID": "pico_galaxy",
            "biotoolsCURIE": "biotools:pico_galaxy",
            "version": [
                "v0.0.15"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3695",
                            "term": "Data filtering"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3307",
                    "term": "Computational biology"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Shell",
                "Python"
            ],
            "license": "Not licensed",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "walter3",
            "additionDate": "2026-06-18T10:26:39.717312Z",
            "lastUpdate": "2026-06-18T10:26:39.719411Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "mcquant",
            "description": "Module for single-cell data extraction given a segmentation mask and multi-channel image.",
            "homepage": "https://github.com/labsyspharm/mcmicro",
            "biotoolsID": "mcquant",
            "biotoolsCURIE": "biotools:mcquant",
            "version": [
                "1.6.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3443",
                            "term": "Image analysis"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0883",
                                "term": "Structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3590",
                                    "term": "HDF5"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2082",
                                "term": "Matrix"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "mcquant --masks ./segmentation/cellMask.tif ./segmentation/membraneMask.tif --image ./registration/Exemplar_001.h5  --output ./feature_extraction --channel_names ./my_channels.csv"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3307",
                    "term": "Computational biology"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Python"
            ],
            "license": "Not licensed",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "walter3",
            "additionDate": "2026-06-18T10:00:18.590943Z",
            "lastUpdate": "2026-06-18T10:00:18.595225Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "gff3sort",
            "description": "GFF3sort: A Perl Script to sort gff3 files and produce suitable results for tabix tools",
            "homepage": "https://github.com/tao-bioinfo/gff3sort",
            "biotoolsID": "gff3sort",
            "biotoolsCURIE": "biotools:gff3sort",
            "version": [
                "v1.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3802",
                            "term": "Data sorting"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1255",
                                "term": "Sequence features"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1975",
                                    "term": "GFF3"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1255",
                                "term": "Sequence features"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1975",
                                    "term": "GFF3"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "gff3sort.pl [input GFF3 file] >output.sort.gff3"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3307",
                    "term": "Computational biology"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Perl"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1186/s12859-017-1930-3",
                    "pmid": "29137598",
                    "pmcid": "PMC5686826",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "walter3",
            "additionDate": "2026-06-18T08:29:31.527462Z",
            "lastUpdate": "2026-06-18T08:29:31.529540Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "enrichM",
            "description": "Toolbox for comparative genomics of MAGs",
            "homepage": "https://github.com/geronimp/enrichM",
            "biotoolsID": "enrichM",
            "biotoolsCURIE": "biotools:enrichM",
            "version": [
                "0.5.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0362",
                            "term": "Genome annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2044",
                                "term": "Sequence"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2305",
                                    "term": "GFF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3307",
                    "term": "Computational biology"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Python"
            ],
            "license": "Not licensed",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/geronimp/enrichM/wiki",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [],
            "owner": "walter3",
            "additionDate": "2026-06-18T08:11:38.099089Z",
            "lastUpdate": "2026-06-18T08:11:38.119443Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        }
    ]
}