×

nf-core/gangstr @ 0.0.0-6c4ed3a

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

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules
Authors: @nvnieuwk
Maintainers: @nvnieuwk

Summary

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

Get started

Add the following snippet to your workflow script to include this module.

include { GANGSTR } from 'nf-core/gangstr'

License

MIT License

Process
Name GANGSTR
Input 3 channels
#1 tuple
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 4 channels
#1 vcf tuple
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
#2 index tuple
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
#3 versions
versions.yml file

File containing software versions

versions.yml
#4 samplestats tuple
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
Tool Description Homepage
gangstr GangSTR is a tool for genome-wide profiling tandem repeats from short reads. https://github.com/gymreklab/GangSTR
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:18:02 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fgangstr/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gangstr/blobs/sha256:5423859495493171fe48c14d3b11e5c0137875d97a49ad02dee9fb733a11e763
Size 3.3 KB
Checksum sha256:5423859495493171fe48c14d3b11e5c0137875d97a49ad02dee9fb733a11e763
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:18:02 (UTC) 3 3.3 KB
0.0.0-3fc6d40 22 Apr 2026 15:12:41 (UTC) 3 3.3 KB
0.0.0-0c7146d 08 Apr 2026 19:02:06 (UTC) 3 3.3 KB