Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 3.29 KB

File metadata and controls

68 lines (49 loc) · 3.29 KB

WGS nf-core raredisease test

This project aims on testing the nf-core raredisease pipeline for usage with whole-genome sequencing short-read Illumina data.

Data

For testing we use the GIAB Ashkenazim trio patient samples:

Son: HG002 Father: HG003 Mother: HG004

These were sequenced using Illumina WGS 2x 250bp technology, more information about library prepration and sequencing can be found in the README.

Data was downloaded from NCBI FTP server and indexes extracted from https://github.com/genome-in-a-bottle/giab_data_indexes on 8th August 2023.

Workflow

  1. Download workflow and singularity images

nf-core download raredisease --revision 1.1.1 --compress none --container-system singularity --container-cache-utilisation copy

  1. Download and adapt references and plugins

This workflow requires the nextflow plugins nf-validation and nf-amazon. For offline deployment, follow this hint.

  • nf-validation v0.3.1
  • nf-amazon v1.16.2

References:

The list of references needed is explained in the usage and params documentation: https://nf-co.re/raredisease/1.1.1/docs/usage & https://nf-co.re/raredisease/1.1.1/parameters

  1. Run

For first run, limited analysis as following:

  • gnomAD only with chr1 (due to slow download)
  • skip CNV calling (missing ploidy and gcnvcaller model)

Citation

If not indicated otherwise above, please follow these instructions to cite this repository in your own work.