GET /api/tool/?format=api&offset=140&ordering=-cost
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 233,
    "next": "https://catalogue.france-bioinformatique.fr/api/tool/?format=api&limit=20&offset=160&ordering=-cost",
    "previous": "https://catalogue.france-bioinformatique.fr/api/tool/?format=api&limit=20&offset=120&ordering=-cost",
    "results": [
        {
            "id": 282,
            "name": "easy16S",
            "description": "Easy16S is designed to facilitate the exploration, visualization, and analysis of microbiome data.",
            "homepage": "https://easy16s.migale.inrae.fr/",
            "biotoolsID": "easy16s",
            "biotoolsCURIE": "biotools:easy16s",
            "tool_type": [],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_3174"
            ],
            "primary_publication": [
                "10.21105/joss.06704"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [],
                    "name": "Cédric Midoux",
                    "email": "cedric.midoux@inrae.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-7964-0929",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": "https://easy16s.migale.inrae.fr/",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2025-12-11T14:36:21.065324Z",
            "teams": [
                "MIGALE"
            ],
            "source_repository": "https://doi.org/10.57745/ZN1HXQ"
        },
        {
            "id": 283,
            "name": "3SRP",
            "description": "A Snakemake-based pipeline for 3' sequencing RNA profiling data analysis.  This 3’ Digital gene expression sequencing technique allows a precise and low-cost transcriptome profiling.\n\nThe main steps of the pipeline are:\n- Samples demultiplexing transform the raw paired-end fastq files into a single-end fastq file for each sample.\n- Alignment on refseq reference transcriptome is performed using bwa.\n- Aligned reads are parsed and UMI are counted for each gene in each sample to create an expression matrix.\nIf secondary analysis has been asked (providing a comparisons file), the expression matrix is normalized and differentially expressed genes (DEG) are searched using deseq2.\n- If DEG are found, annotation is performed using the database GO and KEGG.\n- A report is provided listing the main quality controls performed and the results found.\n\nCite : https://dx.doi.org/10.21203/rs.3.pex-1336/v1",
            "homepage": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/srp-pipeline",
            "biotoolsID": "3SRP",
            "biotoolsCURIE": "biotools:3SRP",
            "tool_type": [
                "Workflow"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_3308"
            ],
            "primary_publication": [
                "10.1038/s41598-017-14892-x"
            ],
            "operating_system": [
                "Linux"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Philippe Bordron",
                    "email": "philippe.bordron@univ-nantes.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider",
                        "Support"
                    ],
                    "name": "BiRD bioinformatics facility",
                    "email": "pf-bird@univ-nantes.fr",
                    "url": "https://pf-bird.univ-nantes.fr",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Dimitri MEISTERMANN",
                    "email": "dimitri.meistermann@univ-nantes.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact",
                        "Contributor"
                    ],
                    "name": "Audrey Bihouée",
                    "email": "audrey.bihouee@univ-nantes.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8689-2083",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact",
                        "Developer",
                        "Support"
                    ],
                    "name": "Eric Charpentier",
                    "email": "eric.charpentier@univ-nantes.fr",
                    "url": "https://pf-bird.univ-nantes.fr/about-us/members/",
                    "orcidid": "https://orcid.org/0000-0002-8571-7603",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "Broad Institute",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": "Some scripts of the pipeline regarding sample demultiplexing and UMI counting have been adapated and modified from this paper:\nXiong, Y., Soumillon, M., Wu, J. et al. A Comparison of mRNA Sequencing with Random Primed and 3′-Directed Libraries. Sci Rep 7, 14626 (2017)."
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Solenne Dumont",
                    "email": "solenne.dumont@univ-nantes.fr",
                    "url": "https://pf-bird.univ-nantes.fr/qui-sommes-nous-/membres/",
                    "orcidid": "https://orcid.org/0000-0003-3237-7382",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/srp-pipeline/-/wikis/home",
            "maturity": "Emerging",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2024-11-24T14:40:06.421826Z",
            "teams": [
                "BiRD"
            ],
            "source_repository": null
        },
        {
            "id": 87,
            "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",
            "tool_type": [
                "Database portal",
                "Web application"
            ],
            "collection": [
                "elixir-fr-sdp-2019",
                "Animal and Crop Genomics"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_0622",
                "http://edamontology.org/topic_3053",
                "http://edamontology.org/topic_0625",
                "http://edamontology.org/topic_0780"
            ],
            "primary_publication": [
                "10.1093/database/bat058",
                "10.1007/978-1-4939-6658-5_5",
                "10.3835/plantgenome2015.06.0038"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "URGI helpdesk",
                    "email": "urgi-support@inrae.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": null,
                    "email": "urgi-contact@versailles.inra.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": "CC-BY-4.0",
            "documentation": "https://urgi.versailles.inrae.fr/Data-Services/Data-Access/GnpIS",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2025-12-19T17:15:16.754031Z",
            "teams": [
                "URGI"
            ],
            "source_repository": "https://forge.inrae.fr/urgi/is/gnpis"
        },
        {
            "id": 164,
            "name": "InterEvDock",
            "description": "Ab initio protein docking based on rigid-body sampling followed by consensus scoring using physics-based and statistical potentials, including the InterEvScore function specifically developed to incorporate co-evolutionary information in docking.",
            "homepage": "https://mobyle.rpbs.univ-paris-diderot.fr/cgi-bin/portal.py#forms::InterEvDock2",
            "biotoolsID": "interevdock2",
            "biotoolsCURIE": "biotools:interevdock2",
            "tool_type": [
                "Web application"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_2275",
                "http://edamontology.org/topic_0080",
                "http://edamontology.org/topic_0128"
            ],
            "primary_publication": [
                "10.1093/nar/gky377",
                "10.1093/nar/gkw340"
            ],
            "operating_system": [],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Raphael Guerois",
                    "email": "raphael.guerois@cea.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-5294-2858",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Jessica Andreani",
                    "email": "jessica.andreani@cea.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": "Freeware",
            "documentation": "http://bioserv.rpbs.univ-paris-diderot.fr/services/InterEvDock2/",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": 310,
            "citations": null,
            "annual_visits": 1120,
            "last_update": "2024-11-24T21:00:12.284563Z",
            "teams": [
                "RPBS"
            ],
            "source_repository": null
        },
        {
            "id": 192,
            "name": "EDAM-Browser",
            "description": "The EDAM Browser is a client-side web-based visualization javascript widget of the EDAM ontology. \nThe EDAM Browser provides users a simple and performant interface to explore EDAM when annotating or searching for bioinformatics resources.\nIts goals are to help describing bio-related resources and service with EDAM, and to facilitate and foster community contributions to EDAM.",
            "homepage": "https://github.com/IFB-ElixirFr/edam-browser",
            "biotoolsID": "edam-browser",
            "biotoolsCURIE": "biotools:edam-browser",
            "tool_type": [
                "Web application",
                "Plug-in"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_0605",
                "http://edamontology.org/topic_0092"
            ],
            "primary_publication": [
                "10.21105/joss.00698"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Bryan Brancotte",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-8669-5525",
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Maintainer"
                    ],
                    "name": "Hervé Ménager",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-7552-1009",
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Contributor"
                    ],
                    "name": "Christophe Blanchet",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Hager Eldakroury",
                    "email": null,
                    "url": "https://github.com/HagerDakroury",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                }
            ],
            "tool_licence": "MIT",
            "documentation": null,
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2022-01-03T15:45:09.883379Z",
            "teams": [
                "Pasteur HUB",
                "IFB Core"
            ],
            "source_repository": "https://github.com/IFB-ElixirFr/edam-browser"
        },
        {
            "id": 144,
            "name": "SynTView",
            "description": "Comparative and interactive viewer for microbial genomes, designed to run as either a web-based tool (Flash technology) or a desktop application (AIR environment). The basis of the program is a generic genome browser with sub-maps holding information about genomic objects. The software is characterized by the presentation of syntenic organisations of microbial genomes and the visualization of polymorphism data along these genomes; these features are accessible to the user in an integrated way.",
            "homepage": "http://genopole.pasteur.fr/SynTView/",
            "biotoolsID": "syntview",
            "biotoolsCURIE": "biotools:syntview",
            "tool_type": [
                "Web application",
                "Desktop application"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_0797",
                "http://edamontology.org/topic_3168"
            ],
            "primary_publication": [
                "10.1186/1471-2105-14-277"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": null,
                    "email": "plechat@pasteur.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": "LGPL-3.0",
            "documentation": "http://hub18.hosting.pasteur.fr/SynTView/documentation/",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": 0,
            "citations": null,
            "annual_visits": 0,
            "last_update": "2021-05-19T14:52:04Z",
            "teams": [
                "Pasteur HUB"
            ],
            "source_repository": null
        },
        {
            "id": 238,
            "name": "TOXsIgN",
            "description": "The TOXicogenomic sIgNature (TOXsIgN) is a cross-species resource that supports online submission, storage, and retrieval of TOXicogenomic sIgNatures. TOXsIgN aims at complementing existing resources by acting as a distribution hub for the community. One of its unique features is its ability to archive heterogeneous data. TOXsIgN thus allows users to upload lists of genes positively (overexpressed for transcriptomic assays) affected and negatively (underexpressed) affected from distinct –omics experiments (e.g., transcriptomics, proteomics, or epigenomics). It also provides users with a working environment containing a powerful search engine as well as bioinformatics/biostatistics modules that enable cross-species and cross-technology signature comparisons or enrichment analyses. TOXsIgN is thus intended to serve as a warehouse for toxicogenomics and predictive toxicology tools simultaneously based on and able to analyze the overall set of signatures deposited by the community.",
            "homepage": "http://toxsign.genouest.org",
            "biotoolsID": "toxsign",
            "biotoolsCURIE": "biotools:toxsign",
            "tool_type": [
                "Database portal",
                "Web application"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_2840"
            ],
            "primary_publication": [],
            "operating_system": [
                "Linux"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Chalmel Frédéric",
                    "email": "frederic.chalmel@univ-rennes1.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": null,
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2020-09-28T08:55:30Z",
            "teams": [],
            "source_repository": null
        },
        {
            "id": 110,
            "name": "RSAT retrieve-ensembl-seq",
            "description": "Returns upstream, downstream, intronic, exonic, UTR, transcript, mRNA, CDS or gene sequences for a list of genes from the EnsEMBL database.\nMulti-genome queries are supported: automatic retrieval of sequences for all the orthologs of the query genes, at a given taxonomical level.",
            "homepage": "http://rsat.sb-roscoff.fr/retrieve-ensembl-seq_form.cgi",
            "biotoolsID": "rsat-retrieve-ensembl-seq",
            "biotoolsCURIE": "biotools:rsat-retrieve-ensembl-seq",
            "tool_type": [
                "Web service",
                "Web application",
                "Command-line tool"
            ],
            "collection": [
                "elixir-fr-sdp-2019",
                "FR",
                "Regulatory Sequence Analysis Tools (RSAT)"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_3511",
                "http://edamontology.org/topic_0204",
                "http://edamontology.org/topic_0749"
            ],
            "primary_publication": [
                "10.1093/bioinformatics/btp519"
            ],
            "operating_system": [
                "Linux",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact",
                        "Developer",
                        "Documentor",
                        "Maintainer",
                        "Support"
                    ],
                    "name": "Olivier Sand",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-1465-1640",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "Université Libre de Bruxelles",
                    "email": null,
                    "url": "https://www.ulb.be/",
                    "orcidid": null,
                    "gridid": "grid.4989.c",
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Morgane Thomas-Chollier",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-2608-476X",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": "AFL-3.0",
            "documentation": "https://rsat-doc.github.io/using-RSAT/",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2020-06-16T10:55:27Z",
            "teams": [],
            "source_repository": "https://github.com/rsat-doc"
        },
        {
            "id": 13,
            "name": "Human Splicing Finder",
            "description": "The Human Splicing Finder (HSF) system combines 12 different algorithms to identify and predict mutations’ effect on splicing motifs including the acceptor and donor splice sites, the branch point and auxiliary sequences known to either enhance or repress splicing: Exonic Splicing Enhancers (ESE) and Exonic Splicing Silencers (ESS).",
            "homepage": "http://www.umd.be/HSF3/",
            "biotoolsID": "human_splicing_finder",
            "biotoolsCURIE": "biotools:human_splicing_finder",
            "tool_type": [
                "Database portal",
                "Web application"
            ],
            "collection": [
                "Developed_RD-Connect",
                "RD-Connect",
                "Rare Disease",
                "ELIXIR-FR"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_3571",
                "http://edamontology.org/topic_3320",
                "http://edamontology.org/topic_0199",
                "http://edamontology.org/topic_3063",
                "http://edamontology.org/topic_3325",
                "http://edamontology.org/topic_3512"
            ],
            "primary_publication": [
                "10.1093/nar/gkp215"
            ],
            "operating_system": [
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Contact Form",
                    "email": null,
                    "url": "http://www.umd.be/HSF3/contactus.html",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "Christophe Béroud",
                    "email": "christophe.beroud@inserm.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "David Salgado",
                    "email": "david.salgado@univ-amu.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": "http://www.umd.be/HSF3/technicaltips.html",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2024-11-24T13:49:29.814329Z",
            "teams": [],
            "source_repository": null
        },
        {
            "id": 175,
            "name": "Logol",
            "description": "Pattern matching grammar language and a set of tools to search a pattern in a sequence (nucleic or proteic).",
            "homepage": "http://logol.genouest.org",
            "biotoolsID": "logol",
            "biotoolsCURIE": "biotools:logol",
            "tool_type": [
                "Web application",
                "Command-line tool"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_0160"
            ],
            "primary_publication": [
                "10.1007/978-3-319-09192-1_4"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "GenOuest",
                    "email": "support@genouest.org",
                    "url": "http://www.genouest.org",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "GenOuest",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                }
            ],
            "tool_licence": "CECILL-2.0",
            "documentation": "http://training.genouest.org/claroline/claroline/learnPath/learningPathList.php?cidReset=true&cidReq=LOGOL",
            "maturity": "Emerging",
            "cost": "Free of charge",
            "unique_visits": 0,
            "citations": null,
            "annual_visits": 0,
            "last_update": "2018-12-10T12:58:34Z",
            "teams": [
                "GenOuest"
            ],
            "source_repository": null
        },
        {
            "id": 137,
            "name": "SHAMAN",
            "description": "SHiny application for Metagenomic ANalysis including the normalization, the differential analysis and mutiple visualization. It is based on DESeq2 R package [Anders and Huber 2010] for the analysis of metagenomic data, as suggested in [McMurdie and Holmes 2014, Jonsson2016]. It robustly identifies the differential abundant genera with the Generalized Linear Model implemented in DESeq2 [Love 2014].",
            "homepage": "http://shaman.c3bi.pasteur.fr/",
            "biotoolsID": "shaman",
            "biotoolsCURIE": "biotools:shaman",
            "tool_type": [
                "Web application"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_3174"
            ],
            "primary_publication": [
                "10.1073/pnas.1523899113"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Hugo Varet",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/member/hugo-varet/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Stevenn Volant",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/member/stevenn-volant/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "C3BI",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/center/c3bi/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Pierre Lechat",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/member/pierre-lechat/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "Institut Pasteur",
                    "email": null,
                    "url": "https://research.pasteur.fr",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Amine Ghozlane",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/member/amine-ghozlane/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "SHAMAN team",
                    "email": "shaman@pasteur.fr",
                    "url": "https://research.pasteur.fr/en/software/shaman-shiny-application-for-metagenomic-analysis/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "Bioinformatics and Biostatistics Hub",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/team/bioinformatics-and-biostatistics-hub/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                }
            ],
            "tool_licence": "GPL-3.0",
            "documentation": "http://shaman.c3bi.pasteur.fr/",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": 742,
            "citations": null,
            "annual_visits": 1855,
            "last_update": "2025-10-23T10:46:59.953305Z",
            "teams": [
                "Pasteur HUB"
            ],
            "source_repository": "https://github.com/aghozlane/shaman"
        },
        {
            "id": 174,
            "name": "Linda",
            "description": "The web application Linda offers a complete tool for entering and managing metadata associated with a phenotyping experiment on plants. It thus makes it possible to intuitively describe experimental related information such as, for example, the experimental design, the growth protocols, the environmental variable measurements, etc. Linda is coupled with a database that stores this information in a structured manneer using oriented graphs. This database uses reference ontologies (e.g., Plant Ontology, Crop Ontology, etc.) and standards dedicated to this type of experiment such as the Minimal Information About Plant Phenotyping Experiment (MIAPPE) standard. Data sharing is facilitated on the one hand by respecting the FAIR principles (Findable Accessible Interoperable Reusable) and oon the other hand, by exporting this metadata relating to the experiment in tabulated formats or formatted for submission in the international databases (ISA-tab).",
            "homepage": "https://services.cbib.u-bordeaux.fr/linda/",
            "biotoolsID": "xeml-lab",
            "biotoolsCURIE": "biotools:xeml-lab",
            "tool_type": [
                "Web application",
                "Desktop application"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_3292",
                "http://edamontology.org/topic_0219",
                "http://edamontology.org/topic_3053",
                "http://edamontology.org/topic_0091",
                "http://edamontology.org/topic_0089"
            ],
            "primary_publication": [
                "10.1111/j.1365-3040.2009.01964.x"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Contributor"
                    ],
                    "name": "CHen Zhui",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Emmanuel Bouilhol",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Contributor"
                    ],
                    "name": "Yves Gibon",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Contributor"
                    ],
                    "name": "Cecile Cabasson",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "Université de Bordeaux (CGFB)",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Consortium",
                    "note": null
                },
                {
                    "type_role": [
                        "Support"
                    ],
                    "name": "Benjamin Dartigues",
                    "email": "benjamin.dartigues@u-bordeaux.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Benjamin Dartigues",
                    "email": "benjamin.dartigues@u-bordeaux.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer",
                        "Primary contact"
                    ],
                    "name": "Benjamin Dartigues",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Contributor"
                    ],
                    "name": "Yves Gibon",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Contributor"
                    ],
                    "name": "Cecile Cabasson",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "UMR 1332 - Biologie du Fruit et Pathologie",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer",
                        "Contributor"
                    ],
                    "name": "Macha Nikolski",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "INRA",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Consortium",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer",
                        "Contributor"
                    ],
                    "name": "Alexis Groppi",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "Centre de Bioinformatique de Bordeaux (CBiB)",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "u-bordeaux.fr",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                }
            ],
            "tool_licence": "MIT",
            "documentation": "https://services.cbib.u-bordeaux.fr/linda",
            "maturity": "Emerging",
            "cost": "Free of charge",
            "unique_visits": 0,
            "citations": null,
            "annual_visits": 0,
            "last_update": "2022-09-27T14:48:43.394660Z",
            "teams": [
                "CBiB"
            ],
            "source_repository": "https://services.cbib.u-bordeaux.fr/linda/"
        },
        {
            "id": 240,
            "name": "SMS",
            "description": "Phylogenetic model selection using likelihood-based criteria. SMS stends for Smart Model Selection.",
            "homepage": "http://www.atgc-montpellier.fr/sms/",
            "biotoolsID": "PhyMLSMS",
            "biotoolsCURIE": "biotools:PhyMLSMS",
            "tool_type": [
                "Web application",
                "Command-line tool"
            ],
            "collection": [
                "PhyML"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_3293",
                "http://edamontology.org/topic_0091",
                "http://edamontology.org/topic_2269"
            ],
            "primary_publication": [],
            "operating_system": [
                "Linux"
            ],
            "tool_credit": [],
            "tool_licence": null,
            "documentation": "http://www.atgc-montpellier.fr/download/papers/sms-HowItWorks.pdf",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2024-11-24T20:59:18.380055Z",
            "teams": [],
            "source_repository": null
        },
        {
            "id": 130,
            "name": "MEMHDX",
            "description": "This tool allows users to perform an automated workflow to analyze, validate and visualize large HDX-MS datasets. The input file is the output of DynamX software from Waters. Output files provide a plot of the data, the fitted model for each peptide, a plot of the calculated p -values, and a global visualization of the experiment. User could also obtain an overview of all peptides on the 3D structure.",
            "homepage": "http://memhdx.c3bi.pasteur.fr/",
            "biotoolsID": "memhdx",
            "biotoolsCURIE": "biotools:memhdx",
            "tool_type": [
                "Web application"
            ],
            "collection": [
                "Proteomics"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_3520"
            ],
            "primary_publication": [
                "10.1093/bioinformatics/btw420"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "Structural Mass Spectrometry and Proteomics",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/team/structural-mass-spectrometry-and-proteomics/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer",
                        "Primary contact"
                    ],
                    "name": "Véronique Hourdel",
                    "email": "vhourdel@pasteur.fr",
                    "url": "https://research.pasteur.fr/en/member/veronique-hourdel/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Support",
                        "Primary contact"
                    ],
                    "name": "Marie-Agnès Dillies",
                    "email": "marie-agnes.dillies@pasteur.fr",
                    "url": "https://research.pasteur.fr/en/member/marie-agnes-dillies/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Maintainer",
                        "Primary contact"
                    ],
                    "name": "Stevenn Volant",
                    "email": "svolant@pasteur.fr",
                    "url": "https://research.pasteur.fr/en/member/stevenn-volant/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Support",
                        "Primary contact"
                    ],
                    "name": "Sébastien Brier",
                    "email": "sbrier@pasteur.fr",
                    "url": "https://research.pasteur.fr/en/member/sebastien-brier/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "C3BI",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/center/c3bi/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "Institut Pasteur",
                    "email": null,
                    "url": "https://research.pasteur.fr",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "Bioinformatics and Biostatistics Hub",
                    "email": null,
                    "url": "https://research.pasteur.fr/en/team/bioinformatics-and-biostatistics-hub/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": "https://www.youtube.com/watch?v=WeCt1sVyHio&feature=youtu.be",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": 833,
            "citations": null,
            "annual_visits": 1524,
            "last_update": "2024-11-25T14:14:10.281449Z",
            "teams": [
                "Pasteur HUB"
            ],
            "source_repository": null
        },
        {
            "id": 88,
            "name": "MetExplore",
            "description": "Metabolic network curation, visualisation and omics data analysis. It is possible to curate and annotate metabolic networks in a collaborative environment. Several tools are available for metabolomics data mapping in networks and visualisation.",
            "homepage": "http://www.metexplore.fr/",
            "biotoolsID": "metexplore",
            "biotoolsCURIE": "biotools:metexplore",
            "tool_type": [
                "Web service",
                "Web application",
                "Workbench"
            ],
            "collection": [
                "elixir-fr-sdp-2019",
                "EBI Training Tools"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_0602"
            ],
            "primary_publication": [
                "10.1093/nar/gky301",
                "10.1093/nar/gkq312"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": null,
                    "email": "ludovic.cottret@inra.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "MetaboHub",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Consortium",
                    "note": null
                },
                {
                    "type_role": [
                        "Support"
                    ],
                    "name": null,
                    "email": "metexplore@oulouse.inra.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Fabien JOURDAN",
                    "email": "fabien.jourdan@inra.fr",
                    "url": "https://sites.google.com/site/fabienjourdan/",
                    "orcidid": "https://orcid.org/0000-0001-9401-2894",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": "https://metexplore.toulouse.inra.fr/metexploreViz/doc/documentation.php",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2025-04-28T07:17:11.601858Z",
            "teams": [],
            "source_repository": null
        },
        {
            "id": 122,
            "name": "microSysMics",
            "description": "This workflow provides an automated microbiome data analysis, starting with sequenced taxonomic markers (such as 16SrRNA) and using the standard QIIME2 toolbox to produce an abundance table and preliminary diversity, phylogeny and taxonomy analysis.",
            "homepage": "https://gitlab.univ-nantes.fr/bird_pipeline_registry/microSysMics",
            "biotoolsID": "microSysMics",
            "biotoolsCURIE": "biotools:microSysMics",
            "tool_type": [
                "Workflow"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_3697"
            ],
            "primary_publication": [],
            "operating_system": [
                "Linux",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "BiRD bioinformatics facility",
                    "email": "pf-bird@univ-nantes.fr",
                    "url": "http://pf-bird.univ-nantes.fr",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Samuel Chaffron",
                    "email": "samuel.chaffron@univ-nantes.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-5903-617X",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Erwan Delage",
                    "email": "erwan.delage@univ-nantes.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "BiRD",
                    "email": "pf-bird@univ-nantes.fr",
                    "url": "http://pf-bird.univ-nantes.fr",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Division",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "TENS",
                    "email": null,
                    "url": "https://www.inserm-tens.com/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "Michel Neunlist",
                    "email": "michel.neunlist@univ-nantes.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-1892-5071",
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Maintainer",
                        "Contributor"
                    ],
                    "name": "Damien Vintache",
                    "email": "Damien.Vintache@univ-nantes.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "LS2N",
                    "email": null,
                    "url": "http://www.ls2n.fr",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact",
                        "Contributor"
                    ],
                    "name": "Audrey Bihouée",
                    "email": "audrey.bihouee@univ-nantes.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-8689-2083",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                }
            ],
            "tool_licence": "Other",
            "documentation": null,
            "maturity": "Emerging",
            "cost": "Free of charge",
            "unique_visits": 0,
            "citations": null,
            "annual_visits": 0,
            "last_update": "2023-09-19T15:06:56.878425Z",
            "teams": [
                "BiRD"
            ],
            "source_repository": null
        },
        {
            "id": 208,
            "name": "MindTheGap",
            "description": "Performs detection and assembly of DNA insertion variants in NGS read datasets with respect to a reference genome.",
            "homepage": "https://gatb.inria.fr/software/mind-the-gap/",
            "biotoolsID": "mindthegap",
            "biotoolsCURIE": "biotools:mindthegap",
            "tool_type": [
                "Command-line tool"
            ],
            "collection": [
                "GATB"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_0199"
            ],
            "primary_publication": [
                "10.1093/bioinformatics/btu545"
            ],
            "operating_system": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Claire Lemaitre",
                    "email": "claire.lemaitre@inria.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "GenOuest",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": "https://gatb.inria.fr/software/mind-the-gap/",
            "maturity": "Emerging",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2024-11-24T20:58:48.627968Z",
            "teams": [
                "GenOuest"
            ],
            "source_repository": null
        },
        {
            "id": 132,
            "name": "Minia",
            "description": "Short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day.",
            "homepage": "http://minia.genouest.org/",
            "biotoolsID": "minia",
            "biotoolsCURIE": "biotools:minia",
            "tool_type": [
                "Command-line tool"
            ],
            "collection": [
                "GATB"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_0196"
            ],
            "primary_publication": [
                "10.1186/1748-7188-9-2"
            ],
            "operating_system": [
                "Linux"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Rayan Chikhi",
                    "email": "chikhi@psu.edu",
                    "url": "http://rayan.chikhi.name",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Guillaume Rizk",
                    "email": "guillaume.rizk@irisa.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "GenOuest",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                }
            ],
            "tool_licence": "CECILL-2.0",
            "documentation": "http://minia.genouest.org/files/minia.pdf",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": 0,
            "citations": null,
            "annual_visits": 0,
            "last_update": "2024-11-24T14:36:01.515486Z",
            "teams": [
                "GenOuest"
            ],
            "source_repository": null
        },
        {
            "id": 172,
            "name": "Mix",
            "description": "Tool that combines two or more draft assemblies, without relying on a reference genome and has the goal to reduce contig fragmentation and thus speed-up genome finishing. The algorithm builds an extension graph where vertices represent extremities of contigs and edges represent existing alignments between these extremities. These alignment edges are used for contig extension. The resulting output assembly corresponds to a path in the extension graph that maximizes the cumulative contig length.",
            "homepage": "https://github.com/cbib/MIX",
            "biotoolsID": "mix",
            "biotoolsCURIE": "biotools:mix",
            "tool_type": [
                "Command-line tool"
            ],
            "collection": [],
            "scientific_topics": [
                "http://edamontology.org/topic_0196"
            ],
            "primary_publication": [
                "10.1186/1471-2105-14-S15-S16"
            ],
            "operating_system": [
                "Linux"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "NKI-AVL, Plesmanlaan 121, 1066 CX Amsterdam, Netherlands",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "CBiB - Universite Victor Segalen Bordeaux, 146, rue Leo Saignat, 33076 Bordeaux, France",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Consortium",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer",
                        "Contributor"
                    ],
                    "name": "Macha Nikolski",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "NKI-AVL, Plesmanlaan 121, 1066 CX Amsterdam, Netherlands",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Consortium",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "CNRS / LaBRI, Universite Bordeaux 1, 351 cours de la Liberation, 33405 Talence Cedex, France",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Florence Maurier",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer"
                    ],
                    "name": "Heissam Soueidan",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Developer",
                        "Contributor"
                    ],
                    "name": "Alexis Groppi",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "CNRS / LaBRI, Universite Bordeaux 1, 351 cours de la Liberation, 33405 Talence Cedex, France",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Consortium",
                    "note": null
                },
                {
                    "type_role": [
                        "Support"
                    ],
                    "name": "Alexis Groppi",
                    "email": "alexis.groppi@u-bordeaux.fr",
                    "url": "http://www.cbib.u-bordeaux2.fr/fr/content/services",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": null,
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": "Alexis Groppi",
                    "email": "alexis.groppi@u-bordeaux.fr",
                    "url": "http://www.cbib.u-bordeaux2.fr/fr/content/services",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "CBiB - Universite Victor Segalen Bordeaux, 146, rue Leo Saignat, 33076 Bordeaux, France",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                },
                {
                    "type_role": [
                        "Provider"
                    ],
                    "name": "u-bordeaux.fr",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Institute",
                    "note": null
                }
            ],
            "tool_licence": "MIT",
            "documentation": "https://github.com/cbib/MIX",
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": 0,
            "citations": null,
            "annual_visits": 0,
            "last_update": "2024-11-25T14:18:36.339969Z",
            "teams": [
                "CBiB"
            ],
            "source_repository": null
        },
        {
            "id": 3,
            "name": "Rice Genome Hub",
            "description": "An open source database(s) for genetics, genomics and functional research in rice species",
            "homepage": "https://rice-genome-hub.southgreen.fr/",
            "biotoolsID": "Rice_Genome_Hub",
            "biotoolsCURIE": "biotools:Rice_Genome_Hub",
            "tool_type": [
                "Database portal"
            ],
            "collection": [
                "Genome Hub",
                "elixir-fr-sdp-2019"
            ],
            "scientific_topics": [
                "http://edamontology.org/topic_3321",
                "http://edamontology.org/topic_3366",
                "http://edamontology.org/topic_0780"
            ],
            "primary_publication": [],
            "operating_system": [
                "Linux"
            ],
            "tool_credit": [
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": null,
                    "email": "gaetan.droc@cirad.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0003-1849-1269",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": null,
                    "email": "manuel.ruiz@cirad.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-8153-276X",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [
                        "Primary contact"
                    ],
                    "name": null,
                    "email": "christine.tranchant@ird.fr",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-6934-1215",
                    "gridid": null,
                    "typeEntity": "Person",
                    "note": null
                },
                {
                    "type_role": [],
                    "name": "CRP Rice",
                    "email": null,
                    "url": "http://ricecrp.org/",
                    "orcidid": null,
                    "gridid": null,
                    "typeEntity": "Funding agency",
                    "note": null
                }
            ],
            "tool_licence": null,
            "documentation": null,
            "maturity": "Mature",
            "cost": "Free of charge",
            "unique_visits": null,
            "citations": null,
            "annual_visits": null,
            "last_update": "2020-06-16T10:55:27Z",
            "teams": [
                "South Green"
            ],
            "source_repository": null
        }
    ]
}