We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
ERROR ~ Invalid method invocation
with arguments: [[id:null], /fdb/igenomes_nf/Homo_sapiens/GATK/GRCh38/Sequence/WholeGenomeFasta/Homo_sapiens_assembly38.dict] (java.util.LinkedList) on _closure6 type
nextflow_11_7_24_log.txt
N E X T F L O W ~ version 24.04.4 HPC (Biowulf) slurm Singularity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
Output error:
ERROR ~ Invalid method invocation
callwith 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
The text was updated successfully, but these errors were encountered: