nf-core/custom/geneticmapconvert @ 0.0.0-6c4ed3a
Summary
This R script allows to automatically detect the different genetic map format and convert the input file in all the other format type.
Get started
Add the following snippet to your workflow script to include this module.
include { CUSTOM_GENETICMAPCONVERT } from 'nf-core/custom/geneticmapconvert'
License
MIT License
Name
|
CUSTOM_GENETICMAPCONVERT |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
map_file
file
|
Genomic map file to process. This file should contain the data of only one chromosome. It should be a flat file (comma, semicolon, tab or space delimited) with at least the physical position and its corresponding recombination distance in centiMorgans. The columns names will be normalised (no space, extra character transformed to "_") and then automatically recognise as:
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
plink_map
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}.plink.map
file
|
File containing the map in PLINK format: space-delimited file without header and columns: chr, id, cM, pos *.plink.map
|
stitch_map
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}.stitch.map
file
|
File containing the map in STITCH format: space-delimited file with header and columns: pos, rate, cM *.stitch.map
|
glimpse_map
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}.glimpse.map
file
|
File containing the map in Glimpse format: tab-delimited file with header and columns: pos, chr, cM *.glimpse.map
|
minimac_map
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}.minimac.map
file
|
File containing the map in Minimac format: tab-delimited file with header and columns: chr, pos, cM *.minimac.map
|
| Tool | Description | Homepage |
|---|---|---|
| custom | Custom script to convert any genetic map format | https://github.com/nf-core/tools |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:12:07 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Fgeneticmapconvert/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/custom/geneticmapconvert/blobs/sha256:7ed9d2ca0ed2518cfcc54d3d44148e136bab886652384a3cf589bc474a79ed82 |
| Size | 8.0 KB |
| Checksum | sha256:7ed9d2ca0ed2518cfcc54d3d44148e136bab886652384a3cf589bc474a79ed82 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:12:07 (UTC) | 3 | 8.0 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:08:27 (UTC) | 3 | 8.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:55:12 (UTC) | 4 | 8.1 KB |