nf-core/plink/bcf @ 0.0.0-0c7146d
Summary
Analyses binary variant call format (BCF) files using plink
Get started
Add the following snippet to your workflow script to include this module.
include { PLINK_BCF } from 'nf-core/plink/bcf'
License
MIT License
Process
Name
|
PLINK_BCF |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bcf
file
|
Binary variant call format file (bcf) *.{bcf}
|
Output
4 channels
#1
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bed
file
|
PLINK binary biallelic genotype table *.{bed}
|
#2
bim
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bim
file
|
PLINK extended MAP file *.{bim}
|
#3
fam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fam
file
|
PLINK sample information file *.{fam}
|
#4
versions_plink
tuple
${task.process}
string
|
The name of the process |
|---|---|
plink
string
|
The name of the tool |
plink --version 2>&1 | sed 's/^PLINK v//;s/ .*//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| plink | Whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner. | https://www.cog-genomics.org/plink |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:26:34 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fplink%2Fbcf/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/plink/bcf/blobs/sha256:96a143ea52aa29f44f1fb082d59701d682687fbb75649818d3d8d74c0deb4504 |
| Size | 2.4 KB |
| Checksum | sha256:96a143ea52aa29f44f1fb082d59701d682687fbb75649818d3d8d74c0deb4504 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:37:39 (UTC) | 5 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:26:46 (UTC) | 4 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:26:34 (UTC) | 3 | 2.4 KB |