nf-core/sentieon/coveragemetrics @ 0.0.0-6c4ed3a
Summary
Accelerated implementation of the GATK DepthOfCoverage tool.
Get started
Add the following snippet to your workflow script to include this module.
include { SENTIEON_COVERAGEMETRICS } from 'nf-core/sentieon/coveragemetrics'
License
MIT License
Name
|
SENTIEON_COVERAGEMETRICS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Sorted BAM/CRAM/SAM file *.{bam,cram,sam}
|
bai
file
|
BAM/CRAM/SAM file index *.{bai,crai}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
interval
file
|
BED file of genome regions to draw coverage from *.bed
|
meta3
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
Genome fasta file *.{fa,fasta}
|
meta4
map
|
Groovy Map containing sample information e.g. |
|---|---|
fai
file
|
Index of the genome fasta file *.fai
|
meta5
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gene_list
file
|
RefSeq file used to aggregate the results *
|
per_locus
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}
file
|
The per locus coverage with no partition. ${sample_id}
|
statistics
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.${partitions_output}_interval_statistics
file
|
The statistics for PARTITION_GROUP library, aggregated by interval. ${sample_id}_interval_statistics
|
sample_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.${partitions_output}_summary
file
|
The summary for PARTITION_GROUP sample, aggregated over all bases. ${sample_id}.sample_summary
|
coverage_counts
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.${partitions_output}_cumulative_coverage_counts
file
|
Contains the histogram of loci with depth larger than x. ${sample_id}_cumulative_coverage_counts
|
interval_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.${partitions_output}_interval_summary
file
|
The summary for PARTITION_GROUP library, aggregated by interval. ${sample_id}_interval_summary
|
versions_sentieon
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
sentieon
string
|
The tool name |
sentieon driver --version | sed "s/.*-//g"
string
|
The command used to generate the version of the tool |
coverage_proportions
tuple
meta
map
|
|---|