Hi,
Thanks for the great tools. I am running Juicer 2.0 on 110–112 Gb gzipped FASTQ files from Arima using SLURM.
After ~12 days the job is still in the queue, but the lastest outputs are merged30.txt (26 Gb),
merged_dedup.bam (248 Gb), and the log shows
Exception in thread "pool-2-thread-28" java.lang.OutOfMemoryError: Java heap space
Could you advise how to speed-up or which internal step is blocking?
SLURM header and java/sort settings are attached.
No problems were observed on the small test set (hic003.fastq.gz).
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=30
#SBATCH --mem=300G
#SBATCH --time=300:00:00
#SBATCH --array=0
#SBATCH --output=%x-%A-%a.out
export _JAVA_OPTIONS="-Xmx32g -Xms32g"
export SORT_MEM_GB=6
scripts/juicer.sh
-d /data1/juicer/M100511
-D /data1/juicer/M100511
-y restriction_sites/hg38_Arima.txt
-z references/hg38.fa
-p restriction_sites/hg38.chrom.sizes
-s Arima
-g hg38
-t 30
-T 30
2> error.log hi
Hi,
Thanks for the great tools. I am running Juicer 2.0 on 110–112 Gb gzipped FASTQ files from Arima using SLURM.
After ~12 days the job is still in the queue, but the lastest outputs are merged30.txt (26 Gb),
merged_dedup.bam (248 Gb), and the log shows
Exception in thread "pool-2-thread-28" java.lang.OutOfMemoryError: Java heap space
Could you advise how to speed-up or which internal step is blocking?
SLURM header and java/sort settings are attached.
No problems were observed on the small test set (hic003.fastq.gz).
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=30
#SBATCH --mem=300G
#SBATCH --time=300:00:00
#SBATCH --array=0
#SBATCH --output=%x-%A-%a.out
export _JAVA_OPTIONS="-Xmx32g -Xms32g"
export SORT_MEM_GB=6
scripts/juicer.sh
-d /data1/juicer/M100511
-D /data1/juicer/M100511
-y restriction_sites/hg38_Arima.txt
-z references/hg38.fa
-p restriction_sites/hg38.chrom.sizes
-s Arima
-g hg38
-t 30
-T 30
2> error.log hi