Hi!
I am trying to use scrnaseq pipeline for GEX+TCR analysis with cellranger multi pipeline. I am struggling with the VDJ reference parameters.
This is my launcher command:
NXF_VER=25.10.4 nextflow run nf-core/scrnaseq \
--input samplesheet.csv \
--outdir ../PROCESSING \
-profile apptainer \
--aligner cellrangermulti \
--igenomes_base ~/Shared-MarcelCosta/references/cellranger-10.0.0 \
--fasta ~/Shared-MarcelCosta/references/cellranger-10.0.0/genome.fa \
--gtf ~/Shared-MarcelCosta/references/cellranger-10.0.0/genes.gtf \
--cellranger_vdj_index ~/Shared-MarcelCosta/references/cellranger-10.0.0/regions.fa
And the pipeline tries to find the reference in the work directory in:
references/vdj/regions.fa/fasta/regions.fa
However, when I go to the work directory the reference is in:
references/vdj/regions.fa
Any clue if I should specify the reference in a different way?
Thanks!!