Closed vinodsinghjnu closed 1 year ago
Seems like the init_genome
command wasn't completed properly.
The /home/vin/wgbs_tools/references/default
directory should be a symbolic link pointing to one of your reference genome directories (e.g. hg19
).
Did you run wgbstools init_genome
, and did it return with no errors?
I would also try running
wgbstools set_default_ref hg19
Seems like the
init_genome
command wasn't completed properly. The/home/vin/wgbs_tools/references/default
directory should be a symbolic link pointing to one of your reference genome directories (e.g.hg19
). Did you runwgbstools init_genome
, and did it return with no errors? I would also try runningwgbstools set_default_ref hg19
Thank you Nloyfer for the reply, I figured out the problem I was using samtools 1.2 which was not supporting the multithreaded command "bgzip -@ 36 -f ..." . So it was showing an error while executing "wgbstools init_genome" command
Hi I am having a strange problem while running bam2pat on the tutorial data