You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the juicer.log indicates that I am aligning my reads against the hg19 genome.
(-: Looking for fastq files...fastq files exist
(-: Aligning files matching /path/to/folder/fastq/*_R*.fastq* to genome hg19 with site file /path/to/folder/ref/sites.txt
(-: Created /path/to/folder/splits and /path/to/folder/aligned.
I suspect this is a bug/error (confirmed by the Arima Technical Support Team) because when I try to force the mapping to hg19 (instead of my -z genome.fasta) with -g hg19:
Reference sequence /opt//references/homo_sapiens_assembly19.fasta does not exist (as expected)
Just raising this bug in case you want to correct the way the log files are being reported. Best!
The text was updated successfully, but these errors were encountered:
Hi there,
I am running Juicer as follows (as reported by the
aligned/header
file):Experiment description: Juicer version 1.6; BWA 0.7.17-r1188; 20 threads; openjdk version "11.0.19" 2023-04-18; /opt/scripts/juicer.sh -d /path/to/folder -D /opt/ -p /path/to/folder/ref/clean.chrom.sizes -y /path/to/folder/ref/sites.txt -z /path/to/folder/ref/genome.fasta -t 20
However, the
juicer.log
indicates that I am aligning my reads against thehg19
genome.I suspect this is a bug/error (confirmed by the Arima Technical Support Team) because when I try to force the mapping to
hg19
(instead of my-z genome.fasta
) with-g hg19
:Reference sequence /opt//references/homo_sapiens_assembly19.fasta does not exist
(as expected)Just raising this bug in case you want to correct the way the log files are being reported. Best!
The text was updated successfully, but these errors were encountered: