Organised by Biodiversity Genomics Academy
Introduction
Biodiversity Genomics Academy 2024 (BGA24) is a series of free, open to all, nline-only, short and interactive sessions on how to use the bioinformatics tools and approaches that underpin the Earth BioGenome Project and the field as a whole.
More information on our website.
Description
In this session you will learn how to automatically generate content for genome note publications using our suite of ToL analysis pipelines.
Part 1: An introduction to Genome Notes
By the end of this part you will have:
- Obtained an overview of the Tree of Life programme and our genome note concept
- Understood the purpose of a genome note and the information it reports
- Gained an idea of why automating genome note production is important and how this can be achieved
Part 2: Hands on - Running the sanger-tol/genomenote pipeline and exploring the outputs
By the end of this part you will be able to:
- Run the sanger-tol/genomenote pipeline to produce a genome note document
- Understand how to use the pipeline to generate genome notes for your own genomes
- Gained an idea of how different pipelines can be combined to go from raw sequencing data to a publication reporting a genome assembly
The nextflow command to run the pipeline
nextflow run genomenote/main.nf \
-profile docker,arm \
-params-file assets/BGA-test.json \
--outdir BGA_test_results
Useful links
- The sanger-tol/genomenote pipeline.
- The published genome note for the species used in this session.
- The HiGlass link to the Hi-C map for the species used in this session.
- The Blobtool viewer for the species used in this session.
- The Genome After Party for the species used in this session.
Prerequisites
- Familiarity with linux command line basics (cd, mv, rm)
- Knowledge of the Nano editor will be helpful
nextflow run genomenote/main.nf \
-profile docker,arm \
-params-file assets/BGA-test.json \
--outdir BGA_test_results
Useful links
- The sanger-tol/genomenote pipeline.
- The published genome note for the species used in this session.
- The HiGlass link to the Hi-C map for the species used in this session.
- The Blobtool viewer for the species used in this session.
- The Genome After Party for the species used in this session.