Skip to content

PAPipe fails when Reference dbSNP file is not provided #1

@diegovalenzuelam

Description

@diegovalenzuelam

Hello!

thanks for your amazing tool. I was trying to run PAPipe with my own data, but the analysis kept crushing at the variant calling step. When I was trying to figure out what was the problem, I realized that the pipeline fails when Reference dbSNP file is not provided. I tested this with the "test data" by deleting the cow.chr1.dbsnp.vcf.gz file and changing the line 47 from "DBSNP = /RUN_DOCKER/data/ref/cow.chr1.dbsnp.vcf.gz" to "DBSNP = /RUN_DOCKER/data/ref/" in the main:param.txt file.

I'm attaching the dbsnp.idex.log:

00:16:28.344 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/opt/conda/share/gatk4-4.1.7.0-0/gatk-package-4.1.7.0-local.jar!/com/intel/gkl/native/libgkl_compression.so
Apr 24, 2024 12:16:28 AM shaded.cloud_nio.com.google.auth.oauth2.ComputeEngineCredentials runningOnComputeEngine
INFO: Failed to detect whether we are running on Google Compute Engine.
00:16:28.436 INFO IndexFeatureFile - ------------------------------------------------------------
00:16:28.436 INFO IndexFeatureFile - The Genome Analysis Toolkit (GATK) v4.1.7.0
00:16:28.436 INFO IndexFeatureFile - For support and documentation go to https://software.broadinstitute.org/gatk/
00:16:28.436 INFO IndexFeatureFile - Executing as root@42c66c745761 on Linux v6.5.0-27-generic amd64
00:16:28.436 INFO IndexFeatureFile - Java runtime: OpenJDK 64-Bit Server VM v1.8.0_152-release-1056-b12
00:16:28.436 INFO IndexFeatureFile - Start Date/Time: April 24, 2024 12:16:28 AM MSK
00:16:28.436 INFO IndexFeatureFile - ------------------------------------------------------------
00:16:28.436 INFO IndexFeatureFile - ------------------------------------------------------------
00:16:28.436 INFO IndexFeatureFile - HTSJDK Version: 2.21.2
00:16:28.436 INFO IndexFeatureFile - Picard Version: 2.21.9
00:16:28.436 INFO IndexFeatureFile - HTSJDK Defaults.COMPRESSION_LEVEL : 2
00:16:28.436 INFO IndexFeatureFile - HTSJDK Defaults.USE_ASYNC_IO_READ_FOR_SAMTOOLS : false
00:16:28.436 INFO IndexFeatureFile - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_SAMTOOLS : true
00:16:28.436 INFO IndexFeatureFile - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_TRIBBLE : false
00:16:28.436 INFO IndexFeatureFile - Deflater: IntelDeflater
00:16:28.436 INFO IndexFeatureFile - Inflater: IntelInflater
00:16:28.436 INFO IndexFeatureFile - GCS max retries/reopens: 20
00:16:28.436 INFO IndexFeatureFile - Requester pays: disabled
00:16:28.436 INFO IndexFeatureFile - Initializing engine
00:16:28.436 INFO IndexFeatureFile - Done initializing engine
00:16:28.577 INFO IndexFeatureFile - Shutting down engine
[April 24, 2024 12:16:28 AM MSK] org.broadinstitute.hellbender.tools.IndexFeatureFile done. Elapsed time: 0.00 minutes.
Runtime.totalMemory()=2129133568


A USER ERROR has occurred: Cannot read file:///RUN_DOCKER/out/02_VariantCalling/REF/ref/ because no suitable codecs found


Set the system property GATK_STACKTRACE_ON_USER_EXCEPTION (--java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true') to print the stack trace.
Using GATK jar /opt/conda/share/gatk4-4.1.7.0-0/gatk-package-4.1.7.0-local.jar
Running:
java -Dsamjdk.use_async_io_read_samtools=false -Dsamjdk.use_async_io_write_samtools=true -Dsamjdk.use_async_io_write_tribble=false -Dsamjdk.compression_level=2 -jar /opt/conda/share/gatk4-4.1.7.0-0/gatk-package-4.1.7.0-local.jar IndexFeatureFile -I /RUN_DOCKER/out/02_VariantCalling/REF/ref

Regards,

Diego

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions