nf-core/samtools/faidx @ 0.0.0-6c4ed3a
Summary
Index FASTA file, and optionally generate a file of chromosome sizes
Get started
Add the following snippet to your workflow script to include this module.
include { SAMTOOLS_FAIDX } from 'nf-core/samtools/faidx'
License
MIT License
Name
|
SAMTOOLS_FAIDX |
|---|
meta
map
|
Groovy Map containing reference information e.g. [ id:'test' ] |
|---|---|
fasta
file
|
FASTA file *.{fa,fasta}
|
fai
file
|
FASTA index file *.{fai}
|
get_sizes
boolean
|
use cut to get the sizes of the index (true) or not (false) |
|---|
fa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{fa,fasta}
file
|
FASTA file *.{fa}
|
fai
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fai
file
|
FASTA index file *.{fai}
|
gzi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.gzi
file
|
Optional gzip index file for compressed inputs *.gzi
|
sizes
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.sizes
file
|
File containing chromosome lengths *.{sizes}
|
versions_samtools
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
samtools
string
|
The tool name |
samtools version | sed '1!d;s/.* //'
eval
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| samtools | SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. | http://www.htslib.org/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:42:19 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsamtools%2Ffaidx/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/samtools/faidx/blobs/sha256:bdd93e0b15af0c9639e05b69a9969d91af9fc3bc0e755789dff8558e7333314e |
| Size | 3.3 KB |
| Checksum | sha256:bdd93e0b15af0c9639e05b69a9969d91af9fc3bc0e755789dff8558e7333314e |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:42:19 (UTC) | 4 | 3.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:33:41 (UTC) | 5 | 3.3 KB |