Skip to content

Nextflow implementation of Neoantigen prediction with HLA-typing grouping matched normal-tumor WGS/WES and tumor RNA-seq

License

Notifications You must be signed in to change notification settings

Akazhiel/NeoPred-NF

Repository files navigation

akazhiel/neoprednf

Nextflow run with docker

Introduction

akazhiel/neoprednf is a bioinformatics best-practice analysis pipeline for Pipeline that performs variant calling on DNA Tumor-Normal samples and RNA Tumor to predict putative neoantigens that bind to the hla of the patient..

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The Nextflow DSL2 implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies.

Pipeline summary

  1. Read QC (FastQC)
  2. Present QC for raw reads (MultiQC)

Quick Start

  1. Install Nextflow (>=21.04.0)

  2. Install any of Docker, for full pipeline reproducibility.

    • Please check nf-core/configs to see if a custom config file to run nf-core pipelines already exists for your Institute. If so, you can simply use -profile <institute> in your command. This will enable either docker or singularity and set the appropriate execution settings for your local compute environment.
    • If you are using singularity then the pipeline will auto-detect this and attempt to download the Singularity images directly as opposed to performing a conversion from Docker images. If you are persistently observing issues downloading Singularity images directly due to timeout or network issues then please use the --singularity_pull_docker_container parameter to pull and convert the Docker image instead. Alternatively, it is highly recommended to use the nf-core download command to pre-download all of the required containers before running the pipeline and to set the NXF_SINGULARITY_CACHEDIR or singularity.cacheDir Nextflow options to be able to store and re-use the images from a central location for future pipeline runs.
    • If you are using conda, it is highly recommended to use the NXF_CONDA_CACHEDIR or conda.cacheDir settings to store the environments in a central location for future pipeline runs.
  3. Start running your own analysis!

    nextflow run akazhiel/neoprednf -profile docker --input samplesheet.csv --genome GRCh37 --refDir /path/to/reference

Credits

akazhiel/neoprednf was originally written by Jonatan Gonzalez Rodriguez.

We thank the following people for their extensive assistance in the development of this pipeline:

Citations

An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.

You can cite the nf-core publication as follows:

The nf-core framework for community-curated bioinformatics pipelines.

Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.

Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.

About

Nextflow implementation of Neoantigen prediction with HLA-typing grouping matched normal-tumor WGS/WES and tumor RNA-seq

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published