dnanexus-rnd / GLnexus

Scalable gVCF merging and joint variant calling for population sequencing projects
Apache License 2.0
137 stars 36 forks source link

IOError: RocksDB kIOError #302

Open fsw10 opened 7 months ago

fsw10 commented 7 months ago

Hi I'm currently trying to use a Singularity image of GLnexus to merge the GATK sample.chr4.vcf.gz files for chromosome 4 only. I using the following command and get error:

$ singularity run --bind /work/WFS/09.tmp:/home/wufusheng/04.tmp_bamfile /home/Singusoft/glnexus.sif glnexus_cli --config gatk --list chr4.list --dir chr4.GLnexus.DB --mem-gbytes 170 >chr4.bcf [204941] [2023-12-19 15:46:35.312] [GLnexus] [info] glnexus_cli release v1.4.3-0-gcecf42e Sep 20 2021 [204941] [2023-12-19 15:46:35.314] [GLnexus] [info] detected jemalloc 5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756 [204941] [2023-12-19 15:46:35.317] [GLnexus] [info] Loading config preset gatk [204941] [2023-12-19 15:46:35.325] [GLnexus] [info] config: unifier_config: drop_filtered: false min_allele_copy_number: 1 min_AQ1: 70 min_AQ2: 40 min_GQ: 40 max_alleles_per_site: 32 monoallelic_sites_for_lost_alleles: true preference: common genotyper_config: revise_genotypes: true min_assumed_allele_frequency: 9.99999975e-05 snv_prior_calibration: 1 indel_prior_calibration: 1 required_dp: 1 allow_partial_data: false allele_dp_format: AD ref_dp_format: MIN_DP output_residuals: false more_PL: false squeeze: false trim_uncalled_alleles: false top_two_half_calls: false output_format: BCF liftover_fields:

Does anyone know how to resolve the issues?