2021-11-21 19:56:57 +00:00
name : cnvkit_batch
2021-03-22 22:27:30 +00:00
description : Copy number variant detection from high-throughput sequencing data
keywords :
- bam
- fasta
- copy number
tools :
- cnvkit :
description : |
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.
homepage : https://cnvkit.readthedocs.io/en/stable/index.html
documentation : https://cnvkit.readthedocs.io/en/stable/index.html
2022-02-15 11:15:27 +00:00
licence : [ "Apache-2.0" ]
2021-03-22 22:27:30 +00:00
input :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2021-11-21 19:56:57 +00:00
- tumour :
2021-03-22 22:27:30 +00:00
type : file
description : |
2021-11-21 19:56:57 +00:00
Input tumour sample bam file (or cram)
- normal :
2021-03-22 22:27:30 +00:00
type : file
description : |
2021-11-21 19:56:57 +00:00
Input normal sample bam file (or cram)
2021-03-22 22:27:30 +00:00
- fasta :
type : file
description : |
2022-05-20 11:05:43 +00:00
Input reference genome fasta file (only needed for cram_input and/or when normal_samples are provided)
2021-03-22 22:27:30 +00:00
- targetfile :
type : file
description : |
Input target bed file
2021-11-21 19:56:57 +00:00
- reference :
type : file
description : |
Input reference cnn-file (only for germline and tumor-only running)
2021-03-22 22:27:30 +00:00
output :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bed :
type : file
description : File containing genomic regions
pattern : "*.{bed}"
- cnn :
type : file
description : File containing coverage information
pattern : "*.{cnn}"
- cnr :
type : file
description : File containing copy number ratio information
pattern : "*.{cnr}"
- cns :
type : file
description : File containing copy number segment information
pattern : "*.{cns}"
2022-05-20 07:12:47 +00:00
- pdf :
type : file
description : File with plot of copy numbers or segments on chromosomes
pattern : "*.{pdf}"
- png :
type : file
description : File with plot of bin-level log2 coverages and segmentation calls
pattern : "*.{png}"
2021-10-03 07:20:26 +00:00
- versions :
2021-03-22 22:27:30 +00:00
type : file
2021-10-03 07:20:26 +00:00
description : File containing software versions
2021-09-27 08:41:24 +00:00
pattern : "versions.yml"
2021-03-22 22:27:30 +00:00
authors :
2022-02-15 11:15:27 +00:00
- "@kaurravneet4123"
- "@KevinMenden"
- "@MaxUlysse"
- "@drpatelh"
- "@fbdtemme"
- "@lassefolkersen"
2022-05-20 07:12:47 +00:00
- "@SusiJo"