bio817@bio817:~$ sudo crispr-do -g hg19 -c 11 --start=1285294 --end=1287328 --job-id=test --annotation ~/bio817/001_Work/000_index/021_crispr-do_hg19_exon/DHS_hg19.hammock ~/bio817/001_Work/000_index/021_crispr-do_hg19_exon/hg19.exon ~/bio817/001_Work/000_index/021_crispr-do_hg19_exon/hg19snp.sort
[2019-04-24 09:46:34] INFO - Crispr-do script start.
[2019-04-24 09:46:34] INFO - Workdir: test
[2019-04-24 09:46:34] INFO - Job_id: test
[2019-04-24 09:46:34] WARNING - Workdir test is not empty.
Traceback (most recent call last):
File "/usr/local/bin/crispr-do", line 119, in <module>
core.design_sgrna(**opts.__dict__)
File "/usr/local/lib/python2.7/dist-packages/crisprdo/core.py", line 745, in design_sgrna
p.step_1_scan_PAM_on_region(outfile=resultfn)
File "/usr/local/lib/python2.7/dist-packages/crisprdo/core.py", line 214, in step_1_scan_PAM_on_region
twobit = TwoBitFile(open(STATIC_GENOME_2BIT.format(genome=genome, chrom=chrom), 'rb'))
IOError: [Errno 2] No such file or directory: '/data4/CistromeAP/static_libraries/assembly/hg19/rawgenome/hg19.2bit'
I tried to download hg19.2bit file and directly assign -g hg19.2bit, failed.