-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Thank you for developing this excellent tool. I am currently encountering an issue when running NormalDB.R. I am using the Docker you provided, and my command is as follows:
Rscript /opt/PureCN/NormalDB.R --out-dir $OUT_REF \ --coverage-files $refDir/normal_coverages.list
--normal-panel $ponDB/pon_db
--assay panel
--genome hg38
--force
But an error occurs:
INFO [2025-09-20 07:58:54] Loading PureCN 2.10.0...
INFO [2025-09-20 07:58:54] Creating mapping bias database.
Error: FileBasedVidMapperException : contig_info_dict.HasMember("tiledb_column_offset") && contig_info_dict["tiledb_column_offset"].IsInt64()
Execution halted
I don't know why. I initially thought it was a GATK version issue, but I ran GenomicsDBImport using GATK in the Docker with the following command:
$gatk GenomicsDBImport -R $fa -L $list
--genomicsdb-workspace-path pon_db
-V omitted (here are VCF files of ten normal samples, generated by Mutect2)
But I still got the same error.