Description

Subset plink bfiles with a text file of variant identifiers

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bed{:bash}

:file

PLINK binary biallelic genotype table

*.{bed}

bim{:bash}

:file

PLINK extended MAP file

*.{bim}

fam{:bash}

:file

PLINK sample information file

*.{fam}

variants{:bash}

:file

A text file containing variant identifiers to keep (one per line)

*.{keep}

Output

name:type
description
pattern

bed{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bed{:bash}

:file

PLINK binary biallelic genotype table

*.{bed}

bim{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bim{:bash}

:file

PLINK extended MAP file

*.{bim}

fam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.fam{:bash}

:file

PLINK sample information file

*.{fam}

${task.process}{:bash}

:string

The name of the process

The name of the tool

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

The name of the tool

The expression to obtain the version of the tool

Tools

plink
GPL

Whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner.