Thank you for developing such a valuable tool. The workflow runs successfully on the provided demo dataset; however, when I attempt to process my standard 10x single-cell v3.1 library results, the execution appears to skip the reads_processing, isoform_quantification, and apa_characterization steps, and then stops. The only output generated consists of two folders:
- scalpeloutput/Runfiles/annotation_processing/isoform_processing/
– Contains chromosome-level files such as .exons and .exons_unique.
- scalpeloutput/Runfiles/annotation_processing/salmon_bulk_quantification/
– Contains links to GTF files for each chromosome.
Could you kindly help me identify the cause of this issue? Please find my code and log file attached below for your reference.
nextflow run /sr/research/tools/SCALPEL/main.nf \
-with-apptainer /sr/research/tools/SCALPEL.container.sif \
--sequencing chromium \
--outputDir scalpeloutput \
--samplesheet /sr/research/testrun/samplesheet.csv \
--transcriptome /sr/ref/gencode.v32.transcripts.fa \
--gtf /sr/ref/gencode.v32.annotation.gtf \
--barcodes /scell-data/output-data/sr/research/testrun/testdata/BXXXXXXXXXX_barcodes.txt \
--ipdb /sr/ref/refdata-gex-GRCh38-2020-A.polyA.track --cpus 32
samplesheet.csv
BXXXXXXXXXX,/sr/research/testrun/testdata/fastq_files/BXXXXXXXXXX_1000000_S1_L001_R1_001.fastq.gz,/sr/research/testrun/testdata/fastq_files/BXXXXXXXXXX_1000000_S1_L001_R2_001.fastq.gz,/sr/research/testrun/testdata/cellranger_samples/BXXXXXXXXXX
.nextflow.log
Thank you so much!
Thank you for developing such a valuable tool. The workflow runs successfully on the provided demo dataset; however, when I attempt to process my standard 10x single-cell v3.1 library results, the execution appears to skip the reads_processing, isoform_quantification, and apa_characterization steps, and then stops. The only output generated consists of two folders:
– Contains chromosome-level files such as .exons and .exons_unique.
– Contains links to GTF files for each chromosome.
Could you kindly help me identify the cause of this issue? Please find my code and log file attached below for your reference.
samplesheet.csv
.nextflow.log
Thank you so much!