Description

GangSTR is a tool for genome-wide profiling tandem repeats from short reads.

Input

name:type
description
pattern

meta

:map

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

alignment_files

:file

Alignment files

alignment_indices

:file

The index/indices of the BAM/CRAM file(s)

*.{bai,crai}

ref_regions

:file

A reference set of regions to genotype in a BED-like format. The file should have following columns:

  1. The name of the chromosome on which the STR is located
  2. The start position of the STR on its chromosome
  3. The end position of the STR on its chromosome
  4. The motif length
  5. The repeat motif
*.bed

fasta

:file

The reference FASTA file

*.{fasta,fa}

fasta_fai

:file

The index of the reference FASTA file

*.fai

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf.gz

:file

The resulting VCF file containing the genotypes

*.vcf.gz

index

meta

:map

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

*.vcf.gz.tbi

:file

The resulting index of the VCF file containing the genotypes

*.vcf.gz.tbi

samplestats

meta

:map

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

*.samplestats.tab

:file

A tab-delimited file containing statistics for each sample

*.tab

versions_gangstr

${task.process}

:string

Task process name

gangstr

:string

Software name

GangSTR --version 2>&1

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

Task process name

gangstr

:string

Software name

GangSTR --version 2>&1

:eval

The expression to obtain the version of the tool

Tools

gangstr
GPL v3-or-later

GangSTR is a tool for genome-wide profiling tandem repeats from short reads.