Skip to content

[BUG] no suitable codecs found #367

@migrau

Description

@migrau

Description of the bug

When trying to run sarek (Mutect2) in a cluster, it stops after this error:

-[nf-core/sarek] Pipeline completed with errors-
Error executing process > 'Mutect2 (lv-2_vs_lv-4-11_1-122082543)'

Caused by:
  Process `Mutect2 (lv-2_vs_lv-4-11_1-122082543)` terminated with an error exit status (2)

Command executed:

  # Get raw calls
  gatk --java-options "-Xmx32g"       Mutect2       -R genome.fa      -I lv-2.recal.bam  -tumor lv-2       -I lv-4.recal.bam -normal lv-4       -L 11_1-122082543.bed              --germline-resource input.9              -O 11_1-122082543_lv-2_vs_lv-4.vcf

Command exit status:
  2

Command output:
  (empty)

Command error:
  Using GATK jar /opt/conda/envs/nf-core-sarek-2.7/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 -Xmx32g -jar /opt/conda/envs/nf-core-sarek-2.7/share/gatk4-4.1.7.0-0/gatk-package-4.1.7.0-local.jar Mutect2 -R genome.fa -I lv-2.recal.bam -tumor lv-2 -I lv-4.recal.bam -normal lv-4 -L 11_1-122082543.bed --germline-resource input.9 -O 11_1-122082543_lv-2_vs_lv-4.vcf
  11:26:11.367 INFO  NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/opt/conda/envs/nf-core-sarek-2.7/share/gatk4-4.1.7.0-0/gatk-package-4.1.7.0-local.jar!/com/intel/gkl/native/libgkl_compression.so
  Apr 19, 2021 11:26:11 AM shaded.cloud_nio.com.google.auth.oauth2.ComputeEngineCredentials runningOnComputeEngine
  INFO: Failed to detect whether we are running on Google Compute Engine.
  11:26:11.922 INFO  Mutect2 - ------------------------------------------------------------
  11:26:11.922 INFO  Mutect2 - The Genome Analysis Toolkit (GATK) v4.1.7.0
  11:26:11.922 INFO  Mutect2 - For support and documentation go to https://software.broadinstitute.org/gatk/
  11:26:11.922 INFO  Mutect2 - Executing as mgrau@hh-yoda-01-07.ebi.ac.uk on Linux v3.10.0-693.5.2.el7.x86_64 amd64
  11:26:11.922 INFO  Mutect2 - Java runtime: OpenJDK 64-Bit Server VM v1.8.0_265-b11
  11:26:11.922 INFO  Mutect2 - Start Date/Time: April 19, 2021 11:26:11 AM UTC
  11:26:11.923 INFO  Mutect2 - ------------------------------------------------------------
  11:26:11.923 INFO  Mutect2 - ------------------------------------------------------------
  11:26:11.923 INFO  Mutect2 - HTSJDK Version: 2.21.2
  11:26:11.923 INFO  Mutect2 - Picard Version: 2.21.9
  11:26:11.923 INFO  Mutect2 - HTSJDK Defaults.COMPRESSION_LEVEL : 2
  11:26:11.923 INFO  Mutect2 - HTSJDK Defaults.USE_ASYNC_IO_READ_FOR_SAMTOOLS : false
  11:26:11.923 INFO  Mutect2 - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_SAMTOOLS : true
  11:26:11.923 INFO  Mutect2 - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_TRIBBLE : false
  11:26:11.923 INFO  Mutect2 - Deflater: IntelDeflater
  11:26:11.923 INFO  Mutect2 - Inflater: IntelInflater
  11:26:11.923 INFO  Mutect2 - GCS max retries/reopens: 20
  11:26:11.923 INFO  Mutect2 - Requester pays: disabled
  11:26:11.924 INFO  Mutect2 - Initializing engine
  11:26:12.544 INFO  Mutect2 - Shutting down engine
  [April 19, 2021 11:26:12 AM UTC] org.broadinstitute.hellbender.tools.walkers.mutect.Mutect2 done. Elapsed time: 0.02 minutes.
  Runtime.totalMemory()=2359820288
  ***********************************************************************
  
  A USER ERROR has occurred: Cannot read file://input.9 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.

On the other hand, Strelka2 finishes without errors.

Steps to reproduce

  1. Command line:
    nextflow run nf-core/sarek -profile singularity --genome GRCm38 --input input.tsv --tools 'Mutect2,VEP' --resume

System

  • Hardware: HPC
  • Executor: LSF

Nextflow Installation

  • Version: 20.10.0 build 5430

Container engine

  • Engine: Singularity
  • version: 3.5.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions