Skip to content

GISTIC2: Could not access the MCR component cache. #47

@imdanique

Description

@imdanique

Description of the bug

Hi, I ran into this issue while running the liquid biopsy workflow. Would appreciate any tips to fix it :)

Caused by:
  Process `DINCALCILAB_SAMURAI:SAMURAI:RUN_GISTIC:GISTIC2 (Run Gistic2)` terminated with an error exit status (255)


Command executed:

  gistic2 \
      -seg 'segments_logR_corrected_gistic.seg' \
      -refgene '/opt/refgenefiles/hg38.UCSC.add_miR.160920.refgene.mat' \
      -ta 0.1 -td 0.1 -rx 0 -conf 0.99 -qvt 0.05 -broad 1 -brlen 0.99 -cap 6 -savegene 1 -savedata 0 \
      -b ./

  mkdir -p gistic_results
  cp all_lesions.conf* {amp,del}_genes.conf* scores.gistic *.pdf  gistic_results/
  cp broad*  gistic_results/

  cat <<-END_VERSIONS > versions.yml
  "DINCALCILAB_SAMURAI:SAMURAI:RUN_GISTIC:GISTIC2":
      GISTIC2: 0.1
  END_VERSIONS

Command exit status:
  255

Command output:
  (empty)

Command error:
  Could not access the MCR component cache.

Work dir:
  /csc/epitkane/extension/projects/EDECA/results/samurai/work/74/81e711dea616f561ce44ae51102960

Container:
  /csc/epitkane/extension/projects/EDECA/results/samurai/work/singularity/quay.io-dincalcilab-gistic-2.0.23-35a282.img

Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`

 -- Check '.nextflow.log' file for details

Command used and terminal output

#!/usr/bin/env bash

export TMPDIR=/csc/epitkane/home/dkarabay/projects/EDECA/results/work;

nextflow run ../../src/samurai-1.2.3.1 \
        -profile singularity \
        -c ../slurm.config \
        --input ../samplesheet_bam.csv \
        --outdir SAMURAI_SHORT_VER_RUN_FROM_BAM \
        --genome hg38 \
        --fasta /csc/epitkane/data/ref_genomes/hg38_no_alt/grch38_core+bs_controls.fa \
        --fai /csc/epitkane/data/ref_genomes/hg38_no_alt/grch38_core+bs_controls.fa.fai \
        --dict /csc/epitkane/data/ref_genomes/hg38_no_alt/grch38_core+bs_controls.fa.dict \
        --analysis_type liquid_biopsy \
        --caller ichorcna \
        --binsize 500 \
        --normal_panel /csc/epitkane/extension/projects/EDECA/src/samurai-1.2.3.1/assets/ichorcna/HD_ULP_PoN_hg38_500kb_median_normAutosome_median.rds \
        --ichorcna_gc_wig /csc/epitkane/extension/projects/EDECA/src/samurai-1.2.3.1/assets/ichorcna/gc_hg38_500kb.wig \
        --ichorcna_map_wig /csc/epitkane/extension/projects/EDECA/src/samurai-1.2.3.1/assets/ichorcna/map_hg38_500kb.wig \
        --ichorcna_centromere_file /csc/epitkane/extension/projects/EDECA/src/samurai-1.2.3.1/assets/ichorcna/GRCh38.GCA_000001405.2_centromere_acen.txt \
        --compute_signatures TRUE \
        --run_gistic TRUE \
        --gistic_broad_analysis TRUE \
        -resume

Relevant files

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions