Felix

Results 3 comments of Felix

> In my situation, there're too many Zero values in the geneList. Simply removing all 0s works for me. This worked for me as well! 😃

I'm getting the same issue @cmnbroad @GATKSupportTeam . Any recommendations on how to proceed please? Thanks in advance. ``` Using GATK jar /home/fmbuga/.conda/envs/gatk4/share/gatk4-4.2.6.1-1/gatk-package-4.2.6.1-local.jar Running: java -Dsamjdk.use_async_io_read_samtools=false -Dsamjdk.use_async_io_write_samtools=true -Dsamjdk.use_async_io_write_tribble=false -Dsamjdk.compression_level=2 -jar...

Looks like it's an issue of TensorFlow 1.x vs 2.x Changing the last two code blocks to the below works: ``` import numpy as np import tensorflow as tf import...