nf-core/pbcpgtools/alignedbamtocpgscores @ 0.0.0-6c4ed3a
Summary
Converts aligned BAM files into CpG methylation scores
Get started
Add the following snippet to your workflow script to include this module.
include { PBCPGTOOLS_ALIGNEDBAMTOCPGSCORES } from 'nf-core/pbcpgtools/alignedbamtocpgscores'
License
MIT License
Name
|
PBCPGTOOLS_ALIGNEDBAMTOCPGSCORES |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
BAM/CRAM file *.{bam,cram}
|
bai
file
|
Index of BAM/CRAM file *.{bai,crai,csi}
|
hap1_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hap1.bed.gz
file
|
Zipped BED file with CpG methylation scores for haplotype 1 *.{hap1.bed.gz}
|
hap2_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hap2.bed.gz
file
|
Zipped BED file with CpG methylation scores for haplotype 2 *.{hap2.bed.gz}
|
hap1_bigwig
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hap1.bw
file
|
Bigwig file for visualization in IGV *.{hap1.bw}
|
hap2_bigwig
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hap2.bw
file
|
Bigwig file for visualization in IGV *.{hap2.bw}
|
combined_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.combined.bed.gz
file
|
Zipped BED file with CpG methylation scores for both haplotypes *.{combined.bed.gz}
|
hap1_bed_index
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hap1.bed.gz.tbi
file
|
Index of hap1 zipped BED file *.{hap1.bed.gz.tbi}
|
hap2_bed_index
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hap2.bed.gz.tbi
file
|
Index of hap2 zipped BED file *.{hap2.bed.gz.tbi}
|
combined_bigwig
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.combined.bw
file
|
Bigwig file for visualization in IGV *.{combined.bw}
|
combined_bed_index
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.combined.bed.gz.tbi
file
|
Index of combined zipped BED file *.{combined.bed.gz.tbi}
|
versions_pbcpgtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
pbcpgtools
string
|
The name of the tool |
aligned_bam_to_cpg_scores --version | sed 's/.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| pbcpgtools | Collection of tools for the analysis of CpG data | https://github.com/PacificBiosciences/pb-CpG-tools |