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:

  1. Obtained an overview of the Tree of Life programme and our genome note concept
  2. Understood the purpose of a genome note and the information it reports
  3. 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:

  1. Run the sanger-tol/genomenote pipeline to produce a genome note document
  2. Understand how to use the pipeline to generate genome notes for your own genomes
  3. 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

Prerequisites

  1. Familiarity with linux command line basics (cd, mv, rm)
  2. Knowledge of the Nano editor will be helpful