Skip to content

SNPEFF annotation process interrupted when no cache available #1257

@ducminhnguyenle

Description

@ducminhnguyenle

Description of the bug

I am using the sarek pipeline latest version (3.3.1) with the utilization of sentieon workflow in order to perform joint variant calling using sentieon_gvcftyper for 20 WES samples. However the annotation process with SNPEFF is not working with the following errors:

-[nf-core/sarek] Pipeline completed with errors-
WARN: Input tuple does not match input set cardinality declared by process `NFCORE_SAREK:SAREK:VCF_ANNOTATE_ALL:VCF_ANNOTATE_SNPEFF:SNPEFF_SNPEFF` -- offending value: []
ERROR ~ Error executing process > 'NFCORE_SAREK:SAREK:VCF_ANNOTATE_ALL:VCF_ANNOTATE_SNPEFF:SNPEFF_SNPEFF (1)'

Caused by:
  Not a valid path value type: org.codehaus.groovy.runtime.NullObject (null)

I have included the nextflow.log file and also the WES_sentieon_jointcalling_headnode.log run log file.

Command used and terminal output

nextflow run main.nf \
    --input /mnt/rdisk/hieule/sarek_sentieon/input/samplesheet.csv \
    --outdir /mnt/rdisk/hieule/sarek_sentieon/output_3.3.1/ \
    -w /mnt/rdisk/hieule/sarek_sentieon/work_dir/ \
    --igenomes_base /mnt/rdisk/hieule/sarek_sentieon/input/references/ \
    --wes \
    --intervals /mnt/rdisk/hieule/sarek_sentieon/input/hg38_Exome_2.0_Plus_Panel_chr.bed \
    -profile docker \
    --aligner sentieon-bwamem \
    --tools sentieon_dedup,sentieon_haplotyper,merge \
    --joint_germline \
    --sentieon_haplotyper_emit_mode gvcf

Relevant files

WES_sentieon_jointcalling_headnode.log
nextflow.log

System information

  • Nextflow version 23.04.2
  • Hardware: HPC
  • Container engine: Docker
  • OS: Linux Ubuntu 22.04
  • Version of nf-core/sarek: 3.3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions