Hi,
Next, please find below the description with relation to the subject of this issue.
I am using juicer commit f866383. However my juicer.sh is from an older release before the changes related to Arima.
My juicer_tools.jar version is 1.21.01.
During my juicer run, the pipeline failed twice.
First time, the pipeline exited with the error message
"***! Error! The statistics do not add up. Alignment likely failed to complete on one or more files. Run relaunch_prep.sh"
Relaunch_prep.sh directed me to relaunch the pipeline with the flag -S merge.
This time all files were created except for the .hic files, and the pipeline exited with the same error message.
"***! Error! The statistics do not add up. Alignment likely failed to complete on one or more files. Run relaunch_prep.sh"
This time, I narrowed down the issue to an incorrectly generated output from chimeric_blacklist.awk. For two files, the chimeric_blacklist.awk
script printed only the first column values without a trailing newline, leading to two consecutive norm.txt.res.txt files to
appear on the same line together. This lead to the pipeline exiting with this error message.
Therefore for two of these files, I executed these commands manually from the juicer.sh script
awk -v "fname1"="splits/SRR6117996080.fastq_norm.txt" -v "fname2"="splits/SRR6117996080.fastq_abnorm.sam" -v "fname3"="splits/SRR6117996080.fastq_unmapped.sam" -f Juicer_processing_scripts/scripts/chimeric_blacklist.awk splits/SRR6117996080.fastq.sam
site_file="Juicer_processing_scripts/restriction_sites/mm10noScaffoldsChrMChrY_HindIII.txt"
Juicer_processing_scripts/scripts/
fragment.pl splits/SRR6117996077.fastq_norm.txt splits/SRR6117996077.fastq.frag.txt $site_file
sort -S 2G -T $tmpdir -k2,2d -k6,6d -k4,4n -k8,8n -k1,1n -k5,5n -k3,3n splits/SRR6117996077.fastq.frag.txt > splits/SRR6117996077.fastq.sort.txt
rm splits/SRR6117996077.fastq_norm.txt splits/SRR6117996077.fastq.frag.txt
Then I re-executed the pipeline with the flag -S merge. The pipeline failed with the error message asking me to download the jar file.
So, I downloaded the juicer_tools.jar for the .hic file generation.
Finally, when running the pipeline with the flag -S final, I received the error message
"Error: the chromosome combination 1_9 appears in multiple blocks"