List all resources, or create a new resource.

GET /api/t/?format=api&publicationType=Primary
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7256,
    "next": "?page=2",
    "previous": null,
    "list": [
        {
            "name": "vvv2_display",
            "description": "Display SNP proportions (vardict outputs), CDS (vadr annotations) of an assembly/genome, coverage depth (samtools depth), in png image and a tsv file, filtering results to summarize analyses (alignment, variant calling, annotation).",
            "homepage": "https://github.com/ANSES-Ploufragan/vvv2_display",
            "biotoolsID": "vvv2_display",
            "biotoolsCURIE": "biotools:vvv2_display",
            "version": [
                "0.2.5.0"
            ],
            "otherID": [
                {
                    "value": "doi:10.3390/v17101385",
                    "type": "doi",
                    "version": "0.2.4.0"
                }
            ],
            "relation": [
                {
                    "biotoolsID": "ggplot2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "pysam",
                    "type": "uses"
                },
                {
                    "biotoolsID": "R",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0287",
                            "term": "Base position variability plotting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3184",
                            "term": "Sequence assembly visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1270",
                                "term": "Feature table"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3498",
                                "term": "Sequence variations"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3016",
                                    "term": "VCF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2526",
                                "term": "Text data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                }
                            ]
                        },
                        {
                            "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_3498",
                                "term": "Sequence variations"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3016",
                                    "term": "VCF"
                                }
                            ]
                        }
                    ],
                    "note": "Inputs:\n- tbl pass vadr annotation file\n- tbl fail vadr annotation file\n- seqstat vadr output file\n- vcf vardict-java variant calling results (all)\n- samtools depth text file (coverage depth of an alignment)\nOutputs:\n- png summary file with all info\n- tsv file of indexed significant variant (index showed on png figure)\n- [optional] vcf file of significant variants only",
                    "cmd": "vvv2_display.py -p vadr_pass_annotation.tbl -f vadr_fail_annotation.tbl -s vadr_seqstat.txt -n vardict-java_res.vcf -o samtools_depth_out.txt -r signif_snp_annot_res.png -u signif_snp_res.tsv -x signif_snp_res.vcf"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0781",
                    "term": "Virology"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "R",
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/ANSES-Ploufragan/vvv2_display",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://toolshed.g2.bx.psu.edu/view/ftouzain/vvv2_display/fcd3aa68bd39",
                    "type": [
                        "Other"
                    ],
                    "note": "Galaxy wrapper"
                },
                {
                    "url": "https://workflowhub.eu/search?q=vvv2",
                    "type": [
                        "Other"
                    ],
                    "note": "Listing of Galaxy workflow performing all steps:\n- alignment on ref/assembly\n- annotation of ref/assembly\n- coputation of coverage depth\n- vardict variant calling\n- vvv2_display synthesis\n\nOne can be found for each sequencing technology (Illumina SE/Proton, Illumina PE, nanopore, pacbio"
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.3390/v17101385",
                    "pmid": "41157655",
                    "pmcid": "PMC12567792",
                    "type": [
                        "Primary"
                    ],
                    "version": "0.2.4.0",
                    "note": "published in Viruses journal",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Fabrice Touzain",
                    "email": "fabrice.touzain@anses.fr",
                    "url": "https://github.com/ANSES-Ploufragan/vvv2_display",
                    "orcidid": "https://orcid.org/0000-0002-1103-2425",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Dr. in Bioinformatics at ANSES (\"Swine virology, innovation and genomics\" Unit, Bioinformatics Team)"
                }
            ],
            "owner": "fabrice",
            "additionDate": "2026-02-12T16:06:53.794717Z",
            "lastUpdate": "2026-02-12T16:07:53.280544Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Metagenomic operational taxonomic units (mOTUs)",
            "description": "Metagenomic operational taxonomic units (mOTUs) enable high-accuracy taxonomic profiling of known (sequenced) and unknown microorganisms at species-level resolution from shotgun metagenomic or metatranscriptomic data. The method clusters single-copy phylogenetic marker gene sequences from metagenomes and reference genomes into mOTUs to quantify their abundances in meta-omics data with very high precision and recall.",
            "homepage": "https://motu-tool.org/",
            "biotoolsID": "motus",
            "biotoolsCURIE": "biotools:motus",
            "version": [
                "2.5.1"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "gtdb",
                    "type": "uses"
                },
                {
                    "biotoolsID": "motus-db",
                    "type": "uses"
                }
            ],
            "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_3751",
                                    "term": "DSV"
                                }
                            ]
                        }
                    ],
                    "note": "Taxonomic profiling from shotgun metagenomes Quality-filtered shotgun metagenomic reads A taxonomic profiling matrix with species in rows and samples in columns; each entry m_{i,j} indicates the number of reads from sample j mapped to marker genes of species i",
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac"
            ],
            "language": [
                "Perl"
            ],
            "license": "GPL-3.0",
            "collectionID": [
                "de.NBI"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/motu-tool/mOTUs",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://motus-db.org/",
                    "type": [
                        "Other"
                    ],
                    "note": "Database for mOTUs profiler"
                }
            ],
            "download": [
                {
                    "url": "https://motu-tool.org/download.html",
                    "type": "Biological data",
                    "note": null,
                    "version": null
                },
                {
                    "url": "https://github.com/motu-tool",
                    "type": "Source code",
                    "note": null,
                    "version": null
                },
                {
                    "url": "https://anaconda.org/bioconda/motus",
                    "type": "Container file",
                    "note": "MBT:Container",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://motu-tool.org/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/s40168-022-01410-z",
                    "pmid": "36464731",
                    "pmcid": "PMC9721005",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkae1004",
                    "pmid": "39526369",
                    "pmcid": "PMC11701688",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": "mOTUs-db paper",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "European Molecular Biology Laboratory (EMBL)",
                    "email": null,
                    "url": "https://www.embl.de/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "HD-HuB",
                    "email": null,
                    "url": "https://www.hd-hub.de/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": null,
                    "url": "http://www.bork.embl.de/software/mOTU/contact.html",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Shinichi Sunagawa",
                    "email": "ssunagawa@ethz.ch",
                    "url": null,
                    "orcidid": "http://orcid.org/0000-0003-3065-0314",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "hdhub",
            "additionDate": "2016-02-11T12:02:14Z",
            "lastUpdate": "2026-02-12T14:33:33.330556Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "vashokan"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "3DBIONOTES",
            "description": "Web based application designed to integrate protein structure, protein sequence and protein annotations in a unique graphical environment. The current version of the application offers a unified, enriched and interactive view of EMDB volumes, PDB structures and Uniprot sequences where the protein annotations stored in Uniprot, Immune Epitope DB, Phospho Site Plus, BioMuta and dSysMap can be explored interactively at sequence and structural level.",
            "homepage": "http://3dbionotes.cnb.csic.es/ws",
            "biotoolsID": "3dbionotes",
            "biotoolsCURIE": "biotools:3dbionotes",
            "version": [
                "v3"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2422",
                            "term": "Data retrieval"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0564",
                            "term": "Sequence visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1146",
                                "term": "EMDB ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1127",
                                "term": "PDB ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3021",
                                "term": "UniProt accession"
                            },
                            "format": []
                        }
                    ],
                    "output": [],
                    "note": "Integration of protein structure, protein sequence and protein annotations in a unique graphical environment.",
                    "cmd": null
                }
            ],
            "toolType": [
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3366",
                    "term": "Data integration and warehousing"
                },
                {
                    "uri": "http://edamontology.org/topic_3047",
                    "term": "Molecular biology"
                },
                {
                    "uri": "http://edamontology.org/topic_0078",
                    "term": "Proteins"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "SQL"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "ELIXIR-ES",
                "CNB-CSIC",
                "COVID-19",
                "INB",
                "IMPaCT-ISCIII"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Interoperability"
            ],
            "elixirNode": [
                "Spain"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://3dbionotes.cnb.csic.es/ws/help",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1016/j.jsb.2016.02.007",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/bioinformatics/btx483",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/bioinformatics/btz118",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/bioinformatics/btab397",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "INB",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "ELIXIR-ES",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "cnb.csic.es",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Carlos Oscar Sorzano",
                    "email": "coss@cnb.csic.es",
                    "url": "http://3dbionotes.cnb.csic.es",
                    "orcidid": "https://orcid.org/0000-0002-9473-283X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "EOSC-Life",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [],
                    "note": "EOSC Life [INFRAEOSC-04-2018, Proposal: 824087]"
                },
                {
                    "name": "CORBEL",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [],
                    "note": "CORBEL [INFRADEV-01-2014-1, Proposal 654248]"
                },
                {
                    "name": "CSIC",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [],
                    "note": "CSIC [PIE/COVID-19 number 202020E079]"
                },
                {
                    "name": "Comunidad de Madrid",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [],
                    "note": "Comunidad de Madrid through grant CAM [S2017/BMD-3817]"
                },
                {
                    "name": "Spanish Ministry of Science and Innovation",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [],
                    "note": "Spanish Ministry of Science and Innovation through projects [SEV 2017-0712, FPU-2015/264, PID2019-104757RB-I00/AEI/10.13039/501100011033]"
                },
                {
                    "name": "Instituto de Salud Carlos III",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [],
                    "note": "Instituto de Salud Carlos III: PT17/0009/0010 [ISCIII-SGEFI/ERDF]"
                }
            ],
            "owner": "coss",
            "additionDate": "2016-07-11T10:42:10Z",
            "lastUpdate": "2026-02-05T14:26:24.786970Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "coss"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BRENDA",
            "description": "Internationally leading information system on all aspects of enzymes, including function, structure, involvement in diseases, application, engineering, and molecular properties. The database includes hundreds of milllions of enzyme data and is compiled from manual literature annotation, data integration from other databases and predicted enzyme functions and locations.",
            "homepage": "http://www.brenda-enzymes.org",
            "biotoolsID": "brenda",
            "biotoolsCURIE": "biotools:brenda",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "bto",
                    "type": "includes"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3208",
                            "term": "Genome visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0346",
                            "term": "Sequence similarity search"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0338",
                            "term": "Sequence database search"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0306",
                            "term": "Text mining"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2241",
                            "term": "Transmembrane protein visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0360",
                            "term": "Structural similarity search"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0269",
                            "term": "Transmembrane protein prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2421",
                            "term": "Database search"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3083",
                            "term": "Pathway or network visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3194",
                            "term": "Genome feature comparison"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0305",
                            "term": "Literature search"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2909",
                                "term": "Organism name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0990",
                                "term": "Compound name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2299",
                                "term": "Gene name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1127",
                                "term": "PDB ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2291",
                                "term": "UniProt ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3021",
                                "term": "UniProt accession"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2108",
                                "term": "Reaction ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2342",
                                "term": "Pathway or network name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2365",
                                "term": "Pathway or network accession"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1187",
                                "term": "PubMed ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1046",
                                "term": "Strain name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1179",
                                "term": "NCBI taxonomy ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1051",
                                "term": "Ontology name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1012",
                                "term": "Enzyme name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1011",
                                "term": "EC number"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2024",
                                "term": "Enzyme kinetics data"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2291",
                                "term": "UniProt ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1127",
                                "term": "PDB ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3021",
                                "term": "UniProt accession"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2108",
                                "term": "Reaction ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2342",
                                "term": "Pathway or network name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2365",
                                "term": "Pathway or network accession"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1046",
                                "term": "Strain name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2909",
                                "term": "Organism name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1179",
                                "term": "NCBI taxonomy ID"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1039",
                                "term": "SCOP domain identifier"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2700",
                                "term": "CATH identifier"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1012",
                                "term": "Enzyme name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1011",
                                "term": "EC number"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2024",
                                "term": "Enzyme kinetics data"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_3292",
                    "term": "Biochemistry"
                },
                {
                    "uri": "http://edamontology.org/topic_0821",
                    "term": "Enzymes"
                },
                {
                    "uri": "http://edamontology.org/topic_3070",
                    "term": "Biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3297",
                    "term": "Biotechnology"
                },
                {
                    "uri": "http://edamontology.org/topic_3473",
                    "term": "Data mining"
                },
                {
                    "uri": "http://edamontology.org/topic_3344",
                    "term": "Biomedical science"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [],
            "license": "CC-BY-4.0",
            "collectionID": [
                "de.NBI",
                "DSMZ Digital Diversity"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Data",
                "Tools",
                "Interoperability"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://www.dsmz.de/",
                    "type": [
                        "Other"
                    ],
                    "note": null
                },
                {
                    "url": "https://hub.dsmz.de/#/",
                    "type": [
                        "Service"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.brenda-enzymes.org/",
                    "type": [
                        "Service"
                    ],
                    "note": null
                },
                {
                    "url": "https://brenda-enzymes.org/support.php",
                    "type": [
                        "Helpdesk"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "http://www.brenda-enzymes.org/copy.php",
                    "type": [
                        "Terms of use"
                    ],
                    "note": null
                },
                {
                    "url": "http://www.brenda-enzymes.org/introduction.php",
                    "type": [
                        "Citation instructions"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.brenda-enzymes.org/tutorial.php",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.brenda-enzymes.org/help.php",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.brenda-enzymes.org/faq.php",
                    "type": [
                        "FAQ"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkaf1113",
                    "pmid": "41206471",
                    "pmcid": "PMC12807770",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkaa1025",
                    "pmid": "33211880",
                    "pmcid": "PMC7779020",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gky1048",
                    "pmid": "30395242",
                    "pmcid": "PMC6323942",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1016/j.jbiotec.2017.04.020",
                    "pmid": "28438579",
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gku1068",
                    "pmid": "25378310",
                    "pmcid": "PMC4383907",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkn820",
                    "pmid": "18984617",
                    "pmcid": "PMC2686525",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkq1089",
                    "pmid": "21062828",
                    "pmcid": "PMC3013686",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1186/1471-2105-12-329",
                    "pmid": "21827651",
                    "pmcid": "PMC3166944",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkh081",
                    "pmid": "14681450",
                    "pmcid": "PMC308815",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gks1049",
                    "pmid": "23203881",
                    "pmcid": "PMC3531171",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1016/s0968-0004(01)02027-8",
                    "pmid": "11796225",
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkl972",
                    "pmid": "17202167",
                    "pmcid": "PMC1899097",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/30.1.47",
                    "pmid": "11752250",
                    "pmcid": "PMC99121",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkq968",
                    "pmid": "21030441",
                    "pmcid": "PMC3013802",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BMBF",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Funding agency",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "contact@brenda-enzymes.org",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Leibniz Institute DSMZ-German Collection of Microorganisms and Cell Cultures",
                    "email": null,
                    "url": "https://www.dsmz.de/",
                    "orcidid": null,
                    "gridid": "grid.420081.f",
                    "rorid": "02tyer376",
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "matkrull",
            "additionDate": "2016-02-03T14:20:28Z",
            "lastUpdate": "2026-02-05T07:01:46.010390Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "AJaede",
                    "juh22",
                    "lje"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Fusion",
            "description": "Web application for the integrative analysis of omics data providing a collection of new and established tools and visualization methods to support researchers in exploring multi-level omics data. The software focuses on data-rich high-throughout experiments from transcriptomics, proteomics and/or metabolomics, and offers convenient functionality for a) omics data manipulation, b) data analysis, c) cluster analysis, d) data visualization.",
            "homepage": "https://fusion.cebitec.uni-bielefeld.de",
            "biotoolsID": "fusion",
            "biotoolsCURIE": "biotools:fusion",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3659",
                            "term": "Regression analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2943",
                            "term": "Box-Whisker plot plotting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3501",
                            "term": "Enrichment analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3744",
                            "term": "Multiple sample visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3463",
                            "term": "Gene expression correlation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0531",
                            "term": "Heat map generation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2422",
                            "term": "Data retrieval"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2939",
                            "term": "Principal component plotting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0533",
                            "term": "Gene to pathway mapping"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3083",
                            "term": "Pathway or network visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3658",
                            "term": "Statistical inference"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0313",
                            "term": "Gene expression clustering"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3112",
                                "term": "Gene expression matrix"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3620",
                                    "term": "xlsx"
                                }
                            ]
                        }
                    ],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3172",
                    "term": "Metabolomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_3366",
                    "term": "Data integration and warehousing"
                },
                {
                    "uri": "http://edamontology.org/topic_0204",
                    "term": "Gene regulation"
                },
                {
                    "uri": "http://edamontology.org/topic_0108",
                    "term": "Protein expression"
                },
                {
                    "uri": "http://edamontology.org/topic_0203",
                    "term": "Gene expression"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": "GPL-3.0",
            "collectionID": [
                "de.NBI",
                "Transcriptomics",
                "de.NBI-BiGi",
                "Proteomics"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://fusion.cebitec.uni-bielefeld.de/QuickStartGuide.pdf",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.2390/biecoll-jib-2016-296",
                    "pmid": "28187412",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Omics Fusion - A Platform for Integrative Analysis of Omics Data",
                        "abstract": "We present Omics Fusion, a new web-based platform for integrative analysis of omics data. Omics Fusion provides a collection of new and established tools and visualization methods to support researchers in exploring omics data, validating results or understanding how to adjust experiments in order to make new discoveries. It is easily extendible and new visualization methods are added continuously. It is available for free under: https://fusion.cebitec.uni-bielefeld.de/.",
                        "date": "2016-12-18T00:00:00Z",
                        "citationCount": 9,
                        "authors": [
                            {
                                "name": "Brink B.G."
                            },
                            {
                                "name": "Seidel A."
                            },
                            {
                                "name": "Kleinbolting N."
                            },
                            {
                                "name": "Nattkemper T.W."
                            },
                            {
                                "name": "Albaum S.P."
                            }
                        ],
                        "journal": "Journal of integrative bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "fusion-service@cebitec.uni-bielefeld.de",
                    "url": "http://www.cebitec.uni-bielefeld.de/brf/index.php/fusion",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "de.NBI_Service_Team",
            "additionDate": "2017-05-08T10:31:53Z",
            "lastUpdate": "2026-02-04T22:38:42.566746Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "proteomics.bio.tools"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Denoising-Inhomogeneity Correction Tool (EUCAIM-SW-015_T-01-01-015)",
            "description": "The tool is designed to perform a customisable image pre-processing to reduce noise and inhomogeneity field effect, thus improving image quality and reproducibility of radiomics features. This tool consists of two independent steps: one for denoising using one of the 5 integrated filters (Bilateral Filter, Anisotropic Diffusion Filter (ADF), Curvature Flow Filter (CFF), SUSAN and Non Local Means (NLM)), and another for the ANTs N4 and another for the ANT's N4 bias correction filter. The parameter configuration of this tool has been optimised for TW1, T2W, DWI and DCE sequences in neuroblastoma (NB) and paediatric brain tumours, but it can also be configured with some of their parameters using a JSON parameter configuration file.",
            "homepage": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/denoising_inhomogeneity_correction_tool/artifacts-tab",
            "biotoolsID": "denoising-inhomogeneity_correction_tool",
            "biotoolsCURIE": "biotools:denoising-inhomogeneity_correction_tool",
            "version": [
                "1.1.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3695",
                            "term": "Data filtering"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run -it --rm --name container_name -v \"<input_path>:/input\" -v \"<output_path>:/output\" -v \"<config_path>:/config\" harbor.eucaim.cancerimage.eu/processing-tools/denoising_inhomogeneity_correction_tool:1.1.0 --config /config/config.json"
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3695",
                            "term": "Data filtering"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run --rm -v input_path:/input -v output_path:/output harbor.eucaim.cancerimage.eu/processin-tools/denoising_inhomogeneity_correction_tool:1.1.0 --paths /input/Dataset/Patient_1/Study/T1W /input/Dataset/Patient_2/Study/T2W --output /output --series_number 2000 --series_description_suffix \"_harmonized\" --denoising adf --conductance 0.5 --iterations 3 --time_step 0.0625 --n4 --bspline_size 50 --n4_iterations 50 30 --shrink_factor 2"
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0219",
                    "term": "Data curation and archival"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "CC-BY-NC-ND-4.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/denoising_inhomogeneity_correction_tool/artifacts-tab",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.linkedin.com/company/grupo-de-investigaci%C3%B3n-biom%C3%A9dica-en-imagen/",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/wYJ7Fttnk6Dp7gc",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                },
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/oseiKoeFZqwoRCA",
                    "type": [
                        "Terms of use"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.youtube.com/watch?v=HkHqFGXGEbo&list=PL3Q1XjQpjfg_GEmwPDrQeESh6nqCMnYyR&index=9",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1007/s10278-021-00512-8",
                    "pmid": "34505958",
                    "pmcid": "PMC8554919",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1186/s41747-020-00150-9",
                    "pmid": "32246291",
                    "pmcid": "PMC7125275",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "GIBI230 - HULAFE",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Matias Fernandez-Paton",
                    "email": "matias_fernandez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-9374-1411",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Pedro-Miguel Martinez-Girones",
                    "email": "pedromiguel_martinez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9506-9451",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Documentor",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Carina Soler-Pons",
                    "email": "carina_soler@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0000-2991-1391",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Documentor",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Leonor Cerda-Alberich",
                    "email": "leonor_cerda@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-5567-4278",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Luis Marti-Bonmati",
                    "email": "luis_marti@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8234-010X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "casopon",
            "additionDate": "2025-05-29T08:55:46.088021Z",
            "lastUpdate": "2026-02-04T15:33:01.249605Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "pedromiguel_martinez_HULAFE"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ML model for MR series categorisation (EUCAIM-SW-011_T-01-01-011)",
            "description": "A tool based on artificial intelligence that is able to perform a categorisation of MRI series by using standardized DICOM tags. The categorisation includes the type of sequence (e.g. spin echo, gradient echo), the weighting (e.g. T1W, T2W, DCE, ...), the presence of fat suppression and the detection of non-relevant / junk series (e.g. localizers, calibrations, screenshots...).",
            "homepage": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/ml_model_for_mr_series_categorisation/artifacts-tab",
            "biotoolsID": "ml_model_for_mr_series_categorisation",
            "biotoolsCURIE": "biotools:ml_model_for_mr_series_categorisation",
            "version": [
                "1.1.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2990",
                            "term": "Classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run -it --rm --name my-container \\\n  -v \"<input_path>:/input\" \\\n  -v \"<output_path>:/output\" \\\n  harbor.eucaim.cancerimage.eu/processing-tools/ml_model_for_mr_series_categorisation:<version> \\\n  --config-string \"{'output_name': 'classification_results.json'}\""
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3316",
                    "term": "Computer science"
                },
                {
                    "uri": "http://edamontology.org/topic_3077",
                    "term": "Data acquisition"
                },
                {
                    "uri": "http://edamontology.org/topic_3071",
                    "term": "Data management"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "CC-BY-NC-ND-4.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": "Open access (with restrictions)",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/ml_model_for_mr_series_categorisation/artifacts-tab",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.linkedin.com/company/grupo-de-investigaci%C3%B3n-biom%C3%A9dica-en-imagen/",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/rpm56rD5FfXAHyb",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                },
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/8r3CzyQXrd7ERFp",
                    "type": [
                        "Terms of use"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.youtube.com/watch?v=gudDCiuJIf8&list=PL3Q1XjQpjfg_GEmwPDrQeESh6nqCMnYyR&index=11",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/s40537-025-01086-w",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "GIBI230 - HULAFE",
                    "email": "gibi230@iislafe.es",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Armando Gomis-Maya",
                    "email": "armago@alumni.uv.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9527-8093",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Pedro-Miguel Martinez-Girones",
                    "email": "pedromiguel_martinez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9506-9451",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Carina Soler-Pons",
                    "email": "carina_soler@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0000-2991-1391",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Leonor Cerda-Alberich",
                    "email": "leonor_cerda@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-5567-4278",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Luis Marti-Bonmati",
                    "email": "luis_marti@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8234-010X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "pedromiguel_martinez_HULAFE",
            "additionDate": "2025-11-25T09:58:37.569343Z",
            "lastUpdate": "2026-02-03T12:02:23.334589Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "casopon"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MR-based glioblastoma tumour detection and segmentation (EUCAIM-SW-021_T-01-02-004)",
            "description": "The tool performs an automatic segmentation of the possible glioblastoma tumours on MRI images and its subregions: necrosis (Intratumoral necrotic core), edema (Peritumoral vasogenic edema), enhancing (Contrast-enhancing tumor region), total (Total tumor including edema and necrosis by a single model) and total-fused (Total tumor fusioning of necrosis+edema+enhancing). It applies preprocessing steps as skull stripping, intra-patient registration, z-score normalization, patching, among others. It takes DICOM images as input and generates tumoral masks in DICOM SEG or NIFTI formats.",
            "homepage": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/mr-based_glioblastoma_tumour_detection_and_segmentation/artifacts-tab",
            "biotoolsID": "mr-based_glioblastoma_tumour_detection_and_segmentation",
            "biotoolsCURIE": "biotools:mr-based_glioblastoma_tumour_detection_and_segmentation",
            "version": [
                "2.1.1"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run --rm --gpus all \\\n  -v /path/to/input:/input \\\n  -v /path/to/output:/output \\\n  harbor.eucaim.cancerimage.eu/processing-tools/mr-based_glioblastoma_tumour_detection_and_segmentation:latest \\\n  --series-selector /input/config/series.csv \\\n  --target total \\\n  --emit-config true"
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run --rm --gpus all \\\n  -v /path/to/input:/input \\\n  -v /path/to/output:/output \\\n  harbor.eucaim.cancerimage.eu/processing-tools/mr-based_glioblastoma_tumour_detection_and_segmentation:latest \\\n  --series-list '[{\"dataset_id\":\"DS001\",\"patient_id\":\"PAT001\",\"study_id\":\"ST001\",\"series_path\":\"/input/DICOM/DS001/PAT001/ST001/T1_POST\"}]' \\\n  --target total-fused \\\n  --emit-config true"
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3365",
                    "term": "Data architecture, analysis and design"
                },
                {
                    "uri": "http://edamontology.org/topic_2640",
                    "term": "Oncology"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "CC-BY-NC-ND-4.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": "Open access (with restrictions)",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/mr-based_glioblastoma_tumour_detection_and_segmentation/artifacts-tab",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.linkedin.com/company/grupo-de-investigaci%C3%B3n-biom%C3%A9dica-en-imagen/",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://pubmed.ncbi.nlm.nih.gov/38849632/",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/otrYTickHjDxnkP",
                    "type": [
                        "Terms of use"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.youtube.com/watch?v=8_OJPTQUKAw&list=PL3Q1XjQpjfg_GEmwPDrQeESh6nqCMnYyR&index=22",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1007/s11548-024-03205-z",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "GIBI230 - HULAFE",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Maria Beser-Robles",
                    "email": "maria_beser@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-0072-5525",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Pedro-Miguel Martinez-Girones",
                    "email": "pedromiguel_martinez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9506-9451",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Adrian Galiana-Bordera",
                    "email": "adrian_galiana@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8324-8284",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Carina Soler-Pons",
                    "email": "carina_soler@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0000-2991-1391",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Leonor Cerda-Alberich",
                    "email": "leonor_cerda@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-5567-4278",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Luis Marti-Bonmati",
                    "email": "luis_marti@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8234-010X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "casopon",
            "additionDate": "2025-05-29T12:09:16.704255Z",
            "lastUpdate": "2026-02-03T11:47:01.186875Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "pedromiguel_martinez_HULAFE"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MR-based DIPG tumour detection and segmentation (EUCAIM-SW-020_T-01-02-003)",
            "description": "The tool performs an automatic segmentation of the possible DIPG tumours on MR images. DIPG (Diffuse Intrinsic Pontine Glioma), or more recently, DMG (Diffuse Midline Glioma) is a H3 K27M–mutant pediatric brainstem cancer detected in T1W and Flair/T2-weighted magnetic resonance images. The tool includes a complete workflow from DICOM images to DICOM seg tumoral masks.",
            "homepage": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/mr-based_dipg_tumour_detection_and_segmentation/artifacts-tab",
            "biotoolsID": "mr-based_dipg_tumour_detection_and_segmentation",
            "biotoolsCURIE": "biotools:mr-based_dipg_tumour_detection_and_segmentation",
            "version": [
                "2.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run --rm --gpus all \\\n  -v /path/to/input:/input \\\n  -v /path/to/output:/output \\\nharbor.eucaim.cancerimage.eu/processing-tools/mr-based_glioblastoma_tumour_detection_and_segmentation:latest \\\n  --series-selector /input/config/series.csv"
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run --rm --gpus all \\\n  -v /path/to/input:/input -v /path/to/output:/output harbor.eucaim.cancerimage.eu/processing-tools/mr-based_dipg_tumour_detection_and_segmentation:latest \\\n  --json-args '{\"dataset_id\":\"DS1\",\"patient_id\":\"P1\",\"study_id\":\"S1\",\"sequences\":{\"T1w\":\"/input/DICOM/DS1/P1/S1/T1\",\"FLAIR\":\"/input/DICOM/DS1/P1/S1/FLAIR\"}}'"
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2640",
                    "term": "Oncology"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                },
                {
                    "uri": "http://edamontology.org/topic_3365",
                    "term": "Data architecture, analysis and design"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "CC-BY-NC-ND-4.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": "Open access (with restrictions)",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/mr-based_dipg_tumour_detection_and_segmentation/artifacts-tab",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.linkedin.com/company/grupo-de-investigaci%C3%B3n-biom%C3%A9dica-en-imagen/",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://link.springer.com/article/10.1007/s10278-025-01557-9",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/5CL2H8tyMDzFHex",
                    "type": [
                        "Terms of use"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.youtube.com/watch?v=f3DPS56z6oI&list=PL3Q1XjQpjfg_GEmwPDrQeESh6nqCMnYyR&index=36",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1007/s10278-025-01557-9",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "GIBI230 - HULAFE",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Matias Fernandez-Paton",
                    "email": "matias_fernandez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-9374-1411",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Pedro-Miguel Martinez-Girones",
                    "email": "pedromiguel_martinez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9506-9451",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Adrian Galiana-Bordera",
                    "email": "adrian_galiana@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8324-8284",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Carina Soler-Pons",
                    "email": "carina_soler@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0000-2991-1391",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Documentor",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Leonor Cerda-Alberich",
                    "email": "leonor_cerda@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-5567-4278",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Luis Marti-Bonmati",
                    "email": "luis_marti@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8234-010X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "casopon",
            "additionDate": "2025-05-29T09:19:51.404419Z",
            "lastUpdate": "2026-02-03T11:45:32.223088Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "pedromiguel_martinez_HULAFE"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MR-based neuroblastoma tumour detection and segmentation (EUCAIM-SW-019_T-01-02-002)",
            "description": "This tool is specifically designed and validated for automated detection and segmentation of neuroblastic tumours in T2-weighted magnetic resonance images (T2-MR) using deep learning. It processes DICOM or NIfTI input data and outputs in NIFTI or DICOM SEG.\n\nTRAINING & VALIDATION COHORTS:\n\nInitial Development (Veiga-Canuto 2022):\n-Training: 106 patients, 5-fold CV (median DSC 0.965 ± 0.018).\n-Internal validation: 26 patients (median DSC 0.918 ± 0.067).\n-Sources: La Fe (Spain), SIOPEN HR-NBL1/LINES, St. Anna (Austria), Pisa (Italy).\n-Mean age: 37.6 ± 39.3 months.\n-Median tumor volume: 116,518 mm³.\n\nExternal Validation (Veiga-Canuto 2023):\n-300 patients, 535 independent T2 MRI scans (486 at diagnosis, 49 post-chemotherapy).\n-Performance: median DSC 0.997 (0.944–1.000), 94% successful detection.\n-Sources: 12 European countries (HR-NBL1/SIOPEN 119, LINES/SIOPEN 107, German Registry 62, others 12).\n-Heterogeneous data: 1.5T (435), 3T (100); Siemens (318), Philips (109), GE (105), Canon (3).",
            "homepage": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/mr_based_neuroblastoma_tumour_detection_and_segmentation/artifacts-tab",
            "biotoolsID": "mr-based_neuroblastoma_tumour_detection_and_segmentation",
            "biotoolsCURIE": "biotools:mr-based_neuroblastoma_tumour_detection_and_segmentation",
            "version": [
                "2.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3548",
                                    "term": "DICOM format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3549",
                                    "term": "nii"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "docker run --rm \\\n  -v \"<input_path>:/input\" \\\n  -v \"<output_path>:/output\" \\\n  --gpus all \\\n  harbor.eucaim.cancerimage.eu/processing-tools/mr_based_neuroblastoma_tumour_detection_and_segmentation:2.0.0 \\\n  --mode dicom-seg \\\n  --series-selector /output/config/series_to_segment.csv \\\n  --seg-series-number 2302001 \\\n  --seg-algorithm-name \"nnUNet_Neuroblastoma_Primage_training\" \\\n  --seg-coordinating-center \"EUCAIM Consortium\" \\\n  --keep-nifti false"
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2640",
                    "term": "Oncology"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                },
                {
                    "uri": "http://edamontology.org/topic_3365",
                    "term": "Data architecture, analysis and design"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "CC-BY-NC-ND-4.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": "Open access (with restrictions)",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/mr_based_neuroblastoma_tumour_detection_and_segmentation/artifacts-tab",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.linkedin.com/company/grupo-de-investigaci%C3%B3n-biom%C3%A9dica-en-imagen/",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://www.mdpi.com/2072-6694/14/15/3648",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://drive.eucaim.cancerimage.eu/s/44BxMSNpxwgsZiE",
                    "type": [
                        "Terms of use"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.youtube.com/watch?v=c7XOEGRA9aQ&list=PL3Q1XjQpjfg_GEmwPDrQeESh6nqCMnYyR&index=12",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.3390/cancers14153648",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.3390/cancers15051622",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "GIBI230 - HULAFE",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Leonor Cerda-Alberich",
                    "email": "leonor_cerda@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-5567-4278",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Diana Veiga Canuto",
                    "email": "dianaveigac@gmail.com",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-6048-2940",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Pedro-Miguel Martinez-Girones",
                    "email": "pedromiguel_martinez@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9506-9451",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Support",
                        "Documentor",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Carina Soler-Pons",
                    "email": "carina_soler@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0000-2991-1391",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Support",
                        "Documentor"
                    ],
                    "note": null
                },
                {
                    "name": "Luis Marti-Bonmati",
                    "email": "luis_marti@iislafe.es",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8234-010X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "casopon",
            "additionDate": "2025-05-29T09:08:44.174795Z",
            "lastUpdate": "2026-02-03T11:40:55.741817Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "pedromiguel_martinez_HULAFE"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "jmztab-m",
            "description": "Reference implementation for mzTab 2.0 for metabolomics",
            "homepage": "https://github.com/lifs-tools/jmzTab-m",
            "biotoolsID": "jmztab-m",
            "biotoolsCURIE": "biotools:jmztab-m",
            "version": [
                "0.9.6",
                "1.0.1",
                "1.0.2",
                "1.0.4",
                "1.0.5",
                "1.0.6"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Library",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0089",
                    "term": "Ontology and terminology"
                },
                {
                    "uri": "http://edamontology.org/topic_3172",
                    "term": "Metabolomics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [],
            "license": "Apache-2.0",
            "collectionID": [
                "de.NBI"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/lifs-tools/jmzTab-m",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://anaconda.org/bioconda/jmztab-m",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/lifs-tools/jmzTab-m/releases",
                    "type": "Software package",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/lifs-tools/jmzTab-m/blob/master/README.adoc",
                    "type": [
                        "Installation instructions"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1021/acs.analchem.9b01987",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": "1.0.4",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": null,
                    "url": "https://github.com/lifs-tools/jmzTab-m",
                    "orcidid": "https://orcid.org/0000-0002-6540-6875",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "de.NBI_Service_Team",
            "additionDate": "2018-06-21T08:37:35Z",
            "lastUpdate": "2026-02-03T10:26:12.147063Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "decompTumor2Sig",
            "description": "R package for identification of mutational signatures active in individual tumors. It decomposes an individual tumor genome into a given set of Alexandrov-type or Shiraishi-type signatures, thus quantifying the contribution of the corresponding mutational processes to the somatic mutations identified in the tumor.",
            "homepage": "http://rmpiro.net/decompTumor2Sig/",
            "biotoolsID": "decompTumor2Sig",
            "biotoolsCURIE": "biotools:decompTumor2Sig",
            "version": [
                "2.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0239",
                            "term": "Sequence motif recognition"
                        },
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Parsing"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0199",
                    "term": "Genetic variation"
                },
                {
                    "uri": "http://edamontology.org/topic_2640",
                    "term": "Oncology"
                },
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [
                "R"
            ],
            "license": "GPL-2.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/rmpiro/decompTumor2Sig/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/rmpiro/decompTumor2Sig",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://bioconductor.org/packages/release/bioc/html/decompTumor2Sig.html",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "http://rmpiro.net/index.html#downloads",
                    "type": "Downloads page",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/rmpiro/decompTumor2Sig/blob/master/decompTumor2Sig-manual.pdf",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/s12859-019-2688-6",
                    "pmid": "30999866",
                    "pmcid": "PMC6472187",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "DecompTumor2Sig: Identification of mutational signatures active in individual tumors",
                        "abstract": "© 2019 The Author(s).Background: The somatic mutations found in a tumor have in most cases been caused by multiple mutational processes such as those related to extrinsic carcinogens like cigarette smoke, and those related to intrinsic processes like age-related spontaneous deamination of 5-methylcytosine. The effect of such mutational processes can be modeled by mutational signatures, of which two different conceptualizations exist: the model introduced by Alexandrov et al., Nature 500:415-421, 2013, and the model introduced by Shiraishi et al., PLoS Genetics 11(12):e1005657, 2015. The initial identification and definition of mutational signatures requires large sets of tumor samples. Results: Here, we present decompTumor2Sig, an easy to use R package that can decompose an individual tumor genome into a given set of Alexandrov-type or Shiraishi-type signatures, thus quantifying the contribution of the corresponding mutational processes to the somatic mutations identified in the tumor. Until now, such tools were available only for Alexandrov signatures. We demonstrate the correctness and usefulness of our approach with three test cases, using somatic mutations from 21 breast cancer genomes, from 435 tumor genomes of ten different tumor entities, and from simulated tumor genomes, respectively. Conclusions: The decompTumor2Sig package is freely available and has been accepted for inclusion in Bioconductor.",
                        "date": "2019-04-18T00:00:00Z",
                        "citationCount": 8,
                        "authors": [
                            {
                                "name": "Kruger S."
                            },
                            {
                                "name": "Piro R.M."
                            }
                        ],
                        "journal": "BMC Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Prof. Dr. Rosario M. Piro",
                    "email": "r.piro@fu-berlin.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "Ruta",
            "additionDate": "2019-06-20T14:18:28Z",
            "lastUpdate": "2026-02-02T08:12:42.981321Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ELIXIR-ITA-POLIMI"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "DrugComb",
            "description": "The data portal for drug combination and monotherapy sensitivity screenings.\n[v1.5] DrugComb update: a more comprehensive drug sensitivity data repository and analysis portal. https://doi.org/10.1093/nar/gkab438\n[v1.4] DrugComb: an integrative cancer drug combination data portal. https://doi.org/10.1093/nar/gkz337",
            "homepage": "https://researchportal.helsinki.fi/en/datasets/drugcomb/",
            "biotoolsID": "DrugComb",
            "biotoolsCURIE": "biotools:DrugComb",
            "version": [
                "1.5"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "synergyfinder",
                    "type": "uses"
                }
            ],
            "function": [],
            "toolType": [
                "Web application",
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0605",
                    "term": "Informatics"
                },
                {
                    "uri": "http://edamontology.org/topic_3375",
                    "term": "Drug metabolism"
                },
                {
                    "uri": "http://edamontology.org/topic_3336",
                    "term": "Drug discovery"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [],
            "license": "Unlicense",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://researchportal.helsinki.fi/en/datasets/drugcomb/",
                    "type": [
                        "Repository"
                    ],
                    "note": "alternative links"
                },
                {
                    "url": "https://twitter.com/DrugComb",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://zenodo.org/records/11102665",
                    "type": "Downloads page",
                    "note": "https://zenodo.org/records/11102665",
                    "version": "1.4 summary"
                },
                {
                    "url": "https://zenodo.org/records/15235991",
                    "type": "Downloads page",
                    "note": "https://zenodo.org/records/15235991",
                    "version": "1.5 summary"
                },
                {
                    "url": "https://doi.org/10.5281/zenodo.18449193",
                    "type": "Downloads page",
                    "note": "https://zenodo.org/records/18449193",
                    "version": "1.4 raw"
                }
            ],
            "documentation": [
                {
                    "url": "https://researchportal.helsinki.fi/en/datasets/drugcomb/",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://researchportal.helsinki.fi/en/datasets/drugcomb/",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/NAR/GKZ337",
                    "pmid": "31066443",
                    "pmcid": "PMC6602441",
                    "type": [
                        "Primary"
                    ],
                    "version": "1.4",
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkab438",
                    "pmid": "34060634",
                    "pmcid": "PMC8218202",
                    "type": [],
                    "version": "1.5",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Jing Tang",
                    "email": "jing.tang@helsinki.fi",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-7480-7710",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "jtang920",
            "additionDate": "2019-08-09T13:06:36Z",
            "lastUpdate": "2026-02-01T17:44:46.966665Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "jtang920"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "pantas",
            "description": "Differential quantification of alternative splicing events on spliced pangenome graphs.",
            "homepage": "https://github.com/algolab/pantas",
            "biotoolsID": "pantas",
            "biotoolsCURIE": "biotools:pantas",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3320",
                    "term": "RNA splicing"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Italy"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/AlgoLab/pantas",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/AlgoLab/pantas/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/AlgoLab/pantas",
                    "type": "Source code",
                    "note": null,
                    "version": null
                },
                {
                    "url": "https://hub.docker.com/r/algolab/pantas",
                    "type": "Container file",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/AlgoLab/pantas/blob/main/README.md",
                    "type": [
                        "General",
                        "Installation instructions",
                        "Quick start guide",
                        "Command-line options"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1371/journal.pcbi.1012665",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "yp",
            "additionDate": "2026-01-30T22:36:14.902508Z",
            "lastUpdate": "2026-01-30T22:36:14.904749Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "RecGraph",
            "description": "RecGraph is a tool for computing optimal sequence-to-graph alignment with recombinations.",
            "homepage": "https://github.com/AlgoLab/RecGraph",
            "biotoolsID": "recgraph",
            "biotoolsCURIE": "biotools:recgraph",
            "version": [
                "1.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_3796",
                    "term": "Population genomics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac"
            ],
            "language": [
                "Rust"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Italy"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/AlgoLab/RecGraph",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/AlgoLab/RecGraph/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/AlgoLab/RecGraph/releases/tag/v1.0.0",
                    "type": "Binaries",
                    "note": null,
                    "version": "1.0.0"
                },
                {
                    "url": "https://anaconda.org/channels/bioconda/packages/recgraph/overview",
                    "type": "Software package",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/AlgoLab/RecGraph/blob/main/README.md",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/btae292",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": "1.0.0",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "yp",
            "additionDate": "2026-01-27T17:11:15.880698Z",
            "lastUpdate": "2026-01-30T22:07:27.044664Z",
            "editPermission": {
                "type": "group",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ELIXIR-CINECA-HPC",
            "description": "HPC@CINECA provides high-performance computing resources for Elixir members to support large-scale processing and analysis of High-Throughput Sequencing (HTS) data. The service operates on a continuous open-call basis, with approved projects receiving a 1-year allocation that includes 50,000 CPU hours and 1 TB of storage by default, with the possibility to request additional resources. Proposals are evaluated by a scientific committee, with feedback typically provided within seven working days.\n\nFrom 2025, a pilot program enables the analysis of GDPR-protected sensitive data for up to two projects per year (maximum one per user or institution, first-come first-served). Projects involving non-sensitive data are unlimited and may be submitted at any time.",
            "homepage": "https://docs.google.com/forms/d/e/1FAIpQLSchmLCugIShXAneQmTgbM5SlPLDdZH0KCIECk0R9Tm6GTDcNw/viewform",
            "biotoolsID": "cineca-hpc",
            "biotoolsCURIE": "biotools:cineca-hpc",
            "version": [
                "5"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "kraken2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "annovar",
                    "type": "uses"
                },
                {
                    "biotoolsID": "tophat2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "bowtie",
                    "type": "uses"
                },
                {
                    "biotoolsID": "bowtie2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "hisat2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "vep",
                    "type": "uses"
                },
                {
                    "biotoolsID": "gatk",
                    "type": "uses"
                },
                {
                    "biotoolsID": "snakemake",
                    "type": "uses"
                },
                {
                    "biotoolsID": "samtools",
                    "type": "uses"
                },
                {
                    "biotoolsID": "R",
                    "type": "uses"
                },
                {
                    "biotoolsID": "biopython",
                    "type": "uses"
                },
                {
                    "biotoolsID": "hpc-reditools",
                    "type": "uses"
                },
                {
                    "biotoolsID": "reditools",
                    "type": "uses"
                },
                {
                    "biotoolsID": "tabix",
                    "type": "uses"
                },
                {
                    "biotoolsID": "cutadapt",
                    "type": "uses"
                },
                {
                    "biotoolsID": "fastqc",
                    "type": "uses"
                },
                {
                    "biotoolsID": "multiqc",
                    "type": "uses"
                },
                {
                    "biotoolsID": "trimmomatic",
                    "type": "uses"
                },
                {
                    "biotoolsID": "htseqcount",
                    "type": "uses"
                },
                {
                    "biotoolsID": "deseq2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "plink",
                    "type": "uses"
                },
                {
                    "biotoolsID": "majiq-spel",
                    "type": "uses"
                },
                {
                    "biotoolsID": "stringtie",
                    "type": "uses"
                },
                {
                    "biotoolsID": "bcftools",
                    "type": "uses"
                },
                {
                    "biotoolsID": "limma",
                    "type": "uses"
                },
                {
                    "biotoolsID": "bedtools",
                    "type": "uses"
                },
                {
                    "biotoolsID": "alphafold2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "blast",
                    "type": "uses"
                },
                {
                    "biotoolsID": "bwa-mem2",
                    "type": "uses"
                },
                {
                    "biotoolsID": "cufflinks",
                    "type": "uses"
                },
                {
                    "biotoolsID": "wgsim",
                    "type": "uses"
                },
                {
                    "biotoolsID": "jellyfish",
                    "type": "uses"
                },
                {
                    "biotoolsID": "freebayes",
                    "type": "uses"
                },
                {
                    "biotoolsID": "seqtk",
                    "type": "uses"
                },
                {
                    "biotoolsID": "sra",
                    "type": "uses"
                },
                {
                    "biotoolsID": "varscan",
                    "type": "uses"
                },
                {
                    "biotoolsID": "star",
                    "type": "uses"
                },
                {
                    "biotoolsID": "vcftools",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3760",
                            "term": "Service management"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Bash"
            ],
            "license": "Not licensed",
            "collectionID": [],
            "maturity": "Legacy",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [
                "Italy"
            ],
            "elixirCommunity": [
                "Galaxy"
            ],
            "link": [
                {
                    "url": "https://docs.google.com/forms/d/e/1FAIpQLSchmLCugIShXAneQmTgbM5SlPLDdZH0KCIECk0R9Tm6GTDcNw/viewform",
                    "type": [
                        "Service"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://link.springer.com/article/10.1186/s12859-020-03565-8",
                    "type": [
                        "Other"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/s12859-020-03565-8",
                    "pmid": "32838759",
                    "pmcid": "PMC7446135",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1186/s40537-024-01047-9",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Usage"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Silvia Gioiosa",
                    "email": "s.gioiosa@cineca.it",
                    "url": "https://www.hpc.cineca.it/our-activities/domains/hpc-for-bioinformatics/",
                    "orcidid": "https://orcid.org/0000-0003-1302-8320",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "silvia9",
            "additionDate": "2026-01-30T11:47:35.909206Z",
            "lastUpdate": "2026-01-30T12:10:29.923314Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ITSoneDB",
            "description": "A comprehensive collection of the fungal ribosomal RNA Internal Transcribed Spacer 1 (ITS1) sequences aimed at supporting metagenomic surveys of fungal environmental communities.",
            "homepage": "https://itsonedb.cloud.ba.infn.it/",
            "biotoolsID": "itsonedb",
            "biotoolsCURIE": "biotools:itsonedb",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Data"
            ],
            "elixirNode": [
                "Italy"
            ],
            "elixirCommunity": [
                "Marine Metagenomics"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://itsonedb.cloud.ba.infn.it/",
                    "type": [
                        "General"
                    ],
                    "note": "HELP button in the homepage"
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bib/bbs036",
                    "pmid": "22786784",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "C.N.R. - IBIOM",
                    "email": null,
                    "url": "http://www.ibiom.cnr.it/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "C.N.R. - ITB, Bari",
                    "email": null,
                    "url": "http://www.ba.itb.cnr.it",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "ELIXIR-ITA-CNR",
                    "email": null,
                    "url": "http://elixir-italy.org/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Consortium",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Graziano Pesole",
                    "email": "graziano.pesole@uniba.it",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ELIXIR-ITA-CNR",
            "additionDate": "2015-02-05T13:59:31Z",
            "lastUpdate": "2026-01-30T10:26:56.768452Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "flavioli"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Bakta",
            "description": "Rapid & standardized annotation of bacterial genomes, MAGs & plasmids",
            "homepage": "https://github.com/oschwengers/bakta",
            "biotoolsID": "bakta",
            "biotoolsCURIE": "biotools:bakta",
            "version": [
                "v1.12.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "diamond",
                    "type": "uses"
                },
                {
                    "biotoolsID": "hmmer3",
                    "type": "uses"
                },
                {
                    "biotoolsID": "infernal",
                    "type": "uses"
                },
                {
                    "biotoolsID": "trnascan-se",
                    "type": "uses"
                },
                {
                    "biotoolsID": "blast",
                    "type": "uses"
                },
                {
                    "biotoolsID": "aragorn",
                    "type": "uses"
                },
                {
                    "biotoolsID": "pilercr",
                    "type": "uses"
                },
                {
                    "biotoolsID": "deepsig",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0362",
                            "term": "Genome annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0925",
                                "term": "Sequence assembly"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2914",
                                "term": "Sequence features metadata"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2012",
                                "term": "Sequence coordinates"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1975",
                                    "term": "GFF3"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2886",
                                "term": "Protein sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1364",
                                "term": "Hidden Markov model"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3329",
                                    "term": "HMMER3"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1270",
                                "term": "Feature table"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1936",
                                    "term": "GenBank format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1975",
                                    "term": "GFF3"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3464",
                                    "term": "JSON"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1927",
                                    "term": "EMBL format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2886",
                                "term": "Protein sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2887",
                                "term": "Nucleic acid sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3604",
                                    "term": "SVG"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1772",
                                "term": "Score"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "bakta --db <db-path> --prefix <prefix> --output <output-path> genome.fasta"
                }
            ],
            "toolType": [
                "Web application",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/oschwengers/bakta",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/oschwengers/bakta/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                },
                {
                    "url": "https://bioconda.github.io/recipes/bakta/README.html",
                    "type": [
                        "Other"
                    ],
                    "note": null
                },
                {
                    "url": "https://bakta.computational.bio",
                    "type": [
                        "Service"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://zenodo.org/records/14916843",
                    "type": "Other",
                    "note": "Mandatory annotation database",
                    "version": "v6.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/oschwengers/bakta/blob/main/README.md",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/oschwengers/bakta/blob/main/CONTRIBUTION.md",
                    "type": [
                        "Contributions policy"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/oschwengers/bakta/blob/main/CODE_OF_CONDUCT.md",
                    "type": [
                        "Code of conduct"
                    ],
                    "note": null
                },
                {
                    "url": "https://bakta.readthedocs.io/",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1099/mgen.0.000685",
                    "pmid": "34739369",
                    "pmcid": "PMC8743544",
                    "type": [
                        "Primary"
                    ],
                    "version": "1.1",
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/nar/gkaf335",
                    "pmid": "40271661",
                    "pmcid": "PMC12230652",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Oliver Schwengers",
                    "email": "oliver.schwengers@cb.jlug.de",
                    "url": "https://github.com/oschwengers",
                    "orcidid": "https://orcid.org/0000-0003-4216-2721",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Justus Liebig University Giessen",
                    "email": null,
                    "url": "https://www.uni-giessen.de",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "oschwengers",
            "additionDate": "2021-05-08T17:25:21Z",
            "lastUpdate": "2026-01-29T12:11:19.042627Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ELIXIR-CZ",
                    "bebatut"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "LipidXplorer",
            "description": "LipidXplorer is a software that supports the quantitative characterization of complex lipidomes by interpreting large datasets of shotgun mass spectra.",
            "homepage": "https://lifs-tools.org/lipidxplorer",
            "biotoolsID": "lipidxplorer",
            "biotoolsCURIE": "biotools:lipidxplorer",
            "version": [
                "1.2.8",
                "1.2.8.1",
                "1.2.9"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3629",
                            "term": "Deisotoping"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3694",
                            "term": "Mass spectrum visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3803",
                            "term": "Natural product identification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3652",
                                    "term": "dta"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3654",
                                    "term": "mzXML"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3244",
                                    "term": "mzML"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0943",
                                "term": "Mass spectrometry spectra"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3652",
                                    "term": "dta"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3654",
                                    "term": "mzXML"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3244",
                                    "term": "mzML"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3620",
                                    "term": "xlsx"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0153",
                    "term": "Lipidomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3172",
                    "term": "Metabolomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": null,
            "collectionID": [
                "de.NBI",
                "LIFS",
                "BioInfra.Prot"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [],
            "download": [
                {
                    "url": "https://lifs-tools.org/lipidxplorer",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://lifs-tools.org/wiki/index.php/LipidXplorer_Documentation",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1371/journal.pone.0029851",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "BioInfra.Prot",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "dominik.kopczynski@univie.ac.at",
                    "url": "http://groups.google.com/group/lipidxplorer-discussion-group",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "de.NBI_Service_Team",
            "additionDate": "2016-12-11T05:58:16Z",
            "lastUpdate": "2026-01-28T15:28:05.638177Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "nils.hoffmann"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "iCodon",
            "description": "iCodon is a tool for ideal codon design for customized gene expression.",
            "homepage": "https://bazzinilab.shinyapps.io/icodon/",
            "biotoolsID": "icodon",
            "biotoolsCURIE": "biotools:icodon",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3095",
                            "term": "Nucleic acid design"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0314",
                            "term": "Gene expression profiling"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0441",
                            "term": "cis-regulatory element prediction"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application",
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3512",
                    "term": "Gene transcripts"
                },
                {
                    "uri": "http://edamontology.org/topic_0203",
                    "term": "Gene expression"
                },
                {
                    "uri": "http://edamontology.org/topic_0621",
                    "term": "Model organisms"
                },
                {
                    "uri": "http://edamontology.org/topic_3297",
                    "term": "Biotechnology"
                },
                {
                    "uri": "http://edamontology.org/topic_0659",
                    "term": "Functional, regulatory and non-coding RNA"
                }
            ],
            "operatingSystem": [],
            "language": [
                "R"
            ],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/santiago1234/iCodon",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/santiago1234/iCodon/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1101/2021.05.06.442969",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Ariel Alejandro Bazzini",
                    "email": "arb@stowers.org",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "Kigaard",
            "additionDate": "2021-09-27T07:31:29.303373Z",
            "lastUpdate": "2026-01-28T15:28:03.870976Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "jian"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "SWISS-2DPAGE",
            "description": "Data on proteins identified on various 2-D PAGE and SDS-PAGE reference maps.",
            "homepage": "http://www.expasy.org/ch2d/",
            "biotoolsID": "swiss-2dpage",
            "biotoolsCURIE": "biotools:swiss-2dpage",
            "version": [],
            "otherID": [
                {
                    "value": "RRID:SCR_006946",
                    "type": "rrid",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0989",
                                "term": "Protein identifier"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3021",
                                "term": "UniProt accession"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3021",
                                "term": "UniProt accession"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2374",
                                "term": "Spot serial number"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2791",
                                "term": "Reference map name (SWISS-2DPAGE)"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2791",
                                "term": "Reference map name (SWISS-2DPAGE)"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2374",
                                "term": "Spot serial number"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2531",
                                "term": "Experiment report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [
                "Proteomics"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://world-2dpage.expasy.org/swiss-2dpage/docs/manch2d.html",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1002/pmic.200300830",
                    "pmid": "15274128",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "SWISS-2DPAGE, ten years later",
                        "abstract": "The SWISS-2DPAGE database was established in 1993 and is maintained collaboratively by the Swiss Institute of Bioinformatics (SIB) and the Biomedical Proteomics Research Group (BPRG) of the Geneva University Hospital. During these years, SWISS-2DPAGE underwent constant modification and improvement. Current content includes about 4000 identified spots corresponding to 1200 different protein entries in 36 reference maps from human, mouse, Arabidopsis thaliana, Dictyostelium discoideum, Escherichia coli, Saccharomyces cerevisiae and Staphylococcus aureus origins. With a high level of annotation and integration with other relevant databases, SWISS-2DPAGE is a reference source in the proteomics world. Queries to SWISS-2DPAGE database currently reach 1000 hits per day.",
                        "date": "2004-08-01T00:00:00Z",
                        "citationCount": 98,
                        "authors": [
                            {
                                "name": "Hoogland C."
                            },
                            {
                                "name": "Mostaguir K."
                            },
                            {
                                "name": "Sanchez J.-C."
                            },
                            {
                                "name": "Hochstrasser D.F."
                            },
                            {
                                "name": "Appel R.D."
                            }
                        ],
                        "journal": "Proteomics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "SIB Swiss Institute of Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": null,
                    "url": "http://world-2dpage.expasy.org/contact",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "SIB",
            "additionDate": "2015-10-09T16:38:04Z",
            "lastUpdate": "2026-01-28T15:27:43.566567Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "proteomics.bio.tools",
                    "Friederike",
                    "n.m.palmblad@lumc.nl"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MetaPhlAn",
            "description": "Computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data.",
            "homepage": "http://segatalab.cibio.unitn.it/tools/metaphlan/index.html",
            "biotoolsID": "metaphlan",
            "biotoolsCURIE": "biotools:metaphlan",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "gtdb",
                    "type": "uses"
                }
            ],
            "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_2573",
                                    "term": "SAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3028",
                                "term": "Taxonomy"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3751",
                                    "term": "DSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "metaphlan <fastq_input> --input_type fastq -o <output>"
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3460",
                            "term": "Taxonomic classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3028",
                                "term": "Taxonomy"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3751",
                                    "term": "DSV"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3028",
                                "term": "Taxonomy"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3751",
                                    "term": "DSV"
                                }
                            ]
                        }
                    ],
                    "note": "Convert SGB-based profile to GTDB taxonomy",
                    "cmd": "sgb_to_gtdb_profile.py -i <metaphlan_output> -o <gtdb_metaphlan_output>"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0194",
                    "term": "Phylogenomics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "MIT",
            "collectionID": [
                "Animal and Crop Genomics"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/biobakery/MetaPhlAn",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/nmeth.2066",
                    "pmid": "22688413",
                    "pmcid": "PMC3443552",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": null,
                    "url": "https://groups.google.com/forum/#!forum/metaphlan-users",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "admin",
            "additionDate": "2017-08-20T15:57:59Z",
            "lastUpdate": "2026-01-28T10:35:56.506019Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "animalandcropgenomics",
                    "ELIXIR-CZ",
                    "bebatut",
                    "vashokan"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Goslin",
            "description": "Goslin is the Grammar of succinct lipid nomenclature project. It defines multiple grammers compatible with ANTLRv4 for different sources of shorthand lipid nomenclature. This allows to generate parsers based on the defined grammars, which provide immediate feedback whether a processed lipid shorthand notation string is compliant with a particular grammar, or not.",
            "homepage": "https://github.com/lifs-tools/goslin",
            "biotoolsID": "goslin",
            "biotoolsCURIE": "biotools:goslin",
            "version": [
                "1.1.2",
                "2.0.0",
                "2.1.0",
                "2.2.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Data parsing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0984",
                                "term": "Molecule name"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0984",
                                "term": "Molecule name"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3028",
                                "term": "Taxonomy"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Bioinformatics portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0153",
                    "term": "Lipidomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3332",
                    "term": "Computational chemistry"
                },
                {
                    "uri": "http://edamontology.org/topic_3172",
                    "term": "Metabolomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0089",
                    "term": "Ontology and terminology"
                },
                {
                    "uri": "http://edamontology.org/topic_2258",
                    "term": "Cheminformatics"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [
                "LIFS",
                "BioInfra.Prot"
            ],
            "maturity": "Mature",
            "cost": null,
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "Metabolomics"
            ],
            "link": [
                {
                    "url": "https://github.com/lifs-tools/goslin",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://lifs-tools.org/support",
                    "type": [
                        "Helpdesk"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/lifs-tools/goslin/blob/master/docs/README.adoc",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1101/2020.04.17.046656",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": "1.1.2",
                    "note": "Preprint publication.",
                    "metadata": null
                },
                {
                    "doi": "10.1021/acs.analchem.0c01690",
                    "pmid": "32589019",
                    "pmcid": "PMC7467413",
                    "type": [
                        "Primary"
                    ],
                    "version": "1.1.2",
                    "note": "Final, accepted version.",
                    "metadata": null
                },
                {
                    "doi": "10.1021/acs.analchem.1c05430",
                    "pmid": "35404045",
                    "pmcid": "PMC9047418",
                    "type": [
                        "Primary"
                    ],
                    "version": "2.0.0",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Nils Hoffmann",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-6540-6875",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Dominik Kopczynski",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-5885-4568",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Bing Peng",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-5006-7041",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Robert Ahrends",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-0232-3375",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "nils.hoffmann",
            "additionDate": "2020-06-23T10:03:06Z",
            "lastUpdate": "2026-01-28T08:20:52.068084Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "de.NBI_Service_Team"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Atomic Charge Calculator II",
            "description": "Atomic Charge Calculator II (ACC II) is a web application for fast calculation of partial atomic charges.",
            "homepage": "https://acc2.ncbr.muni.cz",
            "biotoolsID": "atomic-charge-calculator-ii",
            "biotoolsCURIE": "biotools:atomic-charge-calculator-ii",
            "version": [
                "2"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3438",
                            "term": "Calculation"
                        }
                    ],
                    "input": [
                        {
                            "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_1477",
                                    "term": "mmCIF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1477",
                                    "term": "mmCIF"
                                }
                            ]
                        }
                    ],
                    "output": [],
                    "note": "Calculation of partial atomic charges",
                    "cmd": null
                }
            ],
            "toolType": [
                "Web API",
                "Web application",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3332",
                    "term": "Computational chemistry"
                }
            ],
            "operatingSystem": [],
            "language": [
                "JavaScript",
                "Python",
                "C++"
            ],
            "license": "MIT",
            "collectionID": [
                "ELIXIR-CZ"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Czech Republic"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [
                {
                    "url": "https://github.com/krab1k/AtomicChargeCalculator",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/krab1k/ChargeFW2",
                    "type": [
                        "Repository"
                    ],
                    "note": "Computational core"
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/sb-ncbr/AtomicChargeCalculator/wiki",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkaa367",
                    "pmid": "32402071",
                    "pmcid": "PMC7319571",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Radka Svobodová",
                    "email": "radka.svobodova@mail.muni.cz",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-3840-8760",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Tomáš Raček",
                    "email": "tomas.racek@muni.cz",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-0296-2452",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "ELIXIR-CZ",
            "additionDate": "2021-01-18T09:10:00Z",
            "lastUpdate": "2026-01-26T06:46:06.259892Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "GOLEM",
            "description": "GOLEM is a web-based application that can be used to display the distribution of regulatory gene motifs within gene sequences in selected plants.",
            "homepage": "https://golem.ncbr.muni.cz",
            "biotoolsID": "golem",
            "biotoolsCURIE": "biotools:golem",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3208",
                            "term": "Genome visualisation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": "MIT",
            "collectionID": [
                "ELIXIR-CZ"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Czech Republic"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/sb-ncbr/golem",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1111/tpj.70037",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Petra Procházková Schrumpfová",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-0066-1581",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "National Centre for Biomolecular Research, Masaryk University, Brno",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "ELIXIR-CZ",
            "additionDate": "2024-01-19T20:13:21.901757Z",
            "lastUpdate": "2026-01-26T06:41:32.214753Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MicrobiomeR",
            "description": "MicrobiomeR is an R package for microbiome analysis that incorporates phyloseq, metacoder, taxa, and microbiome in order to standardize and simplify common microbiome workflows.",
            "homepage": "https://vallenderlab.github.io/MicrobiomeR/",
            "biotoolsID": "MicrobiomeR",
            "biotoolsCURIE": "biotools:MicrobiomeR",
            "version": [
                "0.6.1"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3697",
                    "term": "Microbial ecology"
                },
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux"
            ],
            "language": [
                "R"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/vallenderlab/MicrobiomeR/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/vallenderlab/MicrobiomeR",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/vallenderlab/MicrobiomeR/releases/download/v0.6.1/MicrobiomeR_0.6.1.tar.gz",
                    "type": "Software package",
                    "note": null,
                    "version": "0.6.1"
                }
            ],
            "documentation": [
                {
                    "url": "https://microbiomer.vallenderlab.science/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.21105/joss.01299",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Robert Gilmore",
                    "email": "rgilmore@umc.edu",
                    "url": null,
                    "orcidid": "http://orcid.org/0000-0001-8096-0180",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Shaurita D. Hutchins",
                    "email": "shutchins2@umc.edu",
                    "url": null,
                    "orcidid": "http://orcid.org/0000-0002-7687-0059",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "sdhutchins",
            "additionDate": "2019-08-13T22:07:01Z",
            "lastUpdate": "2026-01-21T04:08:50.540139Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "SynergyFinder Plus (SynergyFinder+)",
            "description": "Efficient implementations for all the popular synergy scoring models for drug combinations, including HSA, Loewe, Bliss and ZIP and visualization of the synergy scores as either a two-dimensional or a three-dimensional interaction surface over the dose matrix. R package available at https://bioconductor.org/packages/release/bioc/html/synergyfinder.html. The web server is available at https://www.synergyfinder.org or https://tangsoftwarelab.shinyapps.io/synergyfinder/",
            "homepage": "https://www.synergyfinder.org",
            "biotoolsID": "synergyfinder",
            "biotoolsCURIE": "biotools:synergyfinder",
            "version": [
                "1.0.0"
            ],
            "otherID": [
                {
                    "value": "RRID:SCR_019318",
                    "type": "rrid",
                    "version": null
                }
            ],
            "relation": [
                {
                    "biotoolsID": "drugcomb",
                    "type": "usedBy"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2238",
                            "term": "Statistical calculation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Bioinformatics portal",
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3307",
                    "term": "Computational biology"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "R"
            ],
            "license": "Artistic-2.0",
            "collectionID": [
                "BioConductor"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://www.helsinki.fi/en/researchgroups/network-pharmacology-for-precision-medicine",
                    "type": [
                        "Helpdesk"
                    ],
                    "note": "NET­WORK PHARMACOLOGY FOR PRE­CI­SION MEDICINE, FACULTY OF MEDICINE, UNIVERSITY OF HELSINKI"
                },
                {
                    "url": "https://twitter.com/SynergyFinder",
                    "type": [
                        "Social media"
                    ],
                    "note": "Twitter site"
                },
                {
                    "url": "https://tangsoftwarelab.shinyapps.io/synergyfinder/",
                    "type": [
                        "Mirror"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "http://bioconductor/packages/release/bioc/src/contrib/synergyfinder_1.0.0.tar.gz",
                    "type": "Source code",
                    "note": null,
                    "version": null
                },
                {
                    "url": "https://sourceforge.net/projects/synergyfinder/",
                    "type": "Container file",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "http://bioconductor.org/packages/release/bioc/html/synergyfinder.html",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/btx162",
                    "pmid": "28379339",
                    "pmcid": "PMC5554616",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "SynergyFinder: A web application for analyzing drug combination dose-response matrix data",
                        "abstract": "",
                        "date": "2017-08-01T00:00:00Z",
                        "citationCount": 399,
                        "authors": [],
                        "journal": "Bioinformatics"
                    }
                },
                {
                    "doi": "10.1007/978-1-4939-7493-1_17",
                    "pmid": "29344898",
                    "pmcid": "PMC6383747",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Methods for high-throughput drug combination screening and synergy scoring",
                        "abstract": "",
                        "date": "2018-01-01T00:00:00Z",
                        "citationCount": 159,
                        "authors": [],
                        "journal": "Methods in Molecular Biology"
                    }
                },
                {
                    "doi": "10.1016/j.gpb.2022.01.004",
                    "pmid": "35085776",
                    "pmcid": "PMC9801064",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "SynergyFinder Plus: Toward Better Interpretation and Annotation of Drug Combination Screening Datasets",
                        "abstract": "",
                        "date": "2022-06-01T00:00:00Z",
                        "citationCount": 426,
                        "authors": [],
                        "journal": "Genomics, Proteomics and Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Jing Tang",
                    "email": "jing.tang@helsinki.fi",
                    "url": "https://scholar.google.com/citations?user=6sNdZq8AAAAJ&hl=en",
                    "orcidid": "https://orcid.org/0000-0001-7480-7710",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Assistant professor in statistics, Faculty of Medicine, University of Helsinki"
                }
            ],
            "owner": "jtang920",
            "additionDate": "2017-01-17T14:57:10Z",
            "lastUpdate": "2026-01-07T09:41:52.464148Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "jtang920"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Humess",
            "description": "Humess is an analysis pipeline using Snakemake to automatically generate specific human metabolic models from 3'SRP RNA-seq dataset. It depends on a modified version of CarveMe which uses a top-down approach to build specific metabolic models from a universal model. Humess can also perform an optional analysis on the generated metabolic models using a sampling procedure.",
            "homepage": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/humess",
            "biotoolsID": "humess",
            "biotoolsCURIE": "biotools:humess",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3660",
                            "term": "Metabolic network modelling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3495",
                                "term": "RNA sequence"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2600",
                                "term": "Pathway or network"
                            },
                            "format": []
                        }
                    ],
                    "note": "Snakemake based pipeline",
                    "cmd": "snakemake -pa --configfile config.json --cores 1"
                }
            ],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2259",
                    "term": "Systems biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Bash",
                "R",
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/humess",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/humess",
                    "type": "Source code",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/humess/-/wikis/home",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/btaf448",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "HUMESS: integrating quantitative transcriptomic analysis and metabolic modeling to unveil condition-specific gene signatures",
                        "abstract": "",
                        "date": "2025-08-01T00:00:00Z",
                        "citationCount": 0,
                        "authors": [],
                        "journal": "Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Louis Paré",
                    "email": "louis.pare@univ-nantes.fr",
                    "url": "https://pf-bird.univ-nantes.fr/about_us/",
                    "orcidid": "https://orcid.org/0009-0002-4772-8042",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Maintainer",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "BiRD bioinformatics facility",
                    "email": "pf-bird@univ-nantes.fr",
                    "url": "https://pf-bird.univ-nantes.fr/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Division",
                    "typeRole": [
                        "Support",
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Philippe Bordron",
                    "email": "philippe.bordron@inrae.fr",
                    "url": "https://miat.inrae.fr/member/bordronphilippe/",
                    "orcidid": "https://orcid.org/0000-0003-1975-0920",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Laurent David",
                    "email": "laurent.david@univ-nantes.fr",
                    "url": "https://www.univ-nantes.fr/laurent-david",
                    "orcidid": "https://orcid.org/0000-0003-3594-0353",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Maxime Mahé",
                    "email": "maxime.mahe@univ-nantes.fr",
                    "url": "https://www.univ-nantes.fr/maxime-mahe",
                    "orcidid": "https://orcid.org/0000-0003-2560-193X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Audrey Bihouée",
                    "email": "audrey.bihouee@univ-nantes.fr",
                    "url": "https://www.univ-nantes.fr/audrey-bihouee",
                    "orcidid": "https://orcid.org/0000-0002-8689-2083",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Damien Eveillard",
                    "email": "damien.eveillard@univ-nantes.fr",
                    "url": "https://www.univ-nantes.fr/damien-eveillard",
                    "orcidid": "https://orcid.org/0000-0002-8162-7360",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "louis-pare",
            "additionDate": "2026-01-06T14:04:52.944419Z",
            "lastUpdate": "2026-01-06T14:05:11.572162Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Winnow",
            "description": "A confidence rescoring and FDR estimation workflow for de novo peptide sequencing.",
            "homepage": "https://github.com/instadeepai/winnow",
            "biotoolsID": "winnow",
            "biotoolsCURIE": "biotools:winnow",
            "version": [
                "1.0.3"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "instanovo",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3644",
                            "term": "de Novo sequencing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0943",
                                "term": "Mass spectrum"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3651",
                                    "term": "MGF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0945",
                                "term": "Peptide identification"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0945",
                                "term": "Peptide identification"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": "winnow predict --data-source instanovo --dataset-config-path test_config.yaml --method winnow  --fdr-threshold 0.01 --confidence-column confidence --output-folder ./predictions"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "proteomics",
                "Proteomics"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/instadeepai/winnow",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/instadeepai/winnow/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/instadeepai/winnow/archive/refs/tags/v1.0.3.zip",
                    "type": "Source code",
                    "note": null,
                    "version": "1.0.3"
                }
            ],
            "documentation": [
                {
                    "url": "https://instadeepai.github.io/winnow/api/datasets/",
                    "type": [
                        "API documentation"
                    ],
                    "note": null
                },
                {
                    "url": "https://instadeepai.github.io/winnow/cli/",
                    "type": [
                        "Command-line options"
                    ],
                    "note": null
                },
                {
                    "url": "https://instadeepai.github.io/winnow/contributing/",
                    "type": [
                        "Contributions policy"
                    ],
                    "note": null
                },
                {
                    "url": "https://instadeepai.github.io/winnow/#bibtex-entry-and-citation-info",
                    "type": [
                        "Citation instructions"
                    ],
                    "note": null
                },
                {
                    "url": "https://instadeepai.github.io/winnow/#installation",
                    "type": [
                        "Installation instructions"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.48550/arXiv.2509.24952",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": "2",
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Jemma Daniel",
                    "email": "j.daniel@instadeep.com",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-1964-3976",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Documentor",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Amandla Mabona",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0009-7514-677X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Jeroen van Goey",
                    "email": "j.vangoey@instadeep.com",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-4480-5567",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Konstantinos Kalogeropoulos",
                    "email": "konka@dtu.dk",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-3907-9281",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact",
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "Jemma",
            "additionDate": "2026-01-05T15:29:05.686915Z",
            "lastUpdate": "2026-01-06T07:50:06.065478Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "GenoSurf",
            "description": "GenoSurf is a metadata driven semantic search system for integrated genomic datasets.\n\nMany valuable resources developed by worldwide research institutions and consortia describe genomic datasets that are open, but their metadata search interfaces are heterogeneous, not interoperable, and with limited capabilities. \n\nGenoSurf provides access to a consolidated collection of metadata attributes found in the most relevant genomic datasets; values of attributes are semantically enriched by making use of the most suited available ontologies. Users provide as input the search terms, set the desired level of ontological enrichment, and obtain as output the identity of matching data files at the various sources.\n\nWe integrated about 40 million metadata of several major valuable data sources, including four providers of clinical and experimental data (TCGA, ENCODE, 1000 Genomes, and Roadmap Epigenomics) and two sources of annotation data (GENCODE and RefSeq).",
            "homepage": "http://gmql.eu/genosurf/",
            "biotoolsID": "GenoSurf",
            "biotoolsCURIE": "biotools:GenoSurf",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "virusurf",
                    "type": "usedBy"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2421",
                            "term": "Database search"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2422",
                            "term": "Data retrieval"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3436",
                            "term": "Aggregation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0089",
                    "term": "Ontology and terminology"
                },
                {
                    "uri": "http://edamontology.org/topic_3489",
                    "term": "Database management"
                },
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_2815",
                    "term": "Human biology"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "http://www.bioinformatics.deib.polimi.it/genosurf/survey/",
                    "type": [
                        "Other"
                    ],
                    "note": "Pedagogical survey to learn how to use GenoSurf"
                }
            ],
            "download": [
                {
                    "url": "http://www.bioinformatics.deib.polimi.it/genosurf/dump/",
                    "type": "Other",
                    "note": "Database dumps",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "http://www.bioinformatics.deib.polimi.it/genosurf/api/",
                    "type": [
                        "API documentation"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/DEIB-GECO/flask-metadata/wiki",
                    "type": [
                        "User manual"
                    ],
                    "note": "Wiki User documentation"
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/database/baz132",
                    "pmid": "31820804",
                    "pmcid": "PMC6902006",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "GenoSurf: metadata driven semantic search system for integrated genomic datasets",
                        "abstract": "",
                        "date": "2019-01-01T00:00:00Z",
                        "citationCount": 37,
                        "authors": [],
                        "journal": "Database : the journal of biological databases and curation"
                    }
                },
                {
                    "doi": "10.1007/978-3-030-85918-3_8",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Model, Integrate, Search.. Repeat: A Sound Approach to Building Integrated Repositories of Genomic Data",
                        "abstract": "",
                        "date": "2022-01-01T00:00:00Z",
                        "citationCount": 0,
                        "authors": [],
                        "journal": "SpringerBriefs in Applied Sciences and Technology"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Arif Canakoglu",
                    "email": "arif.canakoglu@polimi.it",
                    "url": "https://www.deib.polimi.it/eng/people/details/626632",
                    "orcidid": "https://orcid.org/0000-0003-4528-6586",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Research assistant at Politecnico di Milano"
                },
                {
                    "name": "Anna Bernasconi",
                    "email": "anna.bernasconi@polimi.it",
                    "url": "https://annabernasconi.faculty.polimi.it/",
                    "orcidid": "https://orcid.org/0000-0001-8016-5750",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": "Research assistant at Politecnico di Milano"
                },
                {
                    "name": "Stefano Ceri",
                    "email": "stefano.ceri@polimi.it",
                    "url": "https://ceri.faculty.polimi.it/",
                    "orcidid": "https://orcid.org/0000-0003-0671-2415",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": "Professor of Database Systems at Politecnico di Milano"
                },
                {
                    "name": "ELIXIR-ITA",
                    "email": null,
                    "url": "https://elixir-italy.org/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [],
                    "note": null
                },
                {
                    "name": "ELIXIR-ITA-POLIMI",
                    "email": null,
                    "url": "https://www.deib.polimi.it/eng/elixir-iib",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "abernasconi",
            "additionDate": "2020-01-14T19:35:43Z",
            "lastUpdate": "2026-01-04T14:57:18.079370Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ELIXIR-ITA-POLIMI",
                    "abernasconi",
                    "arif.canakoglu@polimi.it"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "The Chemistry Development Kit",
            "description": "Open source Java library for bio- and cheminformatics.",
            "homepage": "http://github.com/cdk/cdk/",
            "biotoolsID": "cdk",
            "biotoolsCURIE": "biotools:cdk",
            "version": [
                "1"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2258",
                    "term": "Cheminformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Java"
            ],
            "license": "LGPL-2.1",
            "collectionID": [
                "ELIXIR-NL"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "http://github.com/cdk/cdk/",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://fosstodon.org/@cdk",
                    "type": [
                        "Social media"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/cdk/cdk/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/s13321-017-0220-4",
                    "pmid": "29086040",
                    "pmcid": "PMC5461230",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "The Chemistry Development Kit (CDK) v2.0: atom typing, depiction, molecular formulas, and substructure searching",
                        "abstract": "",
                        "date": "2017-06-06T00:00:00Z",
                        "citationCount": 381,
                        "authors": [],
                        "journal": "Journal of Cheminformatics"
                    }
                },
                {
                    "doi": "10.1021/ci025584y",
                    "pmid": "12653513",
                    "pmcid": "PMC4901983",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "The Chemistry Development Kit (CDK): An open-source Java library for chemo- and bioinformatics",
                        "abstract": "",
                        "date": "2003-01-01T00:00:00Z",
                        "citationCount": 935,
                        "authors": [],
                        "journal": "Journal of Chemical Information and Computer Sciences"
                    }
                },
                {
                    "doi": "10.2174/138161206777585274",
                    "pmid": "16796559",
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Recent developments of the Chemistry Development Kit (CDK) - An open-source Java library for chemo- and bioinformatics",
                        "abstract": "",
                        "date": "2006-06-01T00:00:00Z",
                        "citationCount": 445,
                        "authors": [],
                        "journal": "Current Pharmaceutical Design"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Christoph Steinbeck",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Rajarshi Guha",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "John May",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Egon Willighagen",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "maastrichtuniversity.nl",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": null,
                    "url": "https://sourceforge.net/p/cdk/mailman/?source=navbar",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "egonw",
            "additionDate": "2015-12-01T14:33:26Z",
            "lastUpdate": "2025-12-29T19:08:00.918429Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "WarPP",
            "description": "WarPP places water molecules for the active site of a given PDB file. Based on interaction geometries previously derived from protein crystal structures potential water positions are generated for free interaction directions (lone pairs of acceptors or hydrogen atoms of donors). Every small molecule present in the PDB structure is used to generate an active site of 6.5 Å radius around each atom. Within these active sites water molecules are placed.\nIn the corresponding publication we showed that WarPP is able to place 80% of water molecules within 1.0 Å distance to a crystallographically observed one.",
            "homepage": "http://proteinsplus.zbh.uni-hamburg.de/#warpp",
            "biotoolsID": "warpp",
            "biotoolsCURIE": "biotools:warpp",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        }
                    ],
                    "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_1772",
                                "term": "Score"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0123",
                    "term": "Protein properties"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [
                "de.NBI"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://proteinsplus.zbh.uni-hamburg.de/help/index",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1021/acs.jcim.8b00271",
                    "pmid": "30036062",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Placement of Water Molecules in Protein Structures: From Large-Scale Evaluations to Single-Case Examples",
                        "abstract": "Water molecules are of great importance for the correct representation of ligand binding interactions. Throughout the last years, water molecules and their integration into drug design strategies have received increasing attention. Nowadays a variety of tools are available to place and score water molecules. However, the most frequently applied software solutions require substantial computational resources. In addition, none of the existing methods has been rigorously evaluated on the basis of a large number of diverse protein complexes. Therefore, we present a novel method for placing water molecules, called WarPP, based on interaction geometries previously derived from protein crystal structures. Using a large, previously compiled, high-quality validation set of almost 1500 protein-ligand complexes containing almost 20000 crystallographically observed water molecules in their active sites, we validated our placement strategy. We correctly placed 80% of the water molecules within 1.0 Å of a crystallographically observed one.",
                        "date": "2018-08-27T00:00:00Z",
                        "citationCount": 33,
                        "authors": [
                            {
                                "name": "Nittinger E."
                            },
                            {
                                "name": "Flachsenberg F."
                            },
                            {
                                "name": "Bietz S."
                            },
                            {
                                "name": "Lange G."
                            },
                            {
                                "name": "Klein R."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Journal of Chemical Information and Modeling"
                    }
                }
            ],
            "credit": [
                {
                    "name": "University of Hamburg - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2020-06-08T16:17:43Z",
            "lastUpdate": "2025-12-23T14:50:38.010415Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ehrt"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "StructureProfiler",
            "description": "Tool for 3D protein structure profiling.",
            "homepage": "https://www.zbh.uni-hamburg.de/forschung/amd/software/structureprofiler.html",
            "biotoolsID": "StructureProfiler",
            "biotoolsCURIE": "biotools:StructureProfiler",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0249",
                            "term": "Protein geometry calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0321",
                            "term": "Protein structure validation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0482",
                            "term": "Protein-ligand docking"
                        }
                    ],
                    "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_0166",
                    "term": "Protein structural motifs and surfaces"
                },
                {
                    "uri": "http://edamontology.org/topic_0082",
                    "term": "Structure prediction"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [
                {
                    "url": "https://software.zbh.uni-hamburg.de/pages/getPackage",
                    "type": "Downloads page",
                    "note": "NAOMI ChemBio Suite including the package",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/bty692",
                    "pmid": "30124779",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "StructureProfiler: An all-in-one tool for 3D protein structure profiling",
                        "abstract": "Motivation Three-dimensional protein structures are important starting points for elucidating protein function and applications like drug design. Computational methods in this area rely on high quality validation datasets which are usually manually assembled. Due to the increase in published structures as well as the increasing demand for specially tailored validation datasets, automatic procedures should be adopted. Results StructureProfiler is a new tool for automatic, objective and customizable profiling of X-ray protein structures based on the most frequently applied selection criteria currently in use to assemble benchmark datasets. As examples, four dataset configurations (Astex, Iridium, Platinum, combined), all results of the combined tests and the list of all PDB Ids passing the combined criteria set are attached in theSupplementary Material.",
                        "date": "2019-03-01T00:00:00Z",
                        "citationCount": 4,
                        "authors": [
                            {
                                "name": "Meyder A."
                            },
                            {
                                "name": "Kampen S."
                            },
                            {
                                "name": "Sieg J."
                            },
                            {
                                "name": "Fahrrolfes R."
                            },
                            {
                                "name": "Friedrich N.-O."
                            },
                            {
                                "name": "Flachsenberg F."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Matthias Rarey",
                    "email": "rarey@zbh.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2019-07-06T06:35:25Z",
            "lastUpdate": "2025-12-23T14:50:37.487104Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "StructureProfiler",
            "description": "StructureProfiler was developed as an all-in-one tool to screen structures based on selection criteria typically used upon dataset assembly for structure-based design methods. Test configurations based on either the Astex, the Iridium HT, the Platinum, or the combination of all three criteria catalogs. (Note that RSCC as an electron density validation criteria was replaced by EDIAm scoring).",
            "homepage": "http://proteinsplus.zbh.uni-hamburg.de/#structureprofiler",
            "biotoolsID": "structurechecker",
            "biotoolsCURIE": "biotools:structurechecker",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3695",
                            "term": "Filtering"
                        }
                    ],
                    "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_2087",
                                "term": "Molecular property"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3332",
                    "term": "Computational chemistry"
                },
                {
                    "uri": "http://edamontology.org/topic_0154",
                    "term": "Small molecules"
                },
                {
                    "uri": "http://edamontology.org/topic_3534",
                    "term": "Protein binding sites"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://proteinsplus.zbh.uni-hamburg.de/help/index",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/bty692",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "StructureProfiler: An all-in-one tool for 3D protein structure profiling",
                        "abstract": "© The Author(s) 2018.Motivation Three-dimensional protein structures are important starting points for elucidating protein function and applications like drug design. Computational methods in this area rely on high quality validation datasets which are usually manually assembled. Due to the increase in published structures as well as the increasing demand for specially tailored validation datasets, automatic procedures should be adopted. Results StructureProfiler is a new tool for automatic, objective and customizable profiling of X-ray protein structures based on the most frequently applied selection criteria currently in use to assemble benchmark datasets. As examples, four dataset configurations (Astex, Iridium, Platinum, combined), all results of the combined tests and the list of all PDB Ids passing the combined criteria set are attached in theSupplementary Material.",
                        "date": "2019-03-01T00:00:00Z",
                        "citationCount": 2,
                        "authors": [
                            {
                                "name": "Meyder A."
                            },
                            {
                                "name": "Kampen S."
                            },
                            {
                                "name": "Sieg J."
                            },
                            {
                                "name": "Fahrrolfes R."
                            },
                            {
                                "name": "Friedrich N.-O."
                            },
                            {
                                "name": "Flachsenberg F."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "University of Hamburg - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2020-06-08T18:35:57Z",
            "lastUpdate": "2025-12-23T14:50:36.983259Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Protoss",
            "description": "Fully automated hydrogen prediction tool for protein-ligand complexes. It adds missing hydrogen atoms to protein structures and detects reasonable protonation states, tautomers, and hydrogen coordinates of both protein and ligand molecules. It investigates hydrogen bonds, metal interactions and repulsive atom contacts for all possible states and calculates an optimal hydrogen bonding network within these degrees of freedom.",
            "homepage": "http://proteinsplus.zbh.uni-hamburg.de/#protoss",
            "biotoolsID": "protoss",
            "biotoolsCURIE": "biotools:protoss",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0394",
                            "term": "Hydrogen bond calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2949",
                            "term": "Protein interaction analysis"
                        }
                    ],
                    "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_1461",
                                "term": "Protein-ligand complex"
                            },
                            "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_1461",
                                "term": "Protein-ligand complex"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                },
                {
                    "uri": "http://edamontology.org/topic_0602",
                    "term": "Molecular interactions, pathways and networks"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [
                "de.NBI",
                "COVID-19"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://proteinsplus.zbh.uni-hamburg.de/help/index",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1186/1758-2946-6-12",
                    "pmid": "24694216",
                    "pmcid": "PMC4019353",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Protoss: A holistic approach to predict tautomers and protonation states in protein-ligand complexes",
                        "abstract": "The calculation of hydrogen positions is a common preprocessing step when working with crystal structures of protein-ligand complexes. An explicit description of hydrogen atoms is generally needed in order to analyze the binding mode of particular ligands or to calculate the associated binding energies. Due to the large number of degrees of freedom resulting from different chemical moieties and the high degree of mutual dependence this problem is anything but trivial. In addition to an efficient algorithm to take care of the complexity resulting from complicated hydrogen bonding networks, a robust chemical model is needed to describe effects such as tautomerism and ionization consistently. We present a novel method for the placement of hydrogen coordinates in protein-ligand complexes which takes tautomers and protonation states of both protein and ligand into account. Our method generates the most probable hydrogen positions on the basis of an optimal hydrogen bonding network using an empirical scoring function. The high quality of our results could be verified by comparison to the manually adjusted Astex diverse set and a remarkably low rate of undesirable hydrogen contacts compared to other tools. © 2014 Bietz et al.; licensee Chemistry Central Ltd.",
                        "date": "2014-04-03T00:00:00Z",
                        "citationCount": 153,
                        "authors": [
                            {
                                "name": "Bietz S."
                            },
                            {
                                "name": "Urbaczek S."
                            },
                            {
                                "name": "Schulz B."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Journal of Cheminformatics"
                    }
                },
                {
                    "doi": "10.1186/1758-2946-1-13",
                    "pmid": "20298519",
                    "pmcid": "PMC3225823",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Fast automated placement of polar hydrogen atoms in protein-ligand complexes",
                        "abstract": "Background. Hydrogen bonds play a major role in the stabilization of protein-ligand complexes. The ability of a functional group to form them depends on the position of its hydrogen atoms. An accurate knowledge of the positions of hydrogen atoms in proteins is therefore important to correctly identify hydrogen bonds and their properties. The high mobility of hydrogen atoms introduces several degrees of freedom: Tautomeric states, where a hydrogen atom alters its binding partner, torsional changes where the position of the hydrogen atom is rotated around the last heavy-atom bond in a residue, and protonation states, where the number of hydrogen atoms at a functional group may change. Also, side-chain flips in glutamine and asparagine and histidine residues, which are common crystallographic ambiguities must be identified before structure-based calculations can be conducted. Results. We have implemented a method to determine the most probable hydrogen atom positions in a given protein-ligand complex. Optimality of hydrogen bond geometries is determined by an empirical scoring function which is used in molecular docking. This allows to evaluate protein-ligand interactions with an established model. Also, our method allows to resolve common crystallographic ambiguities such as as flipped amide groups and histidine residues. To ensure high speed, we make use of a dynamic programming approach. Conclusion. Our results were checked against selected high-resolution structures from an external dataset, for which the positions of the hydrogen atoms have been validated manually. The quality of our results is comparable to that of other programs, with the advantage of being fast enough to be applied on-the-fly for interactive usage or during score evaluation. © 2009 Lippert and Rarey; licensee BioMed Central Ltd.",
                        "date": "2009-12-01T00:00:00Z",
                        "citationCount": 58,
                        "authors": [
                            {
                                "name": "Lippert T."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Journal of Cheminformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "University of Hamburg - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "rarey-office@zbh.uni-hambugr.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2016-11-28T10:07:16Z",
            "lastUpdate": "2025-12-23T14:50:36.482733Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "Bietz",
                    "ehrt"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "PoseView",
            "description": "This tool automatically creates two-dimensional diagrams which depict the protein-ligand interactions and conform to chemical drawing conventions. Directed interactions between protein and ligand are estimated by an integrated scoring scheme and depicted as lines between detailed structure diagrams for both protein residues and the ligand molecule.",
            "homepage": "http://proteinsplus.zbh.uni-hamburg.de/#poseview",
            "biotoolsID": "poseview",
            "biotoolsCURIE": "biotools:poseview",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0570",
                            "term": "Structure visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3083",
                            "term": "Pathway or network visualisation"
                        }
                    ],
                    "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_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                },
                                {
                                    "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_0602",
                    "term": "Molecular interactions, pathways and networks"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [
                "de.NBI"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://proteinsplus.zbh.uni-hamburg.de/help/index",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/btl150",
                    "pmid": "16632493",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Molecular complexes at a glance: Automated generation of two-dimensional complex diagrams",
                        "abstract": "Motivation: In this paper a new algorithmic approach is presented, which automatically generates structure diagrams of molecular complexes. A complex diagram contains the ligand, the amino acids of the protein interacting with the ligand and the hydrophilic interactions schematized as dashed lines between the corresponding atoms. The algorithm is based on a combinatorial optimization strategy which solves parts of the layout problem non-heuristically. The depicted molecules are represented as structure diagrams according to the chemical nomenclature. Due to the frequent usage of complex diagrams in the scientific literature as well as in text books dealing with structural biology, biochemistry and medicinal chemistry, the new algorithm is a key element for computer applications in these areas. Results: The method was implemented in the new software tool PoseView. It was tested on a representative dataset containing 305 protein - ligand complexes in total from the Brookhaven Protein Data Bank. PoseView was able to find collision-free layouts for more than three quarters of all complexes. In the following the layout generation algorithm is presented and, additional to the statistical results, representative test cases demonstrating the challenges of the layout generation will be discussed. © 2006 Oxford University Press.",
                        "date": "2006-07-15T00:00:00Z",
                        "citationCount": 349,
                        "authors": [
                            {
                                "name": "Stierand K."
                            },
                            {
                                "name": "Maass P.C."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Bioinformatics"
                    }
                },
                {
                    "doi": "10.1002/cmdc.200700010",
                    "pmid": "17436259",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "From modeling to medicinal chemistry: Automatic generation oft wo-dimensional complex diagrams",
                        "abstract": "As a result of the increasing application of structure-based drug design, the visualization of protein-ligand complexes has become an important feature in medicinal chemistry. The large number of experimentally resolved complex structures and the further development of computer-aided methods like docking or de novo design establishes new possibilities in this field. During lead finding and optimization, a manual investigation of many complexes and their interaction patterns is typically performed. We present an algorithm that automatically generates 2D-protein-ligand diagrams as a possible solution for a transparent visualization of the contact partners in a complex and as a support for scientists in the evaluation of structure-based design results. Running the software on representative test data sets, it generates collision free layouts for ∼76% of the cases in the range of tenths of a second per complex. The success rate for complexes with ligands which have a molecular weight >500 Da is 87 %. © 2007 Wiley-VCH Verlag GmbH & Co. KGaA.",
                        "date": "2007-06-11T00:00:00Z",
                        "citationCount": 84,
                        "authors": [
                            {
                                "name": "Stierand K."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "ChemMedChem"
                    }
                }
            ],
            "credit": [
                {
                    "name": "University of Hamburg - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "rarey-office@zbh.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2016-11-21T10:33:07Z",
            "lastUpdate": "2025-12-23T14:50:36.016352Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "Bietz",
                    "ehrt"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "HyPPI",
            "description": "HyPPI classifies a protein-protein complex concerning its interaction type into permanent, transient or crystal artifact. Permanent protein-protein complexes are only stable in their complexed state and the subunits would denature upon complex dissociation. Transient protein-protein complexes are stable in the complexed form as well as in the monomeric depending of the necessary function of the complex. Crystal artifacts have no biological function and are artifically formed during crystallization process. The discrimination is performed using two characteristics of the protein-protein complex, the hydrophobicity of the interface (ΔGHydrophobic) and the quotient of interface area ratios (IF-quotient). The IF-quotient takes the symmetry of the protein-protein interface into account.",
            "homepage": "http://proteinsplus.zbh.uni-hamburg.de/#ppi",
            "biotoolsID": "ppi",
            "biotoolsCURIE": "biotools:ppi",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2492",
                            "term": "Protein interaction prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        }
                    ],
                    "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_1772",
                                "term": "Score"
                            },
                            "format": []
                        }
                    ],
                    "note": "Probability score for interface classification",
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [
                "de.NBI"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://proteinsplus.zbh.uni-hamburg.de/help/index",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1007/s10822-012-9626-2",
                    "pmid": "23269578",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "A consistent description of HYdrogen bond and DEhydration energies in protein-ligand complexes: Methods behind the HYDE scoring function",
                        "abstract": "The estimation of free energy of binding is a key problem in structure-based design. We developed the scoring function HYDE based on a consistent description of HYdrogen bond and DEhydration energies in protein-ligand complexes. HYDE is applicable to all types of protein targets since it is not calibrated on experimental binding affinity data or protein-ligand complexes. The comprehensible atom-based score of HYDE is visualized by applying a very intuitive coloring scheme, thereby facilitating the analysis of protein-ligand complexes in the lead optimization process. In this paper, we have revised several aspects of the former version of HYDE which was described in detail previously. The revised HYDE version was already validated in large-scale redocking and screening experiments which were performed in the course of the Docking and Scoring Symposium at 241st ACS National Meeting. In this study, we additionally evaluate the ability of the revised HYDE version to predict binding affinities. On the PDBbind 2007 coreset, HYDE achieves a correlation coefficient of 0.62 between the experimental binding constants and the predicted binding energy, performing second best on this dataset compared to 17 other well-established scoring functions. Further, we show that the performance of HYDE in large-scale redocking and virtual screening experiments on the Astex diverse set and the DUD dataset respectively, is comparable to the best methods in this field. © 2012 Springer Science+Business Media Dordrecht.",
                        "date": "2013-01-01T00:00:00Z",
                        "citationCount": 218,
                        "authors": [
                            {
                                "name": "Schneider N."
                            },
                            {
                                "name": "Lange G."
                            },
                            {
                                "name": "Hindle S."
                            },
                            {
                                "name": "Klein R."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Journal of Computer-Aided Molecular Design"
                    }
                }
            ],
            "credit": [
                {
                    "name": "University of Hamburg - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "rarey-office@zbh.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2016-11-28T10:07:16Z",
            "lastUpdate": "2025-12-23T14:50:31.665805Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ehrt"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "EDIA",
            "description": "Easily interpretable electron density score for individual atoms. It quantifies the electron density support of each single atom by computing a weighted sum over an oversampled electron density grid in the proximity of the atom. Atomic EDIA values can also be combined with the help of the power mean to compute EDIA_m, an electron density score for small molecules, fragments, or residues.",
            "homepage": "http://proteinsplus.zbh.uni-hamburg.de/#edia",
            "biotoolsID": "edia",
            "biotoolsCURIE": "biotools:edia",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0321",
                            "term": "Protein model validation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2406",
                            "term": "Protein structure analysis"
                        }
                    ],
                    "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_1461",
                                "term": "Protein-ligand complex"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1476",
                                    "term": "PDB"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1772",
                                "term": "Score"
                            },
                            "format": []
                        }
                    ],
                    "note": "Score for structure quality assessment on a global or atomistic level",
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_2828",
                    "term": "X-ray diffraction"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [
                "de.NBI",
                "COVID-19"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [
                "3D-BioInfo"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "http://proteinsplus.zbh.uni-hamburg.de/help/index",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1021/acs.jcim.7b00391",
                    "pmid": "28981269",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Estimating Electron Density Support for Individual Atoms and Molecular Fragments in X-ray Structures",
                        "abstract": "© 2017 American Chemical Society.Macromolecular structures resolved by X-ray crystallography are essential for life science research. While some methods exist to automatically quantify the quality of the electron density fit, none of them is without flaws. Especially the question of how well individual parts like atoms, small fragments, or molecules are supported by electron density is difficult to quantify. While taking experimental uncertainties correctly into account, they do not offer an answer on how reliable an individual atom position is. A rapid quantification of this atomic position reliability would be highly valuable in structure-based molecular design. To overcome this limitation, we introduce the electron density score EDIA for individual atoms and molecular fragments. EDIA assesses rapidly, automatically, and intuitively the fit of individual as well as multiple atoms (EDIAm) into electron density accompanied by an integrated error analysis. The computation is based on the standard 2fo - fc electron density map in combination with the model of the molecular structure. For evaluating partial structures, EDIAm shows significant advantages compared to the real-space R correlation coefficient (RSCC) and the real-space difference density Z score (RSZD) from the molecular modeler's point of view. Thus, EDIA abolishes the time-consuming step of visually inspecting the electron density during structure selection and curation. It supports daily modeling tasks of medicinal and computational chemists and enables a fully automated assembly of large-scale, high-quality structure data sets. Furthermore, EDIA scores can be applied for model validation and method development in computer-aided molecular design. In contrast to measuring the deviation from the structure model by root-mean-squared deviation, EDIA scores allow comparison to the underlying experimental data taking its uncertainty into account.",
                        "date": "2017-10-23T00:00:00Z",
                        "citationCount": 33,
                        "authors": [
                            {
                                "name": "Meyder A."
                            },
                            {
                                "name": "Nittinger E."
                            },
                            {
                                "name": "Lange G."
                            },
                            {
                                "name": "Klein R."
                            },
                            {
                                "name": "Rarey M."
                            }
                        ],
                        "journal": "Journal of Chemical Information and Modeling"
                    }
                }
            ],
            "credit": [
                {
                    "name": "University of Hamburg - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "rarey-office@zbh.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2016-11-28T10:07:17Z",
            "lastUpdate": "2025-12-23T14:50:31.055029Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "Bietz",
                    "ehrt"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Data Integration Quality Check Tool (DIQCT)",
            "description": "A tool that checks the clinical metadata quality (validity, completeness), the integrity between images and clinical metadata provided as well as their accuracy,  the de-identification protocol applied, and existence of annotation together with the consistency between the images and the annotation files and informs the user on corrective actions prior to data upload.",
            "homepage": "https://www.mdpi.com/2939712",
            "biotoolsID": "data_integration_quality_check_tool_diqct",
            "biotoolsCURIE": "biotools:data_integration_quality_check_tool_diqct",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Desktop application",
                "Suite"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3572",
                    "term": "Data quality management"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Python",
                "R"
            ],
            "license": "Proprietary",
            "collectionID": [
                "eucaim"
            ],
            "maturity": "Mature",
            "cost": "Commercial",
            "accessibility": "Restricted access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/3/repositories/dicqt/",
                    "type": [
                        "Repository"
                    ],
                    "note": "Link to the Harbor image"
                },
                {
                    "url": "https://drive.google.com/drive/folders/15HotbC4RnBXe83lzWEnOQZksB0pZa1JY",
                    "type": [
                        "Other"
                    ],
                    "note": "Link to the temporary license of the tool"
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://docs.google.com/document/d/1b_5-pf94_QeOZVT2wVdG1YpWkAiTskwa/edit?usp=sharing&ouid=106267739460923945711&rtpof=true&sd=true",
                    "type": [
                        "Other"
                    ],
                    "note": null
                },
                {
                    "url": "https://docs.google.com/document/d/1EnkkmFOGAo-WhPwx3OQ8vxSb3FKFn4b-/edit?usp=sharing&ouid=106267739460923945711&rtpof=true&sd=true",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.3390/info15090533",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Toward Ensuring Data Quality in Multi-Site Cancer Imaging Repositories",
                        "abstract": "",
                        "date": "2024-09-01T00:00:00Z",
                        "citationCount": 7,
                        "authors": [],
                        "journal": "Information (Switzerland)"
                    }
                },
                {
                    "doi": "10.1109/EMBC48229.2022.9871018",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Data Quality Check in Cancer Imaging Research: Deploying and Evaluating the DIQCT Tool",
                        "abstract": "",
                        "date": "2022-01-01T00:00:00Z",
                        "citationCount": 5,
                        "authors": [],
                        "journal": "Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology Society, EMBS"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Ioanna Chouvarda",
                    "email": "ioannach@auth.gr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-8915-6658",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "authEucaim",
            "additionDate": "2025-05-16T09:56:39.880752Z",
            "lastUpdate": "2025-12-23T13:36:06.026155Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "dimfilos"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "OMA",
            "description": "Project that aims to identify orthologs among publicly available, complete genomes. With many hundreds of genomes analyzed to date, it is one of the largest projects of its kind.",
            "homepage": "http://omabrowser.org/oma/home/",
            "biotoolsID": "oma",
            "biotoolsCURIE": "biotools:oma",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2423",
                            "term": "Prediction and recognition"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3021",
                                "term": "UniProt accession"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3671",
                                "term": "Text"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2974",
                                "term": "Protein sequence (raw)"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0842",
                                "term": "Identifier"
                            },
                            "format": []
                        }
                    ],
                    "output": [],
                    "note": "orthology prediction and paralogy OMA group",
                    "cmd": null
                }
            ],
            "toolType": [
                "Desktop application",
                "Web application",
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3299",
                    "term": "Evolutionary biology"
                },
                {
                    "uri": "http://edamontology.org/topic_0797",
                    "term": "Comparative genomics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [
                "Data"
            ],
            "elixirNode": [
                "Switzerland"
            ],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://omabrowser.org/oma/about/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gku1158",
                    "pmid": "25399418",
                    "pmcid": "PMC4383958",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "The OMA orthology database in 2015: Function predictions, better plant support, synteny view and other improvements",
                        "abstract": "",
                        "date": "2015-01-28T00:00:00Z",
                        "citationCount": 160,
                        "authors": [],
                        "journal": "Nucleic Acids Research"
                    }
                },
                {
                    "doi": "10.1093/nar/gkad1020",
                    "pmid": "37962356",
                    "pmcid": "PMC10767875",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "OMA or tholog y in 2024: impro v ed prokary ot e co v erãg e,ãncestralãnd extant GO enrichment,ã revamped synteny viewerãnd more in the OMA Ecosystem",
                        "abstract": "",
                        "date": "2024-01-05T00:00:00Z",
                        "citationCount": 46,
                        "authors": [],
                        "journal": "Nucleic Acids Research"
                    }
                },
                {
                    "doi": "10.1093/nar/gkaa1007",
                    "pmid": "33174605",
                    "pmcid": "PMC7779010",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "OMA orthology in 2021: Website overhaul, conserved isoforms, ancestral gene order and more",
                        "abstract": "",
                        "date": "2021-01-08T00:00:00Z",
                        "citationCount": 144,
                        "authors": [],
                        "journal": "Nucleic Acids Research"
                    }
                },
                {
                    "doi": "10.1093/nar/gkx1019",
                    "pmid": "29106550",
                    "pmcid": "PMC5753216",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "The OMA orthology database in 2018: Retrieving evolutionary relationships among all domains of life through richer web and programmatic interfaces",
                        "abstract": "",
                        "date": "2018-01-01T00:00:00Z",
                        "citationCount": 169,
                        "authors": [],
                        "journal": "Nucleic Acids Research"
                    }
                }
            ],
            "credit": [
                {
                    "name": "SIB",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "contact@omabrowser.org",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Christophe Dessimoz",
                    "email": "Christophe.Dessimoz@unil.ch",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "adrian.altenhoff",
            "additionDate": "2016-06-24T11:36:59Z",
            "lastUpdate": "2025-12-22T16:58:22.083280Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Genetic and Genomic Information System (GnpIS)",
            "description": "GnpIS is an integrative and multi-species information system dedicated to plants, including forest trees. It handles various types of data, focusing on genetic resources and phenomics. It allows researchers from the Plant community to access and cross-reference genetic data (accessions, phenotypes, polymorphisms, markers and QTLs) and genomic data (sequences, physical maps, genome annotations) for species of agronomic and forestry interest.\nAccessible via a public web portal, GnpIS enables different types of data to be managed, browsed and retrieved via specialized search tools and web services.\nGnpIS is used by the French National Research Institute for Agriculture, Food and Environment (INRAE) and its partners in major national and international projects.",
            "homepage": "https://urgi.versailles.inrae.fr/gnpis",
            "biotoolsID": "gnpis",
            "biotoolsCURIE": "biotools:gnpis",
            "version": [
                "20.2.1"
            ],
            "otherID": [
                {
                    "value": "doi:10.25504/FAIRsharing.dw22y3",
                    "type": "doi",
                    "version": null
                }
            ],
            "relation": [
                {
                    "biotoolsID": "faidare",
                    "type": "uses"
                },
                {
                    "biotoolsID": "wheatis",
                    "type": "uses"
                },
                {
                    "biotoolsID": "wheatmine",
                    "type": "includes"
                },
                {
                    "biotoolsID": "oakmine",
                    "type": "includes"
                },
                {
                    "biotoolsID": "repetdb",
                    "type": "includes"
                },
                {
                    "biotoolsID": "grapemine",
                    "type": "includes"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3208",
                            "term": "Genome visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0227",
                            "term": "Indexing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2409",
                            "term": "Data handling"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3559",
                            "term": "Ontology visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0224",
                            "term": "Query and retrieval"
                        }
                    ],
                    "input": [],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3498",
                                "term": "Sequence variations"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0850",
                                "term": "Sequence set"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1255",
                                "term": "Sequence features"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2044",
                                "term": "Sequence"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2353",
                                "term": "Ontology data"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2080",
                                "term": "Database search results"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0920",
                                "term": "Genotype/phenotype report"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0842",
                                "term": "Identifier"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application",
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0780",
                    "term": "Plant biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3053",
                    "term": "Genetics"
                },
                {
                    "uri": "http://edamontology.org/topic_0625",
                    "term": "Genotype and phenotype"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "JavaScript",
                "Java"
            ],
            "license": "BSD-3-Clause",
            "collectionID": [
                "elixir-fr-sdp-2019",
                "Animal and Crop Genomics"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "France"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://forge.inrae.fr/urgi/is/gnpis",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://urgi.versailles.inrae.fr/Data-Services/Data-Access/GnpIS",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/database/bat058",
                    "pmid": "23959375",
                    "pmcid": "PMC3746681",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "GnpIS: An information system to integrate genetic and genomic data from plants and fungi",
                        "abstract": "",
                        "date": "2013-12-01T00:00:00Z",
                        "citationCount": 43,
                        "authors": [],
                        "journal": "Database"
                    }
                },
                {
                    "doi": "10.1007/978-1-4939-6658-5_5",
                    "pmid": "27987166",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Mining plant genomic and genetic data using the gnpis information system",
                        "abstract": "",
                        "date": "2017-01-01T00:00:00Z",
                        "citationCount": 2,
                        "authors": [],
                        "journal": "Methods in Molecular Biology"
                    }
                },
                {
                    "doi": "10.1038/hortres.2016.56",
                    "pmid": "27917288",
                    "pmcid": "PMC5120350",
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Towards an open grapevine information system",
                        "abstract": "",
                        "date": "2016-11-23T00:00:00Z",
                        "citationCount": 38,
                        "authors": [],
                        "journal": "Horticulture Research"
                    }
                },
                {
                    "doi": "10.3835/plantgenome2015.06.0038",
                    "pmid": "27898761",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "TransPLANT resources for triticeae genomic data",
                        "abstract": "",
                        "date": "2016-03-01T00:00:00Z",
                        "citationCount": 6,
                        "authors": [],
                        "journal": "Plant Genome"
                    }
                },
                {
                    "doi": "10.1186/s13059-018-1491-4",
                    "pmid": "30115101",
                    "pmcid": "PMC6097284",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Linking the International Wheat Genome Sequencing Consortium bread wheat reference genome sequence to wheat genetic and phenomic data",
                        "abstract": "",
                        "date": "2018-08-17T00:00:00Z",
                        "citationCount": 205,
                        "authors": [],
                        "journal": "Genome Biology"
                    }
                },
                {
                    "doi": "10.34133/2019/1671403",
                    "pmid": "33313522",
                    "pmcid": "PMC7718628",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Applying FAIR principles to plant phenotypic data management in GnpIS",
                        "abstract": "",
                        "date": "2019-01-01T00:00:00Z",
                        "citationCount": 43,
                        "authors": [],
                        "journal": "Plant Phenomics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "URGI helpdesk",
                    "email": "urgi-support@inrae.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Division",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "cpommier",
            "additionDate": "2017-03-23T14:24:24Z",
            "lastUpdate": "2025-12-19T17:15:16.754031Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "urgi-contact",
                    "animalandcropgenomics",
                    "nfrancillon",
                    "cmichotey"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "D-GENIES",
            "description": "D-GENIES – for Dot plot large Genomes in an Interactive, Efficient and Simple way – is an online tool designed to compare two genomes. It supports large genome and you can interact with the dot plot to improve the visualization.",
            "homepage": "https://dgenies.toulouse.inrae.fr/",
            "biotoolsID": "d-genies",
            "biotoolsCURIE": "biotools:d-genies",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3182",
                            "term": "Genome alignment"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1383",
                                "term": "Nucleic acid sequence alignment"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2161",
                                "term": "Sequence similarity plot"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0490",
                            "term": "Dot plot plotting"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1383",
                                "term": "Nucleic acid sequence alignment"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2161",
                                "term": "Sequence similarity plot"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux"
            ],
            "language": [
                "Python",
                "Shell"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/genotoul-bioinfo/dgenies",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://dgenies.readthedocs.io/en/latest/index.html",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.7717/peerj.4958",
                    "pmid": "29888139",
                    "pmcid": "PMC5991294",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "D-GENIES: Dot plot large genomes in an interactive, efficient and simple way",
                        "abstract": "",
                        "date": "2018-01-01T00:00:00Z",
                        "citationCount": 493,
                        "authors": [],
                        "journal": "PeerJ"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Floréal Cabanettes",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Christophe Klopp",
                    "email": "christophe.klopp@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-7126-5477",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Philippe Bordron",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-1975-0920",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Vincent Dominguez",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Developer"
                    ],
                    "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": "d.gabrielaitis",
            "additionDate": "2018-07-29T10:31:55Z",
            "lastUpdate": "2025-12-18T10:02:18.098079Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "pbordron"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "omicRexposome",
            "description": "It systematizes the association evaluation between exposures and omic data, taking advantage of MultiDataSet for coordinated data management, rexposome for exposome data definition and limma for association testing. Also to perform data integration mixing exposome and omic data using multi co-inherent analysis (omicade4) and multi-canonical correlation analysis (PMA).",
            "homepage": "http://bioconductor.org/packages/release/bioc/html/omicRexposome.html",
            "biotoolsID": "omicrexposome",
            "biotoolsCURIE": "biotools:omicrexposome",
            "version": [
                "1.2.0"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "rexposome",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3223",
                            "term": "Differential gene expression analysis"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3809",
                            "term": "Differentially-methylated region identification"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2424",
                            "term": "Comparison"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3659",
                            "term": "Regression analysis"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3295",
                    "term": "Epigenetics"
                },
                {
                    "uri": "http://edamontology.org/topic_0203",
                    "term": "Gene expression"
                },
                {
                    "uri": "http://edamontology.org/topic_0204",
                    "term": "Gene regulation"
                },
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                },
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "R"
            ],
            "license": "MIT",
            "collectionID": [
                "BioConductor",
                "Proteomics"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "http://bioconductor.org/packages/omicRexposome/",
                    "type": [
                        "Mirror"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "http://bioconductor.org/packages/release/bioc/src/contrib/omicRexposome_1.2.0.tar.gz",
                    "type": "Software package",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "http://bioconductor.org/packages/release/bioc/manuals/omicRexposome/man/omicRexposome.pdf",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/btz526",
                    "pmid": "31243429",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Comprehensive study of the exposome and omic data using rexposome Bioconductor Packages",
                        "abstract": "",
                        "date": "2019-12-15T00:00:00Z",
                        "citationCount": 23,
                        "authors": [],
                        "journal": "Bioinformatics"
                    }
                },
                {
                    "doi": "10.1038/s41467-022-34422-2",
                    "pmid": "36411288",
                    "pmcid": "PMC9678903",
                    "type": [
                        "Usage"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Multi-omics signatures of the human early life exposome",
                        "abstract": "",
                        "date": "2022-12-01T00:00:00Z",
                        "citationCount": 112,
                        "authors": [],
                        "journal": "Nature Communications"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Carles Hernandez-Ferrer",
                    "email": "carles.hernandez@isglobal.org",
                    "url": "http://www.carleshf.com",
                    "orcidid": "https://orcid.org/0000-0002-8029-7160",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                },
                {
                    "name": "Xavier Escribà Montagut",
                    "email": "xavier.escriba@isglobal.org",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Juan R Gonzalez",
                    "email": "juanr.gonzalez@isglobal.org",
                    "url": "https://brge.isglobal.org/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "chernan3",
            "additionDate": "2018-07-24T09:43:16Z",
            "lastUpdate": "2025-12-18T07:01:33.292198Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "proteomics.bio.tools",
                    "chernan3",
                    "rodney"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MicroMiner",
            "description": "MicroMiner assists in identifying single-residue substitutions in protein structure databases. It searches protein residue environments with local sequence and structural similarity based on the SIENA methodology. Users can search for structural mutation in the entire PDB, their in-house structure collection, or (subsets of) the AlphaFold Database. They can use the method to explore the mutation landscape of proteins with experimental or predicted structures. MicroMiner can be applied to single domains or even protein-protein or protein-ligand interfaces. Several filter options to simplify downstream analysis are available.",
            "homepage": "https://www.zbh.uni-hamburg.de/en/forschung/amd/software/microminer.html",
            "biotoolsID": "microminer",
            "biotoolsCURIE": "biotools:microminer",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "siena",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0360",
                            "term": "Structural similarity search"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0509",
                            "term": "Local structure alignment"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1537",
                                "term": "Protein structure report"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1479",
                                "term": "Structure alignment (pair)"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0081",
                    "term": "Structure analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0130",
                    "term": "Protein folding, stability and design"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [
                "de.NBI",
                "de.NBI-biodata"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://proteins.plus",
                    "type": [
                        "Service"
                    ],
                    "note": "A web service to run MicroMiner calculations for protein structures stored in the Protein Data Bank and AlphaFold Protein Structure Database or uploaded structures."
                }
            ],
            "download": [
                {
                    "url": "https://uhh.de/naomi",
                    "type": "Binaries",
                    "note": "Please register to download the tool.",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1093/bib/bbad357",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Searching similar local 3D micro-environments in protein structure databases with MicroMiner",
                        "abstract": "",
                        "date": "2023-11-01T00:00:00Z",
                        "citationCount": 4,
                        "authors": [],
                        "journal": "Briefings in Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "proteinsplus.zbh@lists.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Web Service Issues"
                },
                {
                    "name": null,
                    "email": "software.zbh@uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Standalone Tool Issues"
                },
                {
                    "name": "University of Hamburg, ZBH - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": "00g30e956",
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2025-12-17T13:59:47.755840Z",
            "lastUpdate": "2025-12-17T14:37:27.778268Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "JAMDA",
            "description": "JAMDA enables the preparation of individual protein structures and the docking of small molecules in preprocessed binding sites of choice. JAMDA simplifies the process of protein-ligand docking by automatic preprocessing protocols for the protein and binding sites of interest. The JAMDAscore scoring function retrieved 75% of the native poses in the three highest-ranked solutions for high-quality protein-ligand complexes with default settings. Individual configurations for protein preparation are available, e.g., considering protein ensembles, relevant binding site water molecules, or cofactors. A user-defined number of input conformations for the ligands of interest can be generated fully automated using Conformator. Alternatively, users can also provide externally prepared ligand conformers.",
            "homepage": "https://www.zbh.uni-hamburg.de/en/forschung/amd/software/jamda.html",
            "biotoolsID": "jamda",
            "biotoolsCURIE": "biotools:jamda",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "protoss",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0482",
                            "term": "Protein-ligand docking"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2301",
                                "term": "SMILES string"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1537",
                                "term": "Protein structure report"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1461",
                                "term": "Protein-ligand complex"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1772",
                                "term": "Score"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2275",
                    "term": "Molecular modelling"
                },
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [
                "de.NBI",
                "de.NBI-biodata"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://proteins.plus",
                    "type": [
                        "Service"
                    ],
                    "note": "A web service to run JAMDA calculations for protein structures stored in the Protein Data Bank and AlphaFold Protein Structure Database or uploaded structures."
                }
            ],
            "download": [
                {
                    "url": "https://uhh.de/naomi",
                    "type": "Binaries",
                    "note": "Please register to download the tool.",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1021/acs.jcim.3c01573",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Redocking the PDB",
                        "abstract": "",
                        "date": "2024-01-08T00:00:00Z",
                        "citationCount": 23,
                        "authors": [],
                        "journal": "Journal of Chemical Information and Modeling"
                    }
                },
                {
                    "doi": "10.1002/jcc.26522",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Method"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "LSLOpt: An open-source implementation of the step-length controlled LSL-BFGS algorithm",
                        "abstract": "",
                        "date": "2021-06-05T00:00:00Z",
                        "citationCount": 3,
                        "authors": [],
                        "journal": "Journal of Computational Chemistry"
                    }
                },
                {
                    "doi": "10.1021/acs.jcim.0c01095",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Method"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "A Consistent Scheme for Gradient-Based Optimization of Protein - Ligand Poses",
                        "abstract": "",
                        "date": "2020-12-28T00:00:00Z",
                        "citationCount": 47,
                        "authors": [],
                        "journal": "Journal of Chemical Information and Modeling"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "proteinsplus.zbh@lists.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Web Service Issues"
                },
                {
                    "name": null,
                    "email": "software.zbh@uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Standalone Tool Issues"
                },
                {
                    "name": "University of Hamburg, ZBH - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": "00g30e956",
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2025-12-17T13:44:30.421942Z",
            "lastUpdate": "2025-12-17T13:55:40.709149Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "PoseEdit",
            "description": "PoseEdit automatically generates 2D diagrams of protein-ligand complexes, focusing on the interactions between protein and ligand. Interactions between molecules are estimated by an underlying interaction model that relies on atom types and simple geometric criteria. The structure mining tool GeoMine also uses this model to describe binding sites. In addition, users can manipulate the diagrams by translating, rotating, mirroring parts of the structure, adding additional interactions, or removing them. Furthermore, users can add individual labels or adjust available labels. Users can download the final 2D diagrams for a binding site of interest in JSON or SVG format.",
            "homepage": "https://www.zbh.uni-hamburg.de/en/forschung/amd/software/poseedit.html",
            "biotoolsID": "poseedit",
            "biotoolsCURIE": "biotools:poseedit",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "geomine",
                    "type": "usedBy"
                },
                {
                    "biotoolsID": "protoss",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0248",
                            "term": "Residue interaction calculation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1566",
                                "term": "Protein-ligand interaction report"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [
                "de.NBI",
                "de.NBI-biodata"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://proteins.plus/#poseedit",
                    "type": [
                        "Service"
                    ],
                    "note": "A web service to run PoseEdit calculations for protein structures stored in the Protein Data Bank and AlphaFold Protein Structure Database."
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1007/s10822-023-00522-4",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "PoseEdit: enhanced ligand binding mode communication by interactive 2D diagrams",
                        "abstract": "",
                        "date": "2023-10-01T00:00:00Z",
                        "citationCount": 57,
                        "authors": [],
                        "journal": "Journal of Computer-Aided Molecular Design"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "proteinsplus.zbh@lists.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "University of Hamburg, ZBH - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": "00g30e956",
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2025-12-15T10:27:32.766629Z",
            "lastUpdate": "2025-12-17T13:49:34.712757Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "DoGSite3",
            "description": "DoGSite3 was developed for predicting robust and reliable small molecule binding sites and computing their geometrical and chemical descriptors. It is based on the grid-based DoGSite algorithm for predicting pockets and their sub-pockets. The new tool is largely rotation- and translation-invariant due to a normalization procedure before binding site prediction. Known ligands in the structure can be used to bias the grid by sufficiently buried ligand fragments. The output encompasses novel chemical binding site descriptors considering solvent accessibility. Compared to its predecessor, it shows increased robustness through comprehensive parameter optimization. DoGSite3 runs finish within seconds.",
            "homepage": "https://www.zbh.uni-hamburg.de/en/forschung/amd/software/dogsite3.html",
            "biotoolsID": "dogsite3",
            "biotoolsCURIE": "biotools:dogsite3",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "geomine",
                    "type": "usedBy"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0420",
                            "term": "Nucleic acids-binding site prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3897",
                            "term": "Ligand-binding site prediction"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1277",
                                "term": "Protein features"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3534",
                    "term": "Protein binding sites"
                },
                {
                    "uri": "http://edamontology.org/topic_0749",
                    "term": "Transcription factors and regulatory sites"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [
                "de.NBI",
                "de.NBI-biodata"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://proteins.plus/",
                    "type": [
                        "Service"
                    ],
                    "note": "A web service to run DoGSite3 calculations for protein structures stored in the Protein Data Bank and AlphaFold Protein Structure Database."
                }
            ],
            "download": [
                {
                    "url": "https://uhh.de/naomi",
                    "type": "Binaries",
                    "note": "Please register to download the tool.",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1021/acs.jcim.3c00336",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Binding Site Detection Remastered: Enabling Fast, Robust, and Reliable Binding Site Detection and Descriptor Calculation with DoGSite3",
                        "abstract": "",
                        "date": "2023-05-22T00:00:00Z",
                        "citationCount": 81,
                        "authors": [],
                        "journal": "Journal of Chemical Information and Modeling"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "proteinsplus.zbh@lists.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Web Service Issues"
                },
                {
                    "name": null,
                    "email": "software.zbh@uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Standalone Tool Issues"
                },
                {
                    "name": "University of Hamburg, ZBH - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": "00g30e956",
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2025-12-15T10:10:43.359638Z",
            "lastUpdate": "2025-12-17T12:41:42.702839Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "LifeSoaks",
            "description": "LifeSoaks was designed to find solvent channels in macromolecular structures solved by X-ray crystallography. It predicts their accessibility by molecules through an automated annotation of so-called bottleneck radii. It simplifies the process of manually checking a crystal structure for solvent channels. Bottleneck radii can be calculated for solvent channels and small molecule binding sites. The tool is ideally suited for channel analyses before the actual soaking experiments to select the most promising experimental conditions and crystal forms. LifeSoaks runs fully automated and will finish within seconds to minutes for moderately sized crystals.",
            "homepage": "https://www.zbh.uni-hamburg.de/en/forschung/amd/software/lifesoaks.html",
            "biotoolsID": "lifesoaks",
            "biotoolsCURIE": "biotools:lifesoaks",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0250",
                            "term": "Protein property calculation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1460",
                                "term": "Protein structure"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1537",
                                "term": "Protein structure report"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2828",
                    "term": "X-ray diffraction"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [],
            "license": "Other",
            "collectionID": [
                "de.NBI",
                "de.NBI-biodata"
            ],
            "maturity": "Mature",
            "cost": "Free of charge (with restrictions)",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Germany"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://proteins.plus",
                    "type": [
                        "Service"
                    ],
                    "note": "A web service to run DoGSite3 calculations for protein structures stored in the Protein Data Bank and AlphaFold Protein Structure Database or uploaded structures."
                }
            ],
            "download": [
                {
                    "url": "https://uhh.de/naomi",
                    "type": "Binaries",
                    "note": "Please register to download the tool.",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1107/S205979832300582X",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "LifeSoaks: A tool for analyzing solvent channels in protein crystals and obstacles for soaking experiments",
                        "abstract": "",
                        "date": "2023-08-10T00:00:00Z",
                        "citationCount": 7,
                        "authors": [],
                        "journal": "Acta Crystallographica Section D: Structural Biology"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "proteinsplus.zbh@lists.uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Web Service Issues"
                },
                {
                    "name": null,
                    "email": "software.zbh@uni-hamburg.de",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": "Primary Contact for Standalone Tool Issues"
                },
                {
                    "name": "University of Hamburg, ZBH - Center for Bioinformatics",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": "00g30e956",
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "ehrt",
            "additionDate": "2025-12-15T10:42:55.566760Z",
            "lastUpdate": "2025-12-17T12:28:33.670677Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "SAMtools",
            "description": "SAMtools and BCFtools are widely used programs for processing and analysing high-throughput sequencing data. They include tools for file format conversion and manipulation, sorting, querying, statistics, variant calling, and effect analysis amongst other methods.",
            "homepage": "http://www.htslib.org/",
            "biotoolsID": "samtools",
            "biotoolsCURIE": "biotools:samtools",
            "version": [
                "1.0",
                "1.1",
                "1.2",
                "1.3",
                "1.3.1",
                "1.4",
                "1.4.1",
                "1.5",
                "1.6",
                "1.7",
                "1.8",
                "1.9",
                "1.10",
                "1.11",
                "1.12",
                "1.13",
                "1.14",
                "1.15",
                "1.15.1",
                "1.16",
                "1.16.1",
                "1.17",
                "1.18",
                "1.19",
                "1.19.1",
                "1.19.2",
                "1.20",
                "1.21",
                "1.22",
                "1.23"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "htslib",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3695",
                            "term": "Data filtering"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0335",
                            "term": "Data formatting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0227",
                            "term": "Indexing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_1812",
                            "term": "Data parsing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3802",
                            "term": "Data sorting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3096",
                            "term": "Data editing"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0924",
                                "term": "Sequence trace"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3462",
                                    "term": "CRAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2573",
                                    "term": "SAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2572",
                                    "term": "BAM"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0924",
                                "term": "Sequence trace"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3462",
                                    "term": "CRAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2573",
                                    "term": "SAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2572",
                                    "term": "BAM"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Suite"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0102",
                    "term": "Mapping"
                },
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                },
                {
                    "uri": "http://edamontology.org/topic_3325",
                    "term": "Rare diseases"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Windows",
                "Linux"
            ],
            "language": [
                "C"
            ],
            "license": "MIT",
            "collectionID": [
                "Rare Disease",
                "Animal and Crop Genomics",
                "SAMtools"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/samtools/samtools",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "http://www.htslib.org/support/#lists",
                    "type": [
                        "Mailing list"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/samtools/samtools/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "http://www.htslib.org/download/",
                    "type": "Downloads page",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "http://www.htslib.org/doc/#howtos",
                    "type": [
                        "Other"
                    ],
                    "note": "HowTos for samtools"
                },
                {
                    "url": "http://www.htslib.org/doc/#manual-pages",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                },
                {
                    "url": "http://www.htslib.org/download/",
                    "type": [
                        "Installation instructions"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bioinformatics/btp352",
                    "pmid": "19505943",
                    "pmcid": "PMC2723002",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": "The Sequence Alignment/Map format and SAMtools.",
                    "metadata": {
                        "title": "The Sequence Alignment/Map format and SAMtools",
                        "abstract": "",
                        "date": "2009-08-01T00:00:00Z",
                        "citationCount": 44891,
                        "authors": [],
                        "journal": "Bioinformatics"
                    }
                },
                {
                    "doi": "10.1093/gigascience/giab008",
                    "pmid": "33590861",
                    "pmcid": "PMC7931819",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": "Twelve years of SAMtools and BCFtools.",
                    "metadata": {
                        "title": "Twelve years of SAMtools and BCFtools",
                        "abstract": "",
                        "date": "2021-02-01T00:00:00Z",
                        "citationCount": 8157,
                        "authors": [],
                        "journal": "GigaScience"
                    }
                },
                {
                    "doi": "10.1093/bioinformatics/btr509",
                    "pmid": "21903627",
                    "pmcid": "PMC3198575",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "A statistical framework for SNP calling, mutation discovery, association mapping and population genetical parameter estimation from sequencing data",
                        "abstract": "",
                        "date": "2011-11-01T00:00:00Z",
                        "citationCount": 4643,
                        "authors": [],
                        "journal": "Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Richard Durbin",
                    "email": "rd@sanger.ac.uk",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Wellcome Sanger Institute",
                    "email": "samtools@sanger.ac.uk",
                    "url": "https://www.sanger.ac.uk/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider",
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Samtools Help mailing list",
                    "email": null,
                    "url": "https://lists.sourceforge.net/lists/listinfo/samtools-help",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                }
            ],
            "owner": "awhitwham",
            "additionDate": "2017-01-13T13:16:12Z",
            "lastUpdate": "2025-12-16T15:42:24.521617Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ELIXIR-EE",
                    "animalandcropgenomics",
                    "alice",
                    "awhitwham",
                    "sergitobara"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "HTSlib",
            "description": "The main purpose of HTSlib is to provide access to genomic information files, both alignment data (SAM, BAM, and CRAM formats) and variant data (VCF and BCF formats). The library also provides interfaces to access and index genome reference data in FASTA format and tab-delimited files with genomic coordinates. It is utilized and incorporated into both SAMtools and BCFtools.",
            "homepage": "http://www.htslib.org/",
            "biotoolsID": "htslib",
            "biotoolsCURIE": "biotools:htslib",
            "version": [
                "1.0",
                "1.1",
                "1.2",
                "1.2.1",
                "1.3",
                "1.3.1",
                "1.3.2",
                "1.4",
                "1.4.1",
                "1.5",
                "1.6",
                "1.7",
                "1.8",
                "1.9",
                "1.10",
                "1.10.1",
                "1.10.2",
                "1.11",
                "1.12",
                "1.13",
                "1.14",
                "1.15",
                "1.15.1",
                "1.16",
                "1.17",
                "1.18",
                "1.19",
                "1.20",
                "1.21",
                "1.22",
                "1.22.1",
                "1.23"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "samtools",
                    "type": "usedBy"
                },
                {
                    "biotoolsID": "bcftools",
                    "type": "usedBy"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2409",
                            "term": "Data handling"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0924",
                                "term": "Sequence trace"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2573",
                                    "term": "SAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3462",
                                    "term": "CRAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2572",
                                    "term": "BAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3498",
                                "term": "Sequence variations"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3016",
                                    "term": "VCF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3020",
                                    "term": "BCF"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0924",
                                "term": "Sequence trace"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2573",
                                    "term": "SAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3462",
                                    "term": "CRAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2572",
                                    "term": "BAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3498",
                                "term": "Sequence variations"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3016",
                                    "term": "VCF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3020",
                                    "term": "BCF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3071",
                    "term": "Data management"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "C"
            ],
            "license": "MIT",
            "collectionID": [
                "Animal and Crop Genomics"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/samtools/htslib",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "http://www.htslib.org/support/#lists",
                    "type": [
                        "Mailing list"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/samtools/htslib/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "http://www.htslib.org/download/",
                    "type": "Downloads page",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "http://www.htslib.org/doc/#manual-pages",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/gigascience/giab007",
                    "pmid": "33594436",
                    "pmcid": "PMC7931820",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": "HTSlib: C library for reading/writing high-throughput sequencing data.",
                    "metadata": {
                        "title": "HTSlib: C library for reading/writing high-Throughput sequencing data",
                        "abstract": "",
                        "date": "2021-02-01T00:00:00Z",
                        "citationCount": 236,
                        "authors": [],
                        "journal": "GigaScience"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Wellcome Sanger Institute",
                    "email": "samtools@sanger.ac.uk",
                    "url": "https://www.sanger.ac.uk/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider",
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Samtools Help mailing list",
                    "email": null,
                    "url": "https://lists.sourceforge.net/lists/listinfo/samtools-help",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                }
            ],
            "owner": "awhitwham",
            "additionDate": "2017-08-20T16:07:58Z",
            "lastUpdate": "2025-12-16T15:41:44.904477Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "animalandcropgenomics",
                    "smoe"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        }
    ]
}