Skip to content
/ vcline Public

[Deprecated] Variant Calling Pipeline for Cancer Genome Sequencing

License

Notifications You must be signed in to change notification settings

dceoy/vcline

Repository files navigation

vcline

Variant Calling Pipeline for Cancer Genome Sequencing

Test Docker

Installation

$ pip install -U \
  https://github.com/dceoy/sagvc/archive/main.tar.gz \
  https://github.com/dceoy/vcline/archive/master.tar.gz

Dependent commands:

  • pigz
  • pbzip2
  • bgzip
  • tabix
  • samtools
  • bedtools
  • bcftools
  • java
  • gatk
  • cutadapt
  • fastqc
  • trim_galore
  • bwa or bwa-mem2
  • python (Python 3)
  • python2
  • configManta.py
  • configureStrelkaSomaticWorkflow.py
  • configureStrelkaGermlineWorkflow.py
  • delly
  • R
  • Rscript
  • cnvkit.py
  • msisensor-pro
  • snpEff (java -jar /path/to/snpEff.jar)
  • vep

Docker image

Pull the image from Docker Hub.

$ docker image pull dceoy/vcline

Usage

  1. Download and process resource data.

    $ vcline download --dest-dir=/path/to/download/dir
  2. Create vcline.yml.

    $ vcline init
    $ vi vcline.yml     # => edit configurations
  3. Run the pipeline.

    $ vcline run --workers=2

Run vcline --help for more information.

About

[Deprecated] Variant Calling Pipeline for Cancer Genome Sequencing

Resources

License

Stars

Watchers

Forks

Packages

No packages published