nf-core/seqkit/grep @ 0.0.0-0c7146d
Summary
Select sequences from a large file based on name/ID
Get started
Add the following snippet to your workflow script to include this module.
include { SEQKIT_GREP } from 'nf-core/seqkit/grep'
License
MIT License
Process
Name
|
SEQKIT_GREP |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
sequence
file
|
Fasta or fastq file containing sequences to be filtered *.{fa,fna,faa,fasta,fq,fastq}[.gz]
|
pattern
file
|
pattern file (one record per line). If no pattern is given, a string can be specified within the args using '-p pattern_string' *.{txt,tsv}
|
|---|
Output
2 channels
#1
filter
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{fa,fq,fa.gz,fq.gz}
file
|
Fasta or fastq file containing the filtered sequences. Will be gzipped if the input file was gzipped. |
#2
versions_seqkit
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqkit
string
|
The name of the tool |
seqkit version | sed "s/seqkit v//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqkit | Cross-platform and ultrafast toolkit for FASTA/Q file manipulation, written by Wei Shen. | https://bioinf.shenwei.me/seqkit/usage/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:12:41 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fseqkit%2Fgrep/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/seqkit/grep/blobs/sha256:61df041f38109528c49cd249b2b3d54a15397b3f9add7aab9862725ddbf0158b |
| Size | 2.8 KB |
| Checksum | sha256:61df041f38109528c49cd249b2b3d54a15397b3f9add7aab9862725ddbf0158b |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 19:12:41 (UTC) | 1 | 2.8 KB | - |