-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hello,
I'm reporting this issue both here and with the International Cancer Genome Consortium. Running the SigProfilerTopography algorithm fails on the open access VCFs of the ICGC (Traceback below):
Traceback (most recent call last): File "~/gdc/sigprofiler_topography.py", line 52, in <module> main() File "
/gdc/sigprofiler_topography.py", line 38, in main
topography.runAnalyses(genome,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/.local/lib/python3.12/site-packages/SigProfilerTopography/Topography.py", line 1789, in runAnalyses/.local/lib/python3.12/site-packages/SigProfilerMatrixGenerator/scripts/SigProfilerMatrixGeneratorFunc.py", line 1441, in SigProfilerMatrixGeneratorFunc
matrices = matGen.SigProfilerMatrixGeneratorFunc(jobname, genome, inputDir, plot=False, seqInfo=seqInfo, chrom_based=chrom_based)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
) = matGen.catalogue_generator_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/.local/lib/python3.12/site-packages/SigProfilerMatrixGenerator/scripts/MutationMatrixGenerator.py", line 593, in catalogue_generator_single
mnv_seq += tsb_ref[chrom_string[l - 1]][1]
~~~~~~~~~~~~^^^^^^^
IndexError: index out of range`
The VCF version is 4.1. vcc-validator from VCFtools has been run with 0 errors.
Let me know if there is anything else that I need to provide.