Training Material List
Handles creating, reading and updating training materials.
GET /api/trainingmaterial/?format=api&offset=20&ordering=maintainers
{ "count": 149, "next": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=40&ordering=maintainers", "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&ordering=maintainers", "results": [ { "id": 57, "name": "DNA - seq Bioinformatics Analysis", "description": "Detection of Copy Number Variations\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/V07_ITMO_2016_EG_CNV.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "DNA-seq" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-11-23", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/256/?format=api" ] }, { "id": 110, "name": "DNA-seq analysis: From raw reads to processed alignments", "description": "Objectives:\nMapping the DNA-seq data to the reference genome\nProcess the alignments for the variant calling\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ecole-bioinfo-aviesan.sb-roscoff.fr/sites/ecole-bioinfo-aviesan.sb-roscoff.fr/files/files/elodie_girard-itmo2015_mapping_preprocess.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "genomics", "Variant calling", "Alignment", "DNA-seq" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/256/?format=api" ] }, { "id": 20, "name": "Development of a catalog of federated SPARQL queries in the field of Rare Diseases", "description": "\n \n\nDevelopment of a catalog of federated SPARQL queries in the field of Rare Diseases\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/development-of-a-catalog_f08f/scormcontent/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "biohackaton 2018" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2019-03-21", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/292/?format=api" ] }, { "id": 135, "name": "Training RNASeq - bioinfo part - Genotoul-bioinfo", "description": "Cette formation a pour but de vous aider à traiter les séquences courtes issues des plates-formes de séquençage Illumina. Vous y découvrirez les formats de séquences et d’alignement les biais connus et mettrez en œuvre des logiciels d'alignement épissé sur génome de référence, la recherche de nouveaux gènes, de nouveaux transcrits et la quantification de l'expression de ces gènes et transcrits.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genotoul-bioinfo.pages-forge.inrae.fr/training-rnaseq/", "fileName": "training-rnaseq", "topics": [ "http://edamontology.org/topic_3170" ], "keywords": [ "RNA-seq" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 143, "name": "Workflows nf-core - Genotoul-bioinfo", "description": "Tutorial to launch and configure nf-core workflows on genotoul bioinfo cluster.\r\nThis training session is organized by the Genotoul bioinfo platform and aims at learning nf-core workflow submission, error understanding, resuming jobs and ressource reservation. We will present and practice:\r\n\r\nthe Nextflow software\r\nthe nf-core community and pipelines\r\nWhat is a singularity image ?\r\nWhere are installed the nf-core workflows ? Which version do I use ?\r\nHow to run a workflow and which config file is used ?\r\nWhich kind of error I can get ?\r\nHow to resume failed jobs?\r\nHow to handle genome indexes ?\r\nHow to monitor my process and then well configure my workflow ?\r\nHow do you best adjust CPU and RAM reservations?\r\nThis is NOT a bioinformatic training on a particular workflow or a training on how to develop a workflow.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genotoul-bioinfo.pages.mia.inra.fr/use-nextflow-nfcore-course/", "fileName": "use-nextflow-nfcore-course", "topics": [ "http://edamontology.org/topic_0769" ], "keywords": [ "Nextflow" ], "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists" ], "difficultyLevel": "Novice", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-SA", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 146, "name": "Processing large files with sed awk - Genotoul-bioinfo", "description": "This “Sed and AWK to modify large text files” training session is organized by the Genotoul bioinfo platform.\r\n\r\nThe Linux sed command is a powerful and very fast text editor without an interface. Sed can select, substitute, add, delete, and modify text in files and streams. Sed relies heavily on regular expressions for pattern matching and text selection. We’ll manipulate regexes and the sed command to modify and filter several type of file often used in bioinformatics.\r\n\r\nAWK enables to easily process columns in large text files but is also a quite powerfull programming language. This training session aims at introducing you AWK principles. You will learn about variables, operators and functions useful to manipulate very large files. \r\n\r\nFor example you can use AWK to generate your unix command lines to be launched on the cluster. AWK enables to process millions of lines in text files. The course includes short feature presentations between long hands-on sessions in which you will be able to understand the global ideas as well as details.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://web-genobioinfo.toulouse.inrae.fr/~klopp/SedAwk2024/Processing_large_files_with_sed_awk_2024.pdf", "fileName": "Processing_large_files_with_sed_awk_2024.pdf", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Programming Languages & Computer Sciences" ], "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Biologists", "Bioinformaticians" ], "difficultyLevel": "Intermediate", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": "2024-03-01", "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 137, "name": "Linux slides - Genotoul-bioinfo", "description": "Slides for linux session (genotoul bioinfo facility)\r\nThis training session on one day (09:00 / 17 :00) is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your workstation, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://bioinfo.genotoul.fr/wp-content/uploads/Formation_LINUX_GenoToul_2025.pdf", "fileName": "Formation_LINUX_GenoToul_2025.pdf", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Operating systems" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-SA", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 141, "name": "Sed and awk training - Genotoul-bioinfo", "description": "training material sed and awk training (genotoul bioinfo facility)", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genoweb.toulouse.inra.fr/~klopp/SedAwk2024/Processing_large_files_with_sed_awk_2024.pdf", "fileName": "Processing_large_files_with_sed_awk_2024.pdf", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Programming Languages & Computer Sciences" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "Creative Commons Attribution 4.0 International License", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 138, "name": "Linux TP - Genotoul-bioinfo", "description": "TP for linux training (genotoul bioinfo facility)\r\nThis training session on one day (09:00 / 17 :00) is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your workstation, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genotoul-bioinfo.pages-forge.inrae.fr/linux-cluster/", "fileName": "linux-cluster", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Operating systems" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-SA", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 151, "name": "Metagenomic training - Genotoul-bioinfo", "description": "This training session is organized by the Genotoul bioinfo platform. This course is dedicated to the analysis of prokaryotic shotgun metagenomic data from Illumina and Pacbio HiFi sequencing technology. \r\n\r\nAfter an overview of metagenomics and the biases and limitations of analyses, we will look at the main steps involved in analysing metagenomic data and launch independent tools on the genobioinfo cluster.\r\nLearners will then test a workflow to automate processing on a test dataset (metagWGS ).\r\nOn the third day, learners will choose which analysis strategy to start with according to their experimental design and launch the first stage of metagWGS on their own data.\r\nBy the end of the course, trainees will be familiar with the scope, advantages and limitations of shotgun sequencing data analysis and will have started the analysis on their own data.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://bioinfo.genotoul.fr/wp-content/uploads/Formation2025.pdf", "fileName": "Formation2025.pdf", "topics": [ "http://edamontology.org/topic_3174" ], "keywords": [ "Biodiversity" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "CC-BY-NC-SA-4.0", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 136, "name": "Training RNASeq - biostat part - Genotoul-bioinfo", "description": "This course is part of the INRAE training session about “bioinformatics and biostatistics analysis of RNA-seq data” and of the Biostatistics platform “Initiation à LA statistique, niveau 4”. \r\nThe material provided on the present webpage is related to the biostatistics part and covers the following topics:\r\n\r\nR and RStudio\r\ndesign of experiments\r\nvariability\r\ncount data normalization\r\ndifferential analysis\r\nThe material has originally been prepared by Ignacio Gonzales, Annick Moisan and myself. The class has already been taught by these persons but also by Gaëlle Lefort and Jérôme Mariette.\r\n\r\nPre-requisites: A background in R programming is necessary for this class. Before the class, please download the course material and install R, RStudio and the packages as described below. To produce high quality figures, I will use ggplot2 for plots but will not enter into details about the ggplot2 syntax. If you are not familiar with it, you can just use these command lines or switch to base plots instead.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://www.nathalievialaneix.eu/teaching/rnaseq.html", "fileName": "rnaseq.html", "topics": [], "keywords": [], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 139, "name": "Cluster Slides - Genotoul-bioinfo", "description": "Slides for Cluster training (bioinfo genotoul facility)\r\nThis training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed so you can deal with the platform resources and its organization. You will learn to deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. The objective of this training is to learn you how to use computing ressources from GenoToul Bioinfo cluster (submit, manage & monitor jobs).", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://bioinfo.genotoul.fr/wp-content/uploads/Formation_cluster_SLURM_2025.pdf", "fileName": "Formation_cluster_SLURM_2025.pdf", "topics": [], "keywords": [ "Cluster" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-SA", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 140, "name": "Cluster TP - Genotoul-bioinfo", "description": "TP for cluster training (bioinfo genotoul facility)\r\nThis training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed so you can deal with the platform resources and its organization. You will learn to deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. The objective of this training is to learn you how to use computing ressources from GenoToul Bioinfo cluster (submit, manage & monitor jobs).", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genotoul-bioinfo.pages-forge.inrae.fr/linux-cluster/", "fileName": "linux-cluster", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "High performance computing", "Cluster" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-SA", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 142, "name": "Introduction to python - Genotoul-bioinfo", "description": "Training slides (theory and exercises).\r\nThe Toulouse Genotoul bioinformatics platform, organizes a 2 days long training course for non computer scientist and biologists aiming at learning the foundation of Python programming. In this training you will learn the basics of programming (variables, functions, control structures such as “if” condition, “for” loop”), writing simple programs which read files, and write results to others. The training course does not require any knowledge in programming, but basic Linux/bash commands are required (cd, ls).", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://training-python-for-biology-genotoul-bioinfo-a77c191514cdd1dc1b.pages.mia.inra.fr/#/title-slide", "fileName": "training-python-for-biology", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Python Language" ], "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Life scientists" ], "difficultyLevel": "Novice", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "Creative Commons Attribution 4.0 International License", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 148, "name": "Perl One-liner - Genotoul-bioinfo", "description": "Improve your command line skills by learning a few words of Perl (08/12/2025)\r\nThe GenoToul bioinformatics platform and Sigenae organize a series of training courses to familiarize yourself with the various resources it provides. These resources are currently: the hardware infrastructure, biological data banks and widely used bioinformatics softwares. This “Perl one-liners” training session is organized by the Sigenae platform. Perl one-liners are small and awesome Perl programs that fit in a single line of code and perform many operations such as replacing of text, spacing, deleting, calculation, manipulation in files and many more. This training will allow you to discover the power of Perl on the command line and learn how to use it to automate your file manipulations and command line generation with classical file formats such as tabulated text, fastq, sam/bam, and vcf.\r\n\r\ncalendar\r\n \r\n\r\nThis training lasts one day and is focused on practice. It consists of 3 parts with a large variety of exercises:\r\n\r\nIntroduction to Perl and its characteristics: Perl is a widely used programming language for data processing and task automation. We will introduce the main characteristics of Perl and discuss why it is particularly suited for biologists who want to manipulate files and generate command lines.\r\nPerl on the command line: we will show how to use Perl on the command line to perform common tasks, such as searching and replacing strings, merging files, and loop over lists of files.\r\nConcrete examples: we will present several concrete examples drawn from biology, such as extracting information from genomic sequence files, converting files between different formats, and generating command lines for data biology tools.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://web-genobioinfo.toulouse.inrae.fr/~ccabau/Perl_One-liner.pdf", "fileName": "Perl_One-liner.pdf", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Programming Languages & Computer Sciences" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": "Creative Commons Attribution 4.0 International License", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 107, "name": "Genomic copy number Analysis", "description": "No description available\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ecole-bioinfo-aviesan.sb-roscoff.fr/sites/ecole-bioinfo-aviesan.sb-roscoff.fr/files/files/CNV_ROSCOFF_2015_BJ_20150930.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "Structural genomics", "Copy number" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2015-09-10", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/318/?format=api" ] }, { "id": 49, "name": "Development in Galaxy", "description": "Galaxy is an open-source project. Everyone can contribute to its development with core Galaxy development, integration of softwares in Galaxy environment, ... Here, you will find some materials to learn how to contribute to Galaxy project.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://github.com/galaxyproject/training-material/tree/master/Dev-Corner", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/77/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/689/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/362/?format=api" ] }, { "id": 48, "name": "Tool development and integration into Galaxy", "description": "Questions:\nWhat is a tool for Galaxy?\nHow to build a tool/wrapper with the good practices?\nHow to deal with the tool environment?\n \nObjectives:\nDiscover what is a wrapper and its structure\nUse the Planemo utilities to develop a good wrapper\nDeal with the dependencies\nWrite functional tests\nMake a tool ready for publishing in a ToolShed\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/tool_integration.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-16", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/663/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/689/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/362/?format=api" ] }, { "id": 11, "name": "Improve Shiny and RStudio integration within Galaxy using Galaxy Interactive Environment", "description": "\n \n\nImprove Shiny and RStudio integration within Galaxy using Galaxy Interactive Environment\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/improve-shiny-and-rstudio_fcd3/scormcontent/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "biohackaton 2018" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2019-03-21", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/362/?format=api" ] }, { "id": 47, "name": "ToolShed upload and tool-iuc PR", "description": "Questions\nWhat is a Tool Shed?\nHow to install tools and workflows from a Tool Shed into a Galaxy instance?\nWhat are the Tool Shed repository types?\nHow to publish with Planemo?\nObjectives\nDiscover what is a Tool Shed\nBe able to install tools and workflows from a Tool Shed into a Galaxy instance\nBe able to publish tools with Planemo\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day2/toolshed/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-17", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/689/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/362/?format=api" ] } ] }