Training List
Handles creating, reading and updating training events.
GET /api/training/?format=api&offset=320&ordering=homepage
{ "count": 378, "next": "https://catalogue.france-bioinformatique.fr/api/training/?format=api&limit=20&offset=340&ordering=homepage", "previous": "https://catalogue.france-bioinformatique.fr/api/training/?format=api&limit=20&offset=300&ordering=homepage", "results": [ { "id": 375, "name": "RNASeq Analysis", "shortName": "RNASeq Analysis", "description": "Objectives\r\n- Understand the key steps in RNASeq data analysis for a differential expression study\r\n- Know how to perform command-line analysis using Snakemake.\r\n\r\nPedagogical Content\r\nDay 1\r\n- Principle of RNASeq technology: objectives and experimental design.\r\n- Data quality assessment (FastQC, MultiQC).\r\n- Sequence alignment to a reference genome (STAR).\r\n\r\nDay 2\r\n- Differential gene expression analysis (HTSeqCount, DESeq2).\r\n- Functional annotation (GO, Kegg).\r\n- Using the Snakemake workflow system.\r\n- Comparison between RNASeq and 3’SRP methods.\r\n\r\nThe theoretical part is followed by a pipeline run step-by-step on a test dataset. \r\nIt will be possible to start an analysis on your own data.", "homepage": "https://pf-bird.univ-nantes.fr/training/rnaseq/", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "Familiarity with basic Linux commands.", "maxParticipants": 12, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": null, "updated_at": "2024-02-08T16:07:26.347245Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 7, "hoursHandsOn": 7, "hoursTotal": 14, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/603/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/640/?format=api" ] }, { "id": 289, "name": "Introduction to galaxy: looking for variants in prokaryotes", "shortName": "Introduction to galaxy", "description": "This course will focus on the technical aspects of using a galaxy server. Accessible without any prerequisite in computer science, it will allow you to master the different fundamental tools of galaxy and will open the doors of bioinformatics analysis for your different projects.\r\nDifferent questions will be addressed through an example of variants analysis in a prokaryotic organism. At the end of this course, on any accessible galaxy instance, you will be able to:\r\n- upload your data\r\n- map them on a reference genome\r\n- find the variants (SNPs) and analyze the results\r\n- generate, manipulate and share your workflows, data and histories\r\n- find the right tools for other analyses and use them in your own project.\r\n\r\nUnless all participants speak French, the course will be taught in English.", "homepage": "https://pliniuscursus.univ-amu.fr/formation/galaxy-platform/", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_0091", "http://edamontology.org/topic_0622" ], "keywords": [], "prerequisites": [ "Master" ], "openTo": "Internal personnel", "accessConditions": "The first sessions are only available for IM2B students.", "maxParticipants": 12, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 23, "name": "PACA-Bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/PACA-Bioinfo/?format=api" } ], "logo_url": null, "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [ "Graduate" ], "audienceRoles": [ "Biologists" ], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 1, "hoursHandsOn": 5, "hoursTotal": 6, "personalised": null, "event_set": [] }, { "id": 303, "name": "Tools for phylogenetic analysis", "shortName": "", "description": "You will learn How to find homologs, make multiple alignments, reconstruct the phylogeny, visualize the tree.\r\n\r\nAt the end of the workshop, you will be able to use web tools to reconstruct accurate phylogenies.\r\n\r\nUnless all participants speak French, the course will be taught in English.", "homepage": "https://pliniuscursus.univ-amu.fr/formation/tools-for-phylogenetic-analysis/", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_0084" ], "keywords": [], "prerequisites": [ "Master" ], "openTo": "Internal personnel", "accessConditions": "The first sessions are only available for IM2B students.", "maxParticipants": 10, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 38, "name": "IGS - Laboratoire Information Génomique et Structurale", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IGS%20-%20Laboratoire%20Information%20G%C3%A9nomique%20et%20Structurale/?format=api" } ], "organisedByTeams": [ { "id": 23, "name": "PACA-Bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/PACA-Bioinfo/?format=api" } ], "logo_url": null, "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [ "Graduate" ], "audienceRoles": [ "Biologists" ], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 1, "hoursHandsOn": 5, "hoursTotal": 6, "personalised": null, "event_set": [] }, { "id": 349, "name": "Reproducible Research", "shortName": "", "description": "The following topics and tools are covered in the course:\r\n\r\n Data management\r\n Project organisation\r\n Git\r\n Conda\r\n Snakemake\r\n Nextflow\r\n R Markdown\r\n Jupyter\r\n Docker\r\n Singularity\r\n\r\nAt the end of the course, students should be able to:\r\n\r\n Use good practices for data analysis and management\r\n Clearly organise their bioinformatic projects\r\n Use the version control system Git to track and collaborate on code\r\n Use the package and environment manager Conda\r\n Use and develop workflows with Snakemake and Nextflow\r\n Use R Markdown and Jupyter Notebooks to document and generate automated reports for their analyses\r\n Use Docker and Singularity to distribute containerized computational environments", "homepage": "https://southgreenplatform.github.io/training_reproducible_research/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": 20, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-12-04T15:16:00.921744Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "At the end of the course, students should be able to:\r\n\r\n Use good practices for data analysis and management\r\n Clearly organise their bioinformatic projects\r\n Use the version control system Git to track and collaborate on code\r\n Use the package and environment manager Conda\r\n Use and develop workflows with Snakemake and Nextflow\r\n Use R Markdown and Jupyter Notebooks to document and generate automated reports for their analyses\r\n Use Docker and Singularity to distribute containerized computational environments", "hoursPresentations": 8, "hoursHandsOn": 13, "hoursTotal": 21, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/567/?format=api" ] }, { "id": 348, "name": "Advanced HPC Trainings", "shortName": "", "description": "This course continues the explanation on how to work on HPC Southgreen clusters. It is intended for experienced users, with the goals of improving LC user productivity and minimizing the obstacles. New notions and tools are presented such as job arrays, basic softwares installation,module environment and singularity. All these notions will be developped.", "homepage": "https://southgreenplatform.github.io/trainings//Advanced_HPC/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [ "HPC", "SLURM" ], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "Oprn to South Green close collaborators", "maxParticipants": 20, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/589/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 85, "name": "IRD", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IRD/?format=api" } ], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-12-04T14:46:58.108350Z", "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "All" ], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/557/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/565/?format=api" ] }, { "id": 347, "name": "Introduction to Microbial Comparative Genomics", "shortName": "", "description": "This course offers an introduction to microbial genomics analysis.\r\nIt includes 5 issues: assembly, genome annotation, circos visualization, pan-genome construction, pan-GWAS.", "homepage": "https://southgreenplatform.github.io/trainings//bacterialGenomics/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [ "genomics", "Structural genomics", "Genome analysis" ], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": 20, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/174/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/771/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/772/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/773/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-12-04T14:54:55.468140Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 5, "hoursHandsOn": 5, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/558/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/561/?format=api" ] }, { "id": 255, "name": "Initiation to NGS Workflow Managers developed within the South Green Platform: Galaxy and TOGGLe", "shortName": "", "description": "This course introduces the 2 commonly used workflow managers in the South Green Bioformatics platform, both in a theoretical and practical way, with hands-on practice sessions. It will help you to quickly develop and run your own pipelines using these tools through an graphical user or command-line interface.\n \nPrerequisites\nPrior knowledge of workflow managers not necessary Basic knowledge of Linux (Linux for dummies required) - TOGGLe practical\n\nProgram\nWhy using a workflow manager to analyse data ?\nHow to perform an analysis ?\nHow to create your own workflow ?\nHow to execute it?\nUse case\n\n\nLearning objectives\nExplaining what Workflow Managers are,\n\tin which way they differ from each other.\nHow you can use them in your research.\nCreating your own workflow\nAnalysing your NGS data with Galaxy and TOGGLe\n\n\nInstructors\nAlexis Dereeper (AD) - alexis.dereeper@ird.fr\nSebastien Ravel (SR) - sebastien.ravel@cirad.fr\nChristine Tranchant (CT) - christine.tranchant@ird.fr\n\n", "homepage": "https://southgreenplatform.github.io/trainings//galaxyToggle/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/387/?format=api" ] }, { "id": 252, "name": "Introduction to High-performance computing", "shortName": "", "description": "This course offers an introduction on how to work with HPC Southgreen clusters. It is intended for new users, with the goals of improving user productivity and minimizing the obstacles. The HPC Southgreen cluster are presented, together with the tools to be able to use it. Module load notion, interactive usage and batch jobs submittions will be developped.\nPrerequisites\nLinux Basics\n\nProgram\nIntroduction to HPCs architecture\nDiscover Sun grid Engine (SGE)\nData Management on clusters\nInteractive Usage\nSubmit batch jobs\n\n\nLearning objectives\nAfter this course, participants should be able to:\nUse the HPC resources interactively\nManage data copies\nUse module load\nsubmit batch jobs\n\n\nInstructors\n\n\nNdomassi Tando (NT) - ndomassi.tando@ird.fr\nBertrand Pitollat(BP) - bertrand.pitollat@cirad.fr\nAlexis Dereeper (AD) - alexis.dereeper@ird.fr\n\n", "homepage": "https://southgreenplatform.github.io/trainings//HPC/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/384/?format=api" ] }, { "id": 294, "name": "Linux for Dummies", "shortName": "", "description": "This course offers an introduction to work with Linux. We will describe the Linux environment, the first linux commands so participants can start to utilize command-line tools and feel comfortable using bioinformatics softwares through a linux terminal", "homepage": "https://southgreenplatform.github.io/trainings//linux/", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": 15, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-12-04T15:05:31.847400Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 3, "hoursHandsOn": 4, "hoursTotal": 7, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/468/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/555/?format=api" ] }, { "id": 250, "name": "Linux For Jedi", "shortName": "", "description": "This course offers to develop and enhance advanced Linux shell command line and scripting skills for the processing and analysis of NGS data. We will work on a HPC server and use linux powerful commands to allow to analyze big amount of biological data.", "homepage": "https://southgreenplatform.github.io/trainings/linuxJedi/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": 15, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 4, "hoursHandsOn": 10, "hoursTotal": 14, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/469/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/382/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/560/?format=api" ] }, { "id": 257, "name": "Metabarcoding analyses (using FROGS in Galaxy and Phyloseq)", "shortName": "", "description": "This course offers an introduction to metabarcoding analyses at two different levels/steps: bioinformatics with FROGS pipeline in the Galaxy environment, biostatistics with PhyloSeq R package. This includes preprocessing, clustering and OTU picking, taxonomic assignation, estimation of diversity, visualization of statistics results.\r\nPrerequisites\r\nGalaxy, R knowledge\r\n\r\nProgram\r\nIntroduction to metagenomics and metabarcoding\r\nPre-processing, Clustering, taxonomic affiliation (FROGS)\r\nHandling and visualizing OTU table using PhyloSeq R package (PhyloSeq)\r\n\r\n\r\nLearning objectives\r\nManipulate tools available for metabarcoding analysis\r\nStudy sample diversity by using NGS and post-NGS analysis tools\r\nVisualize diversity metrics in metabarcoding approach\r\n\r\n\r\nInstructors\r\nJulie Orjuela - julie.orjuela@ird.fr\r\nFlorentin Constancias - florentin.constancias@cirad.fr\r\nAlexis Dereeper - alexis.dereeper@ird.fr", "homepage": "https://southgreenplatform.github.io/trainings//metabarcoding/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-01-24T10:25:28.170059Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/566/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/389/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/535/?format=api" ] }, { "id": 254, "name": "Analyse de données NGS dédiée à la génomique végétale en Afrique de l'Ouest", "shortName": "", "description": "Les avancées spectaculaires des technologies de séquençage de 2ème et 3ème génération sont une véritable révolution pour la recherche en science de la vie. Ces techniques permettent le séquençage en quelques semaines de génomes entiers d’organismes complexes, générant une explosion du volume de données génomiques. \n\t\t\tToutefois l’analyse de telles masses d’informations nécessite des compétences en linux, en bioinformatique ainsi qu’une bonne connaissance et maîtrise de nombreux algorithmes et logiciels. La réalisation de ces analyses nécessite également l’accès à des ressources de calcul telles que des clusters de calcul. \n\t\t\tLe DP IAVAO et le LMI LAPSE en collaboration avec la plateforme bioinformatique South Green organisent, du 4 au 12 Octobre 2018, une formation en bioinformatique dédié à l’analyse de données de séquençage dont les objectifs sont de présenter les technologies de séquençage et les différentes analyses bioinformatiques pour exploiter au mieux cette masse de données afin de pouvoir réaliser des projets génomiques à grande échelle sur leurs modèles (plantes et pathogènes).\nPrérequis\nAucun\n\nProgramme\nLinux et lignes de commandes \nInitiation à l’utilisation du cluster du CERAAS \nPrésentation des technologies de séquençages \nAppel de SNP sur des données WGS \nPost analyse de données de SNPs\nOutils Genome Harvest \n\n\nObjectifs\nAprès la formation, les participants seront capables de :\nse connecter à un cluster Linux\nlancer des programmes/analyses bioinformatiques\ndéfinir les étapes pour analyser des données de séquençage\nanalyser des données de séquençage\nutiliser des gestionnaires de workflow tel que Galaxy ou TOGGLe\n\n\nInstructors\nChristine Tranchant (CT) - christine.tranchant@ird.fr\nNdomassi Tando (NT) - ndomassi.tando@ird.fr\nBertrand Pitollat (BP) - bertrand.pitollat@cirad.fr\nFrançois Sabot (SB) - francois.sabot@ird.fr\nManuel Ruiz (MR) - manuel.ruiz@cirad.fr\nGautier Sarah (GS) - gautier.sarah@cirad.fr\n\n", "homepage": "https://southgreenplatform.github.io/trainings//ngsTrainings/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 12, "name": "LAPSE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/LAPSE/?format=api" }, { "id": 14, "name": "IAVAO", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IAVAO/?format=api" } ], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/386/?format=api" ] }, { "id": 253, "name": "Installing and Managing a High-Performance Computing (HPC) Cluster ", "shortName": "", "description": "This course ran for 5 days covering all the concepts necessary to install and manage a high-performance computing (HPC) cluster. During this course, a HPC cluster were installed at CERAAS (Thiès, Sénégal) by the participants, IT managers from western africa (IRD, ISRA, CERAAS).\n", "homepage": "https://southgreenplatform.github.io/trainings//ngsTrainings/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 12, "name": "LAPSE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/LAPSE/?format=api" }, { "id": 13, "name": "Formation permanente IRD", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/Formation%20permanente%20IRD/?format=api" }, { "id": 14, "name": "IAVAO", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IAVAO/?format=api" } ], "organisedByTeams": [], "logo_url": "", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/385/?format=api" ] }, { "id": 287, "name": "Introduction to Oxford Nanopore Technology data analyses", "shortName": "Introduction to ONT data analyses", "description": "This course offers an introduction to ONT data analysis. It includes 5 issues: basecalling, reads quality control, assemblies and polishing/correction, contig quality and structural variants detection.", "homepage": "https://southgreenplatform.github.io/trainings//ont/", "is_draft": false, "costs": [ "Free" ], "topics": [ "http://edamontology.org/topic_3673", "http://edamontology.org/topic_0196", "http://edamontology.org/topic_3168" ], "keywords": [], "prerequisites": [ "Linux and knowledge of NGS formats" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 15, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-01-24T10:21:58.467251Z", "audienceTypes": [ "Professional (initial)" ], "audienceRoles": [ "Life scientists", "Biologists" ], "difficultyLevel": "Novice", "trainingMaterials": [ { "id": 1, "name": "SG-ONT-slides", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/SG-ONT-slides/?format=api" } ], "learningOutcomes": "* Understanding limits and advantages of ONT technology\r\n* Manipulating ONT data on a virtual machine on jupyter environment\r\n* Handling mapping, assembly, polishing tools and be able to analyse your own data\r\n* Detecting structural variations using long reads", "hoursPresentations": 6, "hoursHandsOn": 6, "hoursTotal": 12, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/441/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/450/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/562/?format=api" ] }, { "id": 251, "name": "Survival Guide for Perl applied to Bioinformatics", "shortName": "", "description": " \n\n\t\t\tThis course provides an introduction to programming using Perl and at the end of the training, participants could write simple Perl programs to handle biological data and to undertstand more complex Perl programs written by others.\n\t\t\t\nPrerequisites\nBasic knowledge of Linux (Linux for dummies required)\n\nProgram\nPerl data structures (scalar,arrays, hashes)\nStructure control ( loops)\nBasic functions, and operators.\nWriting and running your own program\nPassing options and files to his own script.\nRegular expressions\n\n\nLearning objectives\nWriting simple Perl programs to analyze data files\nUnderstanding Perl programs written by others\nUsing Perl basic syntax and modules in their own script\nRun programs from their script, parsing and extracting data from data files\n\n\nInstructors\n\n\nChristine Tranchant - christine.tranchant@ird.fr\nFrançois Sabot - francois.sabot@ird.fr\nNdomassi tando - ndomassi.tando@ird.fr\n\n", "homepage": "https://southgreenplatform.github.io/trainings//perl/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 12, "name": "LAPSE", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/LAPSE/?format=api" }, { "id": 13, "name": "Formation permanente IRD", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/Formation%20permanente%20IRD/?format=api" } ], "organisedByTeams": [], "logo_url": "", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/383/?format=api" ] }, { "id": 312, "name": "Introduction to python", "shortName": "", "description": "This course provides an introduction to programming using python. At the end of the training, participants should be able to write simple python programs to handle biological data and to understand more complex programs written by others.\r\nNote : This course in currently available only in french", "homepage": "https://southgreenplatform.github.io/trainings//python/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": 15, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2022-06-02T11:50:50.812642Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Novice", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 10, "hoursHandsOn": 18, "hoursTotal": null, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/470/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/556/?format=api" ] }, { "id": 313, "name": "RNA-Seq analysis", "shortName": "", "description": "Introduction to RNA-Seq analysis", "homepage": "https://southgreenplatform.github.io/trainings//rnaseq/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": 15, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-12-04T15:04:39.023455Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 6, "hoursHandsOn": 8, "hoursTotal": 14, "personalised": false, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/473/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/471/?format=api", "https://catalogue.france-bioinformatique.fr/api/event/563/?format=api" ] }, { "id": 256, "name": "RNASeq analyses (using Galaxy and TOGGLe)", "shortName": "", "description": "This course offers an introduction to RNASeq analyses using two different workflow management systems: Galaxy and TOGGLe. This includes reference-based mapping, estimates of transcript levels, differential expression (DE) analyses, visualization of statistics results.\r\nPrerequisites\r\nWorkflow management system (Galaxy, TOGGLe)\r\n\r\nProgram\r\nMapping of RNASeq against a transcriptome reference with kallisto (Galaxy)\r\nMapping of RNASeq against an annotated genome reference with TopHat (TOGGLe)\r\nDifferential expression analysis using EdgeR and DESeq2\r\nPlots, clustering, co-expression network: degust, WGCNA\r\n\r\n\r\nLearning objectives\r\nManipulate packages/tools available for searching DE genes\r\nThink about different normalisation methods\r\nDetect differentially expressed genes\r\nCompare results between two approaches\r\n\r\n\r\nInstructors\r\nAlexis Dereeper - alexis.dereeper@ird.fr\r\nSebastien Cunnac - sebastien.cunnac@ird.fr\r\nSebastien Ravel - sebastien.ravel@cirad.fr\r\nChristine Tranchant - christine.tranchant@ird.fr", "homepage": "https://southgreenplatform.github.io/trainings//rnaseq/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-01-24T10:26:00.180547Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/388/?format=api" ] }, { "id": 322, "name": "Introduction to Structural variant detection analyses", "shortName": "", "description": "Program\r\n\r\n* Handling mapping tools suitable for ILLUMINA and ONT data (bwa, minimap2)\r\n* SNP detection from mapping of short reads against a reference genome: SNP calling, filters and SNP annotation. Examples of possible studies based on SNP arrays\r\n* Detecting Structural Variations (SV) in short and long reads (breakdancer, sniffle)\r\n* SV detection from genome assembly and comparison (minimap2, nucmer, assemblytics, siry)", "homepage": "https://southgreenplatform.github.io/trainings//sv/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux and knowledge of NGS formats" ], "openTo": "Internal personnel", "accessConditions": "Open to South Green close collaborators", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 24, "name": "South Green", "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api" } ], "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png", "updated_at": "2023-01-24T10:41:28.470404Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": 14, "hoursHandsOn": 14, "hoursTotal": 28, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/564/?format=api" ] }, { "id": 328, "name": "Workshop nf-core et sarek", "shortName": "", "description": "Dans le cadre du réseau métier ingénieur.e.s lillois, bilille organise un workshop de 2 jours autour de la communauté internationale et des pipelines de bioinformatique nf-core, les 8 et 9 Décembre sur le campus Cité Scientifique de l’Université de Lille, à Villeneuve d’Ascq.\r\n\r\nLe projet nf-core a été créé en 2018 afin de proposer et maintenir de manière collaborative des pipelines d’analyse de bioinformatique en Nextflow selon des standards stricts de qualité et de reproductibilité, tout en facilitant leur mise en œuvre sur la majorité des infrastructures de calcul. La communauté, très active, qui s’organise autour de cette collection de pipelines rassemble des scientifiques du monde entier, issus de parcours très divers.\r\n\r\nÀ l’occasion de cet atelier, nous accueillerons Maxime Garcia (Seqera labs, Stockholm), membre de l’équipe d’administration nf-core et développeur principal du pipeline d’analyse de variants génomique Sarek. Il présentera la communauté aux participant.e.s et les formera à l’utilisation de ces pipelines d’analyse, en alternant les présentations avec des mises en pratique. Il présentera également les outils de développement mis en place par nf-core pour permettre aux participant.e.s de contribuer aux outils existants et de proposer, si elles et ils le souhaitent, leurs propres pipelines selon les standards de la communauté.", "homepage": "https://ums-plbs.univ-lille.fr/workshop-nf-core-et-sarek-avec-maxime-garcia", "is_draft": false, "costs": [ "Free to academics" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "Cet atelier s’adressant à un public averti en bioinformatique et/ou en biostatistiques, nous attendons des participant.e.s ayant déjà acquis une certaine familiarité avec les compétences suivantes :\r\n- Utilisation courante de la ligne de commande sous Unix\r\n- Utilisation des logiciels d’analyse de données de séquençage à haut débit\r\n- Utilisation de ressources de calcul intensif (cloud, cluster, …)\r\n- Connaissances de base sur les gestionnaires de workflow (Nextflow, SnakeMake, CWL, Galaxy,…)\r\n\r\nUne familiarité avec Nextflow, Conda et des gestionnaires de containers (Docker/Singularity) sera également utile, sans être toutefois obligatoire.", "maxParticipants": 20, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/757/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 3, "name": "Bilille", "url": "https://catalogue.france-bioinformatique.fr/api/team/Bilille/?format=api" } ], "logo_url": "https://bilille.univ-lille.fr/fileadmin/_processed_/9/2/csm_logo_bilille_complet_65be9bda8b.png", "updated_at": "2024-12-09T17:41:31.307575Z", "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "trainingMaterials": [], "learningOutcomes": "", "hoursPresentations": null, "hoursHandsOn": null, "hoursTotal": null, "personalised": null, "event_set": [ "https://catalogue.france-bioinformatique.fr/api/event/538/?format=api" ] } ] }