nf-core/nanomonsv/parse @ 0.0.0-6c4ed3a
Summary
Parse all the supporting reads of putative somatic SVs using nanomonsv. After successful completion, you will find supporting reads stratified by deletions, insertions, and rearrangements. A precursor to "nanomonsv get"
Get started
Add the following snippet to your workflow script to include this module.
include { NANOMONSV_PARSE } from 'nf-core/nanomonsv/parse'
License
MIT License
Name
|
NANOMONSV_PARSE |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
Aligned BAM file *.{bam}
|
bai
file
|
BAM index file *.{bai}
|
bp_info
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.bp_info.sorted.bed.gz
file
|
Gzipped BED file containing breakpoint info *.{bed.gz}
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
deletions
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.deletion.sorted.bed.gz
file
|
Gzipped BED file containing reads supporting deletions *.{bed.gz}
|
insertions
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.insertion.sorted.bed.gz
file
|
Gzipped BED file containing reads supporting insertions *.{bed.gz}
|
bp_info_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.bp_info.sorted.bed.gz.tbi
file
|
Index for gzipped BED file containing breakpoint info *.{bed.gz.tbi}
|
rearrangements
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.rearrangement.sorted.bedpe.gz
file
|
Gzipped BED file containing reads supporting rearrangements *.{bed.gz}
|
deletions_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.deletion.sorted.bed.gz.tbi
file
|
Index for gzipped BED file containing reads supporting deletions *.{bed.gz.tbi}
|
insertions_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.insertion.sorted.bed.gz.tbi
file
|
Index for gzipped BED file containing reads supporting insertions *.{bed.gz.tbi}
|
rearrangements_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.rearrangement.sorted.bedpe.gz.tbi
file
|
Index for gzipped BED file containing reads supporting rearrangements *.{bed.gz.tbi}
|
| Tool | Description | Homepage |
|---|---|---|
| nanomonsv | nanomonsv is a software for detecting somatic structural variations from paired (tumor and matched control) cancer genome sequence data. | https://github.com/friend1ws/nanomonsv |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:32:52 (UTC) |