Skip to content

Execution stops after skipping key processing steps #26

Description

@Mangosteen24

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:

  1. scalpeloutput/Runfiles/annotation_processing/isoform_processing/
    – Contains chromosome-level files such as .exons and .exons_unique.
  2. 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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcan't reproduceThere is not enough information to reproduce this locally.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions