×

nf-core/ripgrep @ 0.0.0-0c7146d

ripgrep recursively searches directories for a regex pattern

Latest version: 0.0.0-e3e0c68
Total downloads: 2
Source: nf-core/modules
Authors: @itrujnara
Maintainers: @itrujnara

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. [ id:'sample1' ]

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-0c7146d
Commit ID e3e0c687eb5c129c011fca992af762ff2d4cb0f3
Release Date 08 Apr 2026 19:08:17 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fripgrep/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/ripgrep/blobs/sha256:c3bdbbfe6d8b06b836e043f9124e17a8860125569e7a30fa13eee3016ea70f4a
Size 2.6 KB
Checksum sha256:c3bdbbfe6d8b06b836e043f9124e17a8860125569e7a30fa13eee3016ea70f4a
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 -