Hello. After running juicer.sh -d ./data/, I've been having this error:
[E::main_mem] fail to open file './data//splits/HIC003_S2_L001_R1_001.fastq.gz'.
And according to this comment (and my own experience), this error happened because I gave a relative directory in -d.
Please clarify in your wiki that the -d option should be given an absolute path, so that nobody will repeat my mistake.
Hello. After running
juicer.sh -d ./data/
, I've been having this error:[E::main_mem] fail to open file './data//splits/HIC003_S2_L001_R1_001.fastq.gz'.
And according to this comment (and my own experience), this error happened because I gave a relative directory in
-d
. Please clarify in your wiki that the-d
option should be given an absolute path, so that nobody will repeat my mistake.Thank you