nf-core/spring/decompress @ 0.0.0-0c7146d
Summary
Fast, efficient, lossless decompression of FASTQ files.
Get started
Add the following snippet to your workflow script to include this module.
include { SPRING_DECOMPRESS } from 'nf-core/spring/decompress'
License
MIT License
Process
Name
|
SPRING_DECOMPRESS |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
spring
file
|
Spring file to decompress. *.{spring}
|
write_one_fastq_gz
boolean
|
Controls whether spring should write one fastq.gz file with reads from both directions or two fastq.gz files with reads from distinct directions true or false
|
|---|
Output
2 channels
#1
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fastq.gz
file
|
Decompressed FASTQ file(s). *.{fastq.gz}
|
#2
versions_spring
tuple
${task.process}
string
|
The name of the process |
|---|---|
spring
string
|
The name of the tool |
1.1.1
string
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| spring | SPRING is a compression tool for Fastq files (containing up to 4.29 Billion reads) | https://github.com/shubhamchandak94/Spring |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:40:16 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fspring%2Fdecompress/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/spring/decompress/blobs/sha256:6934df4c7fab8d5ab5247979aad7cc1ff12ccc2fa7475c2e6c110ae297991b12 |
| Size | 2.8 KB |
| Checksum | sha256:6934df4c7fab8d5ab5247979aad7cc1ff12ccc2fa7475c2e6c110ae297991b12 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:47:10 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:40:16 (UTC) | 3 | 2.8 KB |