nf-core/sentieon/qualcal @ 0.0.0-6c4ed3a
Summary
Generate recalibration table and optionally perform base quality recalibration
Get started
Add the following snippet to your workflow script to include this module.
include { SENTIEON_QUALCAL } from 'nf-core/sentieon/qualcal'
License
MIT License
Name
|
SENTIEON_QUALCAL |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
BAM/CRAM file from alignment *.{bam,cram}
|
input_index
file
|
BAI/CRAI file from alignment *.{bai,crai}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
The reference fasta file *.fasta
|
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fai
file
|
Index of reference fasta file *.fasta.fai
|
meta4
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
known_sites
file
|
VCF files with known sites for indels / snps (optional) *.vcf.gz
|
meta5
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
known_sites_tbi
file
|
Tabix index of the known_sites (optional) *.vcf.gz.tbi
|
meta6
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
recalibration_table
file
|
File containing recalibration values (optional) *.table
|
generate_recalibrated_bams
boolean
|
If truem, writes recalibrated bams to disc |
|---|
csv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.csv
file
|
Recalibration results output file used for plotting. (optional) *.csv
|
pdf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.pdf
file
|
PDF file containing graphs (optional) *.pdf
|
table
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.table
file
|
Pre Recalibration table (optional) *.table
|
table_post
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.table.post
file
|
Post recalibration table (optional) *.table.post
|
recal_alignment
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{cram,bam}
file
|
Recalibrated input files (optional) *.{bam,cram}
|
versions_sentieon
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
|
|