nf-core/ripgrep @ 0.0.0-e3e0c68
Summary
ripgrep recursively searches directories for a regex pattern
Get started
Add the following snippet to your workflow script to include this module.
include { RIPGREP } from 'nf-core/ripgrep'
License
MIT License
Process
Name
|
RIPGREP |
|---|
Input
4 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
files
file
|
File(s) to be searched |
pattern
string
|
Regex pattern to search for |
|---|
pattern_file
file
|
File containing list of patterns to search for |
|---|
compress
boolean
|
Compress the output file using pigz |
|---|
Output
2 channels
#1
txt
tuple
meta
map
|
Groovy map containing sample information |
|---|---|
*.txt{.gz,}
file
|
Output file containing the search results *.txt{.gz,}
|
#2
versions_ripgrep
tuple
${task.process}
string
|
The name of the process |
|---|---|
ripgrep
string
|
The name of the tool |
rg --version |& sed '1!d ; s/ripgrep // ; s/ .*//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| ripgrep | ripgrep recursively searches directories for a regex pattern | https://github.com/BurntSushi/ripgrep |
| pigz | Parallel implementation of the gzip algorithm. | https://zlib.net/pigz/ |
| Version | 0.0.0-e3e0c68 |
|---|---|
| Commit ID | e3e0c687eb5c129c011fca992af762ff2d4cb0f3 |
| Release Date | 27 Apr 2026 21:15:45 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fripgrep/0.0.0-e3e0c68/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/ripgrep/blobs/sha256:4edb29404294330195ab1672b0a2c49e9bf62c1ffa9956094200f96fa86d7a73 |
| Size | 2.8 KB |
| Checksum | sha256:4edb29404294330195ab1672b0a2c49e9bf62c1ffa9956094200f96fa86d7a73 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-e3e0c68 | 27 Apr 2026 21:15:45 (UTC) | 1 | 2.8 KB | ↔ | |
| 0.0.0-0c7146d | 08 Apr 2026 19:08:17 (UTC) | 1 | 2.6 KB | - |