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": 142, "name": "Introduction to python - Genotoul-bioinfo", "description": "Training slides (theory and exercises)", "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": 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": 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)", "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": 138, "name": "Linux TP - Genotoul-bioinfo", "description": "TP for linux training (genotoul bioinfo facility)", "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": 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": 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", "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": 117, "name": "Chip-seq: Peak calling tutorial", "description": "The aim is to :\nUnderstand how to process reads to obtain peaks (peak-calling).\nBecome familiar with differential analysis of peaks\nIn practice :\nObtain dataset from GEO\nAnalyze mapped reads\nObtain set(s) of peaks, handle replicates\nDifferential analysis of peak\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/tutorial/01_peak_calling/peak_calling_tutorial.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Chip-Seq", "Peak calling", "NGS" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/698/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/644/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/721/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/512/?format=api" ] }, { "id": 115, "name": "Chip-seq: Pattern Analysis tutorial", "description": "Goal\nThe aim is to :\nGet familiar with motif analysis of ChIP-seq data.\nLearn de novo motif discovery methods.\nIn practice :\nMotif discovery with peak-motifs\nDifferential analysis\nRandom controls\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/tutorial/04_motif/motif_tutorial.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Chip-Seq", "Pattern recognition", "NGS" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/698/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/644/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/721/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/512/?format=api" ] }, { "id": 114, "name": "Chip Seq: Annotation and visualization Lesson", "description": "How to add biological meaning to peaks\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/slides/ChIP-seq_annotation_MD_2015.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "Chip-Seq", "Data visualization", "Annotation", "NGS" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/698/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/644/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/720/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/512/?format=api" ] }, { "id": 113, "name": "Chip Seq: Annotation and visualization Tutorial", "description": "Global Objective\nGiven a set of ChIP-seq peaks annotate them in order to find associated genes, genomic categories and functional terms.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/tutorial/02_annotation/annotation.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Chip-Seq", "Data visualization", "Annotation", "NGS" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/698/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/644/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/720/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/512/?format=api" ] }, { "id": 63, "name": "Variant Filtering", "description": "Use cases:\nExtact a subset of variants\nCombine variants from several analysis\n\nCompare obtained variants from several data types\n\n\nIdentify new variants compare to a reference list\n\n\nApply specific filters for Chip Design\n\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ecole-bioinfo-aviesan.sb-roscoff.fr/sites/ecole-bioinfo-aviesan.sb-roscoff.fr/files/files/FiltrageVariantNLapaluRoscoff2015.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "genomics", "Variant calling", "NGS" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/694/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/719/?format=api" ] }, { "id": 105, "name": "Exploring Microscope Platform", "description": "\n \n\nHow to use the Microscope Platform to annotate and analyze microbial genomes.\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/Cours_MicroScope_mars2016_1-17.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "genomics", "Annotation", "Sequence analysis", "Transcriptomics", "Microbial evolution", "Metabolomics" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-03-01", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/718/?format=api" ] }, { "id": 104, "name": "Exploring microbiomes with the MicroScope Platform", "description": "This module is separated in different courses:\nMicroScope: General overview, Keyword search and gene cart functionalities\n\n\n\n\n\n\n\n\n\n\n\n\nFunctional annotation of microbial genomes\n\n\n\n\n\n\n\n\nFunctional annotation of microbial genomes: Prediction of enzymatic functions\n\n\n\n\n\n\n\n\nRelational annotation of bacterial genomes: synteny\n\n\n\n\n\n\n\n\nAutomatic functional assignation and expert annotation of genes\n\n\n\n\n\n\n\n\nRelational annotation of bacterial genomes: phylogenetic profiles\n\n\n\n\n\n\n\n\nRelational annotation of bacterial genomes: pan-genome analysis\n\n\n\n\n\n\n\n\nRelational annotation of bacterial genomes: metabolic pathways\n\n\n\n\nSyntactic re-annotation of public microbial genomes\n\n\n\n\nSyntactic annotation of microbial genomes\n\n\n\n\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/Cours_MicroScope_mars2016_18-125.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "genomics", "Annotation", "Transcriptomics", "Microbial evolution", "Metabolomics" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-03-01", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/718/?format=api" ] }, { "id": 97, "name": "Analysis of community composition data using phyloseq", "description": "Learn about and become familiar with phyloseq R package for the analysis of microbial census data\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://genoweb.toulouse.inra.fr/~formation/15_FROGS/April2016/R_phyloseq/phyloseq_formation_toulouse_201604.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "R", "Microbiomes" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-04-01", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/717/?format=api" ] }, { "id": 95, "name": "Exercices on Galaxy: metagenomics", "description": "Find Rapidly OTU with Galaxy Solution\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://genoweb.toulouse.inra.fr/~formation/15_FROGS/April2016/FROGS_april_2016_Pratice.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "Metagenomics", "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-04-01", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/716/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/215/?format=api" ] }, { "id": 96, "name": "Training on Galaxy : Metagenomics", "description": "Find Rapidly OTU with Galaxy Solution\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://genoweb.toulouse.inra.fr/~formation/15_FROGS/April2016/FROGS_april_2016_Formation.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "Metagenomics", "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-04-01", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/716/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/215/?format=api" ] }, { "id": 93, "name": "Cross Taxa Tutorial", "description": "How query databases according to complex taxonomic critera\nCross-Taxa allows to retrieve gene families that are shared by a given set of taxa, or which are specific to a set of taxa. It is also possible to select genes families which are associated to a certain set of taxa but which are not found in a second set of taxa. Any taxonomic level can be used.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://www.prabi.fr/spip.php?article41", "fileName": "missing.txt", "topics": [], "keywords": [ "genomics" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/715/?format=api" ] }, { "id": 94, "name": "Searching for sequence: Tutorial", "description": "Quick Search is dedicated to a quick search for sequences or sequence families in the databases available on the PBIL server. It is an alternative to WWW Query which allows more complex queries. Quick Search allows you to retrieve sequences or sequence families associated to a single word without specifying what is this word. You can enter indifferently a keyword, a sequence name or accession number, or a taxa name.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://www.prabi.fr/spip.php?article17", "fileName": "missing.txt", "topics": [], "keywords": [ "genomics", "Pattern recognition" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/715/?format=api" ] }, { "id": 88, "name": "From Samples to Data : Assuring Downstream Analysis with Upstream Planning", "description": "Metagenomic studies have gained increasing popularity in the years since the introduction of next generation sequencing. NGS allows for the production of millions of reads for each sample without the intermediate step of cloning. However, just as in the past, the quality of the data generate by this powerful technology depends on sample preparation, library construction and the selection of appropriate sequencing technology and sequencing depth. Here we explore the different variables involved in the process of preparing samples for sequencing analysis including sample collection, DNA extraction and library construction. We also examine the various sequencing technologies deployed for routine metagenomic analysis and considerations for their use in different model systems including humans, mouse and the environment. Future developments such as long-reads will also be discussed to provide a complete picture of important aspects prior to data analyses which play a critical role in the success of metagenomic studies.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/videos/scorms/metagenomics16/session_1/From_Samples_to_Data_Assuring_Downstream_Analysis_with_Upstream_Planning/scormcontent/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Metagenomics" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-ND", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/714/?format=api" ] } ] }