Code Monkey home page Code Monkey logo

rapid-cns2's Introduction

Rapid-CNS2

This pipeline analyses CNS tumour data generated through Nanopore adaptive sequencing using ReadFish or adaptive sampling on MinKNOW. It requires FAST5 files or FASTQ file generated from the sequencing run as input.

Sequencing

Sequencing using ReadFish on a MinION device is recommended on a workstation/notebook powered by a NVIDIA RTX2080 GPU.

Instructions (from ReadFish)

  1. Install ReadFish
# Make a virtual environment
python3 -m venv readfish
. ./readfish/bin/activate
pip install --upgrade pip

# Install our ReadFish Software
pip install git+https://github.com/LooseLab/read_until_api_v2@master
pip install git+https://github.com/LooseLab/readfish@master
  1. Download and edit the reference field in read_until.toml
  2. Load the flowcell and start sequencing on MinKNOW
  3. Open terminal and start guppy_basecall_server

guppy_basecall_server --config dna_r9.4.1_450bps_fast.cfg --port 5555 --device "cuda:0" --qscore_filtering

  1. Open new tab in terminal and run ReadFish
readfish targets --device <YOUR_DEVICE_ID> \
              --experiment-name "RU Test basecall and map" \
              --toml <PATH_TO_TOML> \
              --log-file ru_test.log

You should get outputs as

2020-02-24 16:45:35,677 ru.ru_gen 7R/0.03526s
2020-02-24 16:45:35,865 ru.ru_gen 3R/0.02302s
2020-02-24 16:45:35,965 ru.ru_gen 4R/0.02249s

If these times > 0.4s, targeting is not working as expected.

RAPID-CNS2 analysis

  1. If you do not have an existing conda installation, follow these steps. If you have conda preinstalled, skip to step 2.
  • Download the appropriate Miniconda installer here
  • Open terminal, go to directory containing the Miniconda file. Enter bash Miniconda3-latest-Linux-x86_64.sh
  1. Install snakemake
conda install -n base -c conda-forge mamba
conda activate base
mamba create -c conda-forge -c bioconda -n snakemake snakemake
conda activate snakemake
  1. Install CNVpytor
git clone https://github.com/abyzovlab/CNVpytor.git
cd CNVpytor
pip install .
  1. Download GPU version of guppy here (Registration required)
  • Unpack the tar file (xxx is the version e.g. 4.2.2) tar -xf ont-guppy_xxx_linux<64 or aarch64>.tar.gz
  1. Download singularity images for PEPPER-Margin-DeepVariant singularity pull docker://kishwars/pepper_deepvariant:r0.4.

  2. Download ANNOVAR here

  3. Download Rapid-CNS2 Git repo git clone https://github.com/areebapatel/Rapid_CNS2.git

  4. Edit rapid_cns_snake.yaml to specify paths

  5. Run pipeline as

snakemake --use-conda --config FAST5_dir=<path to FAST5 files> outdir=<path to output directory for library> <output file eg. (sample)_cnvpytor_100k.png>

Requirements

  • Reference genome hg19 and hg38 FASTA
  • ANNOVAR database.
annotate_variation.pl -buildver hg19 -downdb -webfrom annovar refGene humandb/

annotate_variation.pl -buildver hg19 -downdb cytoBand humandb/

annotate_variation.pl -buildver hg19 -downdb -webfrom annovar exac03 humandb/

annotate_variation.pl -buildver hg19 -downdb -webfrom annovar avsnp147 humandb/

annotate_variation.pl -buildver hg19 -downdb -webfrom annovar dbnsfp30a humandb/

Citation

If you use this pipeline, please cite:

Patel, A., Dogan, H., Payne, A. et al. Rapid-CNS2: rapid comprehensive adaptive nanopore-sequencing of CNS tumors, a proof-of-concept study. Acta Neuropathol (2022). https://doi.org/10.1007/s00401-022-02415-6

rapid-cns2's People

Contributors

areebapatel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.