illegal reference to local variable array

Hi, Dear all,

I am using Juicer to analyze Hic data, after mapping paired-end fastq file to the genome, I got the sam file. But the next step of chimeric_sam.awk reports error:

(-:  Align of /home/jib79/hic/2019-NG/juicer/splits/SRR9822212.fastq.sam done successfully
awk: /home/jib79/hic/2019-NG/juicer/scripts/scripts/common/chimeric_sam.awk: line 50: illegal reference to local variable array
awk: /home/jib79/hic/2019-NG/juicer/scripts/scripts/common/chimeric_sam.awk: line 51: illegal reference to local variable array
awk: /home/jib79/hic/2019-NG/juicer/scripts/scripts/common/chimeric_sam.awk: line 164: syntax error at or near [
samtools: /home/jib79/miniconda2/envs/Hicpro/bin/../lib/libtinfow.so.6: no version information available (required by samtools)
samtools: /home/jib79/miniconda2/envs/Hicpro/bin/../lib/libncursesw.so.6: no version information available (required by samtools)
samtools: /home/jib79/miniconda2/envs/Hicpro/bin/../lib/libncursesw.so.6: no version information available (required by samtools)
samtools sort: failed to read header from “-“
***! Failure during chimera handling of /home/jib79/hic/2019-NG/juicer/splits/SRR9822212.fastq

so how to deal with this?(plus, I am using juicer without restriction enzyme information: bash scripts/juicer.sh -d /home/jib79/hic/2019-NG/juicer -z /home/jib79/hic/2019-NG/juicer/references/GRCh37.p13.genome.clean.fa -p /home/jib79/hic/2019-NG/juicer/references/GRCh37.p13.genome.clean.chrom.size -s none)

Read more here: Source link