HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 207,
"next": null,
"previous": "https://catalogue.france-bioinformatique.fr/api/tool/?format=api&limit=20&offset=180&ordering=-maturity",
"results": [
{
"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": [
"Provider"
],
"name": "LS2N",
"email": null,
"url": "http://www.ls2n.fr",
"orcidid": null,
"gridid": null,
"typeEntity": "Institute",
"note": null
},
{
"type_role": [
"Primary contact"
],
"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"
],
"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": [
"Provider"
],
"name": "TENS",
"email": null,
"url": "https://www.inserm-tens.com/",
"orcidid": null,
"gridid": null,
"typeEntity": "Institute",
"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": [],
"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": "BiRD",
"email": "pf-bird@univ-nantes.fr",
"url": "http://pf-bird.univ-nantes.fr",
"orcidid": null,
"gridid": null,
"typeEntity": "Division",
"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": 255,
"name": "Kmerator",
"description": "Kmerator is a prototype tool designed for the prediction of specific k-mers (also called tags) from input sequences, considering a reference genome and an ENSEMBL-like transcriptome. From these specific k-mers, it also outputs their corresponding specific contigs which are sequences of consecutive k-mers (overlapping length between k-mers must be k-1, otherwise, it's a new contig). Kmerator first uses Jellyfish to create 2 requestable indexes from the reference genome and transcriptome, and second, decomposes your input transcript or gene sequences to count the occurences of each k-mer in the genome and transcriptome.",
"homepage": "https://github.com/Transipedia/kmerator",
"biotoolsID": "kmerator",
"biotoolsCURIE": "biotools:kmerator",
"tool_type": [
"Command-line tool"
],
"collection": [],
"scientific_topics": [
"http://edamontology.org/topic_3170",
"http://edamontology.org/topic_0203",
"http://edamontology.org/topic_3512",
"http://edamontology.org/topic_0659",
"http://edamontology.org/topic_3360"
],
"primary_publication": [
"10.1093/nargab/lqab058"
],
"operating_system": [],
"tool_credit": [
{
"type_role": [
"Primary contact"
],
"name": "Thérèse Commes",
"email": "therese.commes@inserm.fr",
"url": null,
"orcidid": null,
"gridid": null,
"typeEntity": "Person",
"note": null
}
],
"tool_licence": null,
"documentation": null,
"maturity": "Emerging",
"cost": "Free of charge",
"unique_visits": null,
"citations": null,
"annual_visits": null,
"last_update": "2024-11-24T16:01:46.602609Z",
"teams": [
"Bio2M"
],
"source_repository": null
},
{
"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": [
"Desktop application",
"Web application"
],
"collection": [],
"scientific_topics": [
"http://edamontology.org/topic_3053",
"http://edamontology.org/topic_3292",
"http://edamontology.org/topic_0091",
"http://edamontology.org/topic_0219",
"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": "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": [
"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": [
"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": 102,
"name": "Sugarcane Genome Hub",
"description": "The Sugarcane Genome Hub is an integrated web-based database providing centralized access to the sugarcane reference genome sequences and genomic resources.",
"homepage": "https://sugarcane-genome.cirad.fr/",
"biotoolsID": "Sugarcane_Genome_Hub",
"biotoolsCURIE": "biotools:Sugarcane_Genome_Hub",
"tool_type": [
"Database portal"
],
"collection": [
"Genome Hub",
"elixir-fr-sdp-2019"
],
"scientific_topics": [
"http://edamontology.org/topic_3810",
"http://edamontology.org/topic_0621",
"http://edamontology.org/topic_0091",
"http://edamontology.org/topic_0622"
],
"primary_publication": [],
"operating_system": [
"Linux"
],
"tool_credit": [
{
"type_role": [
"Primary contact"
],
"name": "Olivier Garsmeur",
"email": "olivier.garsmeur@cirad.fr",
"url": null,
"orcidid": "https://orcid.org/0000-0001-8869-3689",
"gridid": null,
"typeEntity": "Person",
"note": null
},
{
"type_role": [
"Developer"
],
"name": "Gaetan Droc",
"email": "droc@cirad.fr",
"url": null,
"orcidid": "https://orcid.org/0000-0003-1849-1269",
"gridid": null,
"typeEntity": "Person",
"note": null
},
{
"type_role": [
"Maintainer"
],
"name": "CIRAD",
"email": null,
"url": null,
"orcidid": null,
"gridid": null,
"typeEntity": "Institute",
"note": null
}
],
"tool_licence": "GPL-2.0",
"documentation": null,
"maturity": "Emerging",
"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
},
{
"id": 91,
"name": "DataDiscovery",
"description": "DataDiscovery aims at providing researchers a simple and fast access to relevant biological data using specific keywords and easy to use filters.\n\nThis tool is expected to be easily customizable for specific filters, environments, or data schemas. Its current implementations supported by URGI are: WheatIS, Plant, RARe.",
"homepage": "https://urgi.versailles.inrae.fr/data-discovery/",
"biotoolsID": "DataDiscovery",
"biotoolsCURIE": "biotools:DataDiscovery",
"tool_type": [
"Database portal",
"Web service",
"Web API",
"Web application"
],
"collection": [
"elixir-fr-sdp-2019",
"URGI",
"FR"
],
"scientific_topics": [
"http://edamontology.org/topic_0780",
"http://edamontology.org/topic_0610",
"http://edamontology.org/topic_3071",
"http://edamontology.org/topic_0091",
"http://edamontology.org/topic_3810"
],
"primary_publication": [
"10.3835/plantgenome2015.06.0038"
],
"operating_system": [
"Linux"
],
"tool_credit": [
{
"type_role": [
"Support",
"Primary contact"
],
"name": "urgi-support",
"email": "urgi-support@inrae.fr",
"url": null,
"orcidid": null,
"gridid": null,
"typeEntity": null,
"note": null
}
],
"tool_licence": "BSD-3-Clause",
"documentation": "https://forgemia.inra.fr/urgi-is/data-discovery/blob/master/HELP.md",
"maturity": "Emerging",
"cost": "Free of charge",
"unique_visits": null,
"citations": null,
"annual_visits": null,
"last_update": "2024-09-06T15:57:35.550435Z",
"teams": [
"PlantBioinfoPF"
],
"source_repository": "https://forgemia.inra.fr/urgi-is/data-discovery"
},
{
"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": [
"Command-line tool",
"Web application"
],
"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": [
"Provider"
],
"name": "GenOuest",
"email": null,
"url": null,
"orcidid": null,
"gridid": null,
"typeEntity": "Institute",
"note": null
},
{
"type_role": [
"Primary contact"
],
"name": "GenOuest",
"email": "support@genouest.org",
"url": "http://www.genouest.org",
"orcidid": null,
"gridid": null,
"typeEntity": "Person",
"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": 243,
"name": "RAPPAS",
"description": "RAPPAS stands for Rapid Alignment-free Phylogenetic Placement via Ancestral Sequences. It uses an alignment-free approach for phylogenetic placement, thus removing the hurdle of query sequence alignment.",
"homepage": "http://www.atgc-montpellier.fr/RAPPAS/",
"biotoolsID": "RAPPAS",
"biotoolsCURIE": "biotools:RAPPAS",
"tool_type": [
"Command-line tool"
],
"collection": [],
"scientific_topics": [
"http://edamontology.org/topic_0091",
"http://edamontology.org/topic_0637",
"http://edamontology.org/topic_3293",
"http://edamontology.org/topic_3174"
],
"primary_publication": [
"10.1093/bioinformatics/btz068"
],
"operating_system": [
"Linux"
],
"tool_credit": [
{
"type_role": [
"Developer"
],
"name": "Benjamin Linard",
"email": null,
"url": null,
"orcidid": null,
"gridid": null,
"typeEntity": "Person",
"note": null
}
],
"tool_licence": null,
"documentation": "https://github.com/blinard-BIOINFO/RAPPAS",
"maturity": "Emerging",
"cost": "Free of charge",
"unique_visits": null,
"citations": null,
"annual_visits": null,
"last_update": "2024-11-24T20:59:27.880847Z",
"teams": [],
"source_repository": null
}
]
}