nf-core/ngscheckmate/fastq @ 0.0.0-6c4ed3a
Summary
Determining whether sequencing data comes from the same individual by using SNP matching. This module generates vaf files for individual fastq file(s), ready for the vafncm module.
Get started
Add the following snippet to your workflow script to include this module.
include { NGSCHECKMATE_FASTQ } from 'nf-core/ngscheckmate/fastq'
License
MIT License
Name
|
NGSCHECKMATE_FASTQ |
|---|
meta
map
|
Groovy Map containing sample information about the fastq files e.g. |
|---|---|
reads
file
|
Raw fastq files for one sample, single or paired end. *.{fastq.gz}
|
meta2
file
|
Groovy Map containing sample information about the NGSCheckMate SNP pt file e.g. |
|---|---|
snp_pt
file
|
PT file containing SNP data, generated by ngscheckmate/patterngenerator. For human data, use the files from NGSCheckMate's github repository. *.{pt}
|
vaf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vaf
file
|
Text file containing reference/alt allele depth for each SNP position contained in the PT file. *.{vaf}
|
versions_ngscheckmate
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
ngscheckmate
string
|
The tool name |
ncm.py --help | sed '7!d;s/.* v//g'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| ngscheckmate | NGSCheckMate is a software package for identifying next generation sequencing (NGS) data files from the same individual, including matching between DNA and RNA. | https://github.com/parklab/NGSCheckMate |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:33:10 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fngscheckmate%2Ffastq/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/ngscheckmate/fastq/blobs/sha256:66fd33bd313954c1442bc4d4a1eb915dfe8109c87b38b628fe8cbf6c56199fe6 |
| Size | 3.1 KB |
| Checksum | sha256:66fd33bd313954c1442bc4d4a1eb915dfe8109c87b38b628fe8cbf6c56199fe6 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:33:10 (UTC) | 1 | 3.1 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:23:34 (UTC) | 1 | 3.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:21:25 (UTC) | 1 | 3.0 KB |