Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running createpanelrefs #39

Open
msierk opened this issue Nov 7, 2024 · 0 comments
Open

Error running createpanelrefs #39

msierk opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@msierk
Copy link

msierk commented Nov 7, 2024

Description of the bug

I'm running createpanelrefs on biowulf and am getting the error below. I can run sarek fine, so it's not a general nextflow issue. log file attached.

Command used and terminal output

run script (have run with and without target bed files, same error occurs):

#! /bin/bash
#SBATCH --job-name=nextflow-main
#SBATCH --cpus-per-task=16
#SBATCH --mem=80gb
#SBATCH --gres=lscratch:200
#SBATCH --time=10-00:00:00

module load nextflow
export NXF_SINGULARITY_CACHEDIR=/data/$USER/singularity;
export SINGULARITY_CACHEDIR=/data/$USER/.singularity;
export TMPDIR=/lscratch/$SLURM_JOB_ID
export NXF_JVM_ARGS="-Xms2g -Xmx4g"

nextflow run nf-core/createpanelrefs -r dev\
	-profile biowulf \
	--input ./PoN_samplesheet.csv \
	--outdir ./PoN \
	--genome GATK.GRCh38 \
	--gcnv_analysis_type wes \
	--tools cnvkit,germlinecnvcaller,mutect2

#--gcnv_target_bed /home/sierkml/nextgen2/runx/nf/data/regions/xgen-exome-hyb-panel-v2-targets-hg38.flank150.bed \
#--mutect2_target_bed /home/sierkml/nextgen2/runx/nf/data/regions/xgen-exome-hyb-panel-v2-targets-hg38.flank150.bed \

Output error:
ERROR ~ Invalid method invocation call with arguments: [[id:null], /fdb/igenomes_nf/Homo_sapiens/GATK/GRCh38/Sequence/WholeGenomeFasta/Homo_sapiens_assembly38.dict] (java.util.LinkedList) on _closure6 type

Relevant files

nextflow_11_7_24_log.txt

System information

N E X T F L O W ~ version 24.04.4
HPC (Biowulf)
slurm
Singularity

@msierk msierk added the bug Something isn't working label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant