ソースを参照

antitarget-avg-size

master
YaqingLiu 4年前
コミット
ff8a2aff7e
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      README.md
  2. +1
    -1
      tasks/batch.wdl

+ 1
- 1
README.md ファイルの表示

> E-mail: yaqing.liu@outlook.com > E-mail: yaqing.liu@outlook.com
> >


CNVkit is a Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data. It is designed for use with hybrid capture, including both whole-exome and custom target panels, and short-read sequencing platforms such as Illumina and Ion Torrent.
CNVkit is a Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data. It is designed for use with **hybrid capture**, including both whole-exome and custom target panels, and short-read sequencing platforms such as Illumina and Ion Torrent.


Official document: https://cnvkit.readthedocs.io/en/stable/index.html Official document: https://cnvkit.readthedocs.io/en/stable/index.html
## Install ## Install

+ 1
- 1
tasks/batch.wdl ファイルの表示

--fasta hg38.fa ${reference_opt} \ --fasta hg38.fa ${reference_opt} \
--output-reference ${sample_id}.reference.cnn \ --output-reference ${sample_id}.reference.cnn \
--output-dir ./results/ \ --output-dir ./results/ \
--drop-low-coverage --diagram --scatter --antitarget-avg-size 200000
--drop-low-coverage --diagram --scatter
>>> >>>


runtime { runtime {

読み込み中…
キャンセル
保存