-
Notifications
You must be signed in to change notification settings - Fork 417
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
ControlFREEC: Error in plot.window(...) : need finite 'ylim' values #993
Comments
Hi @hyjforesight , I encountered the same issue as you, in my case, the reason for it was that the ratio table being used by the makeGraph.R script contained values that, after applying the log2, would become NaN values. Neither the makeGraph.R nor the makeGraph2.0.R script are prepared to handle these values, so this triggers the "need finite 'ylim' values" when attempting to plot them. So I made some modifications to the makeGraph2.0.R script in order to address this. To fix it you can do the following:
Let me know if you have any questions or if you fixed the issue some other way! |
We just updated the bioconda recipe with the Controlfreec release 11.6b that contains makegraph 2. Once it is available on biocontainers you can also use the container directly and in case we'll update the process for the next release |
Description of the bug
Hello nf-core SAREK team,
I met controlfreec errors when I was running SAREK offline.
Here is the command I run:
Error message:
Could you please help me with this issue? Thank you in advance!
Command used and terminal output
$ nextflow run /home/hyjforesight/nf-core-sarek-3.1.2/workflow sarek --input /home/hyjforesight/Sarek_design_copy.csv --outdir /mnt/d/WES/ --genome GATK.GRCh38 -profile docker --tools freebayes,mutect2,strelka,manta,tiddit,cnvkit,controlfreec,snpeff,vep
Relevant files
nextflow (1).log
System information
Nextflow version: 22.10.6.5843
Hardware: Desktop
Executor: local
Container engine: Docker
OS: Win11 22H2, WSL2, Ubuntu 22.04
Version of nf-core/sarek: 3.1.2
The text was updated successfully, but these errors were encountered: