Entering edit mode
6 months ago
WYZ1120zzh
•
0
Hi everyone,
I'm working on chopchop
to design sgRNAs for CRISPR/Cas9 on HPCC.
As to twoBitToFa
, I could successfully use it(with path) to convert .2bit
to .fasta
. I tried sc, hg38 and K.p(reported). However, it turned out Running twoBitToFa failed
loading chopchop
. Does anyone know why and how to fix it?
I mainly followed instructions as follows.
- https://bitbucket.org/valenlab/chopchop/src/master/
- https://github.com/malumbreslab/chopchop
- https://github.com/ianwheeldon/Kphaffii_library_design
The previous steps I took are listed in the following:
- get
gene_table
- download
.2bit
file - convert
.2bit
to.fasta
usingtwoBitToFa
- get compressed version using
bowtie build
- modify
config.json
Did you get this fixed?
Can you clarify what step you are getting the error at and the command you are running? Original poster was not clear about that either.
This is the command:
It fails in
coordToFasta
of chopchop.py when executing line 1155My issue was I didn't have full paths in my JSON
I can't speak for the original poster as they had full paths. I realized when I attempted to run the
./twoBitToFa -seq=Chr4...
command manually that it worked as expected. Knowing it works I updated to full path and I have past this error.Good to know.