Handles creating, reading and updating training materials.

GET /api/trainingmaterial/Mapping%20with%20Galaxy/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 128,
    "name": "Mapping with Galaxy",
    "description": "This tutorial covers the questions:\r\n- What is mapping?\r\n- What two things are crucial for a correct mapping?\r\n- What is BAM?\r\n\r\nAt the end of the tutorial, learners would be able to:\r\n- Define what mapping is\r\n- Perform mapping of reads on a reference genome\r\n- Evaluate the mapping output",
    "communities": [],
    "elixirPlatforms": [],
    "doi": null,
    "fileLocation": "https://training.galaxyproject.org/training-material/topics/sequence-analysis/tutorials/mapping/tutorial.html",
    "fileName": "mapping",
    "topics": [
        "http://edamontology.org/topic_0102"
    ],
    "keywords": [
        "Mapping"
    ],
    "audienceTypes": [
        "Undergraduate",
        "Graduate",
        "Professional (initial)",
        "Professional (continued)"
    ],
    "audienceRoles": [
        "Researchers",
        "Life scientists",
        "Biologists"
    ],
    "difficultyLevel": "Novice",
    "providedBy": [],
    "dateCreation": null,
    "dateUpdate": null,
    "licence": "CC-BY-4.0",
    "maintainers": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api"
    ]
}