nf-core/sentieon/datametrics @ 0.0.0-6c4ed3a
Summary
Collects multiple quality metrics from a bam file
Get started
Add the following snippet to your workflow script to include this module.
include { SENTIEON_DATAMETRICS } from 'nf-core/sentieon/datametrics'
License
MIT License
Name
|
SENTIEON_DATAMETRICS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Sorted BAM/CRAM/SAM file *.{bam,cram,sam}
|
bai
file
|
Index of th sorted BAM/CRAM/SAM file *.{bai,crai,sai}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
Genome fasta file *.{fa,fasta}
|
meta3
map
|
Groovy Map containing sample information e.g. |
|---|---|
fai
file
|
Index of the genome fasta file *.fai
|
plot_results
boolean
|
Boolean to determine whether plots should be generated true or false
|
|---|
gc_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*gc_metrics.pdf
file
|
PDF containing plot of GC bias *.pdf
|
is_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*is_metrics.pdf
file
|
PDF containing plot of insert sizes *.pdf
|
mq_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*mq_metrics.pdf
file
|
PDF containing plot of mean base quality scores *.pdf
|
qd_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*qd_metrics.pdf
file
|
PDF containing plot of specific base quality score *.pdf
|
gc_metrics
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*gc_metrics.txt
file
|
File containing the information about GC bias in the reference and the sample *.txt
|
gc_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*gc_summary.txt
file
|
File containing the information about GC bias in the reference and the sample *.txt
|
is_metrics
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*is_metrics.txt
file
|
File containing the information about statistical distribution of insert sizes *.txt
|
mq_metrics
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*mq_metrics.txt
file
|
File containing the information about mean base quality score for each sequencing cycle *.txt
|
qd_metrics
tuple
meta
map
|
Groovy Map containing samp |
|---|