Training Material List
Handles creating, reading and updating training materials.
GET /api/trainingmaterial/?format=api&offset=100&ordering=-id
{ "count": 149, "next": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=120&ordering=-id", "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=80&ordering=-id", "results": [ { "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/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/77/?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": 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" ] }, { "id": 46, "name": "BioBlend API", "description": "BioBlend module, a python library to use Galaxy API\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/bioblend_api.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy", "Python", "API" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-18", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/189/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/414/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/563/?format=api" ] }, { "id": 45, "name": "Galaxy Visualisation - Slides", "description": "Questions\n\n\n\tHow can visualization plugins benefit science?\n\n\n\nObjectives\n\n\n\tImplement a first Galaxy visualization\n\tUnderstand the client side vs. server side principle\n\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/visualizations.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-18", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/690/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/691/?format=api" ] }, { "id": 44, "name": "Galaxy Visualisation - Tutorial", "description": "Visualizations may be very helpful in understanding data better. There is a whole range of visualizations, from rather simple scatter and barplots up to projections of high dimensional data or even entire genomes. Many of these visualizations often require a lot of tweaking and changes in settings like zooming in and assigning colors, etc. Therefore, visualizations are ideally interactive, and changing settings is often an initial step in exploring data. For this reason it may be inconvenient to make use of static galaxy tools because it lacks these interactive features. For these situations Galaxy offers the option to create visualizations plugins, file format specific javascripts that integrate with the history menu, without making redundant copies of data.\nIn this tutorial we shall go through how this system works and create a simple visualization plugin. The tool will create a visualization of the number of aligned reads per chromosome of a BAM file, and we will discuss possible optimizations and advantages and disadvantages of the proposed implementation.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/tutorials/visualizations", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-18", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/690/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/691/?format=api" ] }, { "id": 43, "name": "Galaxy Interactive Tour", "description": "Questions\nWhat is a Galaxy Interactive Tour?\nHow to create a Galaxy Interactive Tour?\nObjectives\nDiscover what is a Galaxy Interactive Tour\nBe able to create a Galaxy Interactive Tour\nBe able to add a Galaxy Interactive Tour in a Galaxy instance\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/interactive_tour.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-18", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/689/?format=api" ] }, { "id": 42, "name": "Galaxy Installation", "description": "How to install a local instance of Galaxy\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/00-installation/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/563/?format=api" ] }, { "id": 41, "name": "Galaxy Configuration Hierarchy", "description": "How to configure your local instance of Galaxy\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/01-configuration-hierarchy/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/563/?format=api" ] }, { "id": 40, "name": "Galactic Database", "description": "How to choose a database for Galaxy and configure it\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/02-database/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/563/?format=api" ] }, { "id": 39, "name": "Galaxy Handlers", "description": "Galaxy is a web application that uses handlers to perform actions.\nThere are two main types of actions that are carried out by handlers:\nRespond to user requests; These actions are carried out by web handlers\nManage the execution of tools; These actions are performed by job handlers.\nBy default, Galaxy is configured to run a single handler that handles both user queries and jobs.\nDepending on the number of users accessing your Galaxy instance or the number of jobs you need to manage you may need to start web handlers or additional job handlers.\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/03-handlers/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/563/?format=api" ] }, { "id": 38, "name": "(Proxy) Web Server Choices and Configuration", "description": "Installation and configuration of NGiNX for Galaxy\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/04-web-server/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy", "NGiNX" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api" ] }, { "id": 37, "name": "Connecting Galaxy to a compute cluster", "description": "Problems\nRunning jobs on the Galaxy server negatively impacts Galaxy UI performance\nEven adding one other host helps\nCan restart Galaxy without interrupting jobs\nSolution:\nConnecter Galaxy to a computing cluster\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/05-compute-cluster/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy", "Cluster" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api" ] }, { "id": 36, "name": "Galaxy Administration", "description": "How to use the administation panel of Galaxy\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/06-admin/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api" ] }, { "id": 35, "name": "Defining and importing genomes, Data Managers into Galaxy", "description": "Intro to built in datasets\nBuilt in data hierarchy\nSome problems\nData Managers\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/07-genomes-datamanagers/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api" ] }, { "id": 34, "name": "Users, Groups, and Quotas in Galaxy", "description": "How to handle Users, Groups, and Quotas in Galaxy\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/08-quota-users-groups/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api" ] }, { "id": 33, "name": "Docker for Beginners", "description": "What is Docker?\nBuilding an image\nBioShadock & Orchestration\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://vdda.github.io/revealJS_test/docker_intro2.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Docker" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api" ] }, { "id": 32, "name": "Docker and Galaxy", "description": "Questions\nWhy Docker? What is it?\nHow to use Docker?\nHow to integrate Galaxy in Docker to facilitate its deployment?\nObjectives\nDocker basics\nGalaxy Docker image (usage)\nGalaxy Docker (internals)\nGalaxy flavours\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://galaxyproject.github.io/training-material//Admin-Corner/slides/galaxy_docker", "fileName": "missing.txt", "topics": [], "keywords": [ "Docker", "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/663/?format=api" ] }, { "id": 31, "name": "Galaxy Docker Training Tutorial", "description": "Galaxy docker integration\nEnable Galaxy to use BioContainers (Docker)\nGalaxy with Docker swarm\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://github.com/igbmc/egdw2017/tree/master/day4/admin/10-docker-swarm", "fileName": "missing.txt", "topics": [], "keywords": [ "Docker", "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2017-01-19", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/663/?format=api" ] }, { "id": 30, "name": "Welcome message", "description": "Presentation of the workshop (Chairman: Claudine Médigue)\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/videos/scorms/metagenomics16/session_1/welcome_message/scormcontent/index.html", "fileName": "missing.txt", "topics": [], "keywords": [ "Metagenomics", "biohackaton" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-12-15", "dateUpdate": null, "licence": "CC BY-NC-ND", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/664/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/431/?format=api" ] } ] }