Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSTAMA_COLLAPSE error - ref_allele = fasta_dict[scaffold][var_pos] IndexError: list index out of range #37

Open
jlandry69 opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jlandry69
Copy link

jlandry69 commented Nov 29, 2024

Description of the bug

Dear all,
Thank you for your work and the pipeline.
I am running your isoseq nf pipeline on PacBio reads.
I am getting an error during tama::collapse step.
I have attached the nexflow.log and a snapshot of the work directory containing the command and output files generated before crashing.
Thank you for your help on this and please let me know if you need more info.
Jonathan

Command used and terminal output

Nextflow command:
nextflow run nf-core/isoseq  \
    --input samplesheet_${RUNID}.csv \
    --primers primers.fa \
    --outdir isoseq_out_ultra \
    --fasta GRCh38.primary_assembly.genome.fa \
    --gtf gencode.v45.annotation.gtf \
    --entrypoint map \
    --aligner ultra \
    -profile standard

Error:
[...]
  ['transcript/4446740']
  Read mapping off scaffold
  chrM : -107
  ['transcript/4797600']
  Read mapping off scaffold
  chrM : -61
  ['transcript/4831734']
  Read mapping off scaffold
  chrM : -15
  ['transcript/4846452']
Command error:
  Traceback (most recent call last):
    File "/usr/local/bin/tama_collapse.py", line 6228, in <module>
      ref_allele = fasta_dict[scaffold][var_pos]
  IndexError: list index out of range

Relevant files

.nextflow.log
command.tar.gz

System information

Nextflow version: version 24.04.4
Hardware: HPC
Executor: slurm
Container engine: Apptainer
OS: Linux 5.15.0-124-generic
Version of nf-core/isoseq: v2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant