nf-core/controlfreec/freec @ 0.0.0-6c4ed3a
Summary
Copy number and genotype annotation from whole genome and whole exome sequencing data
Get started
Add the following snippet to your workflow script to include this module.
include { CONTROLFREEC_FREEC } from 'nf-core/controlfreec/freec'
License
MIT License
Name
|
CONTROLFREEC_FREEC |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
mpileup_normal
file
|
miniPileup file |
mpileup_tumor
file
|
miniPileup file |
cpn_normal
file
|
Raw copy number profiles (optional) *.cpn
|
cpn_tumor
file
|
Raw copy number profiles (optional) *.cpn
|
minipileup_normal
file
|
miniPileup file from previous run (optional) *.pileup
|
minipileup_tumor
file
|
miniPileup file from previous run (optional) *.pileup
|
fasta
file
|
Reference file (optional; required if args 'makePileup' is set) *.{fasta,fna,fa}
|
|---|
fai
file
|
Fasta index *.fai
|
|---|
snp_position
file
|
Path to a BED or VCF file with SNP positions to create a mini pileup file from the initial BAM file provided in mateFile (optional) *.{bed,vcf}
|
|---|
known_snps
file
|
File with known SNPs *.{vcf,vcf.gz}
|
|---|
known_snps_tbi
file
|
Index of known_snps *.tbi
|
|---|
chr_directory
file
|
Path to directory with chromosome fasta files (optional, required if gccontentprofile is not provided) */
|
|---|
mappability
file
|
Contains information of mappable positions (optional) *.gem
|
|---|
target_bed
file
|
Sorted bed file containing capture regions (optional) *.bed
|
|---|
gccontent_profile
file
|
File with GC-content profile |
|---|
BAF
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_BAF.txt
file
|
file B-allele frequencies for each possibly heterozygous SNP position *_BAF.txt
|
CNV
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_CNVs
file
|
file with coordinates of predicted copy number alterations. *_CNVs
|
info
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_info.txt
file
|
parsable file with information about FREEC run *_info.txt
|
ratio
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_ratio.txt
file
|
file with ratios and predicted copy number alterations for each window *_ratio.txt
|
config
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
config.txt
file
|
Config file used to run Control-FREEC config.txt
|