-
Notifications
You must be signed in to change notification settings - Fork 21
"can't find current frequency file" error #21
Description
Hello,
I've recently started using this pipeline for a project I'm working on and I've run into an issue. I ran one fasta file, one bam file and its corresponding bed file, and a custom config file, using the following command line invocation:
nextflow run nf-core/deepvariant --fasta indexreference/PlasmoDB-41_Pfalciparum3D7_Genome.fasta --bam alignments/ISO_349.bam --bed coverage_decay_plots/PlasmoDB-41_Pfalciparum3D7_Genome_ISO_349.per-base.bed.gz -c configs/conf/prince.config
I received an error message, and I'm not quite sure what it means. I've run this pipeline twice using the same command line invocation, and I got the same error message both times, as attached here and (partially) written below: nextflow.log.txt
File "/opt/conda/envs/nf-core-deepvariant-1.0/lib/python2.7/site-packages/psutil/_pslinux.py", line 701, in cpu_freq "can't find current frequency file") NotImplementedError: can't find current frequency file parallel: This job failed: /opt/conda/envs/nf-core-deepvariant-1.0/bin/python /opt/conda/envs/nf-core-deepvariant-1.0/share/deepvariant-0.7.0-0/binaries/DeepVariant/0.7.0/DeepVariant-0.7.0+cl-208818123/make_examples.zip --mode calling --ref PlasmoDB-41_Pfalciparum3D7_Genome.fasta.gz --reads ISO_349.bam --regions PlasmoDB-41_Pfalciparum3D7_Genome_ISO_349.per-base.bed.gz --examples ISO_349_shardedExamples/ISO_349.bam.tfrecord@16.gz --task 10
I was successfully able to get the image tag in the appropriate directory (it showed up as nfcore-deepvariant-1.0.img), but it always fails on the make_examples process with this error. Is this a problem with the job not having enough resources to run, or a different issue entirely?
For reference, I'm running this on my Mac using the HPC at my institution with a slurm executor, with macOS High Sierra (10.13.4). I have version 19.04.0 of Nextflow installed, and the container I'm using is Singularity version 3.2.1.
Thank you very much in advance!