nf-core/simpleaf/index @ 0.0.0-0c7146d
Summary
Indexing of transcriptome for gene expression quantification using SimpleAF
Get started
Add the following snippet to your workflow script to include this module.
include { SIMPLEAF_INDEX } from 'nf-core/simpleaf/index'
License
MIT License
Name
|
SIMPLEAF_INDEX |
|---|
meta
map
|
Groovy Map containing information on genome_fasta and genome_gtf |
|---|---|
genome_fasta
file
|
FASTA file containing the genome sequence. It must be provided together with the corresponding genome_gtf file. When another input set is provided, it must be empty (provided as []). |
genome_gtf
file
|
GTF file containing gene annotations. It must be provided together with its corresponding genome_fasta file. When another input set rather than genome_fasta + genome_gtf is provided, it must be empty (provided as []). |
meta2
map
|
Groovy Map containing information on transcript_fasta |
|---|---|
transcript_fasta
file
|
FASTA file containing the transcript sequences to build index directly on. When another input set is provided, it must be empty (provided as []). |
meta3
map
|
Groovy Map containing information on probe_csv. |
|---|---|
probe_csv
file
|
CSV file containing the reference probe sequences to build index directly on. When another input set is provided, it must be empty (provided as []). |
meta4
map
|
Groovy Map containing information on feature_csv. |
|---|---|
feature_csv
file
|
CSV file containing the reference feature barcodes to build index directly on. When another input set is provided, it must be empty (provided as []). |
ref
tuple
meta
map
|
Groovy Map containing information on the index generated by simpleaf |
|---|---|
${prefix}/ref
map
|
Groovy Map containing information on the transcriptomic reference constructed by simpleaf. |
t2g
tuple
meta
map
|
Groovy Map containing information on the index generated by simpleaf |
|---|---|
${prefix}/ref/{t2g,t2g_3col}.tsv
file
|
Path to the tsv file containing the transcript-to-gene mapping information generated by simpleaf. This is used as --t2g-map when invoking simpleaf quant. |
index
tuple
meta
map
|
Groovy Map containing information on the index generated by simpleaf |
|---|---|
${prefix}/index
map
|
Groovy Map containing information on the index generated by simpleaf |
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| simpleaf | SimpleAF is a tool for quantification of gene expression from RNA-seq data | https://github.com/COMBINE-lab/simpleaf |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:14:07 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsimpleaf%2Findex/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/simpleaf/index/blobs/sha256:a393da3c3ce4f9488a32e38a64ff7a1d674a4b3898692242b9fecc87367613e1 |
| Size | 4.0 KB |
| Checksum | sha256:a393da3c3ce4f9488a32e38a64ff7a1d674a4b3898692242b9fecc87367613e1 |