nf-core/preseq/lcextrap @ 0.0.0-0c7146d
Summary
Software for predicting library complexity and genome coverage in high-throughput sequencing
Get started
Add the following snippet to your workflow script to include this module.
include { PRESEQ_LCEXTRAP } from 'nf-core/preseq/lcextrap'
License
MIT License
Process
Name
|
PRESEQ_LCEXTRAP |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM/CRAM/SAM file *.{bam,cram,sam}
|
Output
3 channels
#1
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.log
file
|
Log file containing stderr produced by Preseq *.{log}
|
#2
lc_extrap
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.lc_extrap.txt
file
|
File containing output of Preseq lcextrap *.{lc_extrap.txt}
|
#3
versions_preseq
tuple
${task.process}
string
|
The name of the process |
|---|---|
preseq
string
|
The name of the tool |
preseq 2>&1 | sed -n 's/.*Version: \(.*\)/\1/p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| preseq | Software for predicting library complexity and genome coverage in high-throughput sequencing | http://smithlabresearch.org/software/preseq/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:28:17 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fpreseq%2Flcextrap/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/preseq/lcextrap/blobs/sha256:dcbb50de6b2fa460d0c15fdb8f33bfe36aaa49ca99ad093296b23760b3264559 |
| Size | 2.6 KB |
| Checksum | sha256:dcbb50de6b2fa460d0c15fdb8f33bfe36aaa49ca99ad093296b23760b3264559 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:38:22 (UTC) | 3 | 2.6 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:27:28 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:28:17 (UTC) | 4 | 2.6 KB |