Closed m-jahn closed 1 year ago
Hi, is there probably any update on this issue?
Hi @m-jahn, thank you for reporting this and sharing your code/data -- going to take a look at it today and get back to you.
@m-jahn Re. the first issue (n0=0
after calling addSpacerAlignments
), this was resolved in a previous fix in BioC devel, so I'd suggest to use the devel version of crisprDesign.
For the second issue (error with txdb object), the problem comes from GenomicFeatures:::fiveUTRsByTranscript
not working properly with this custom GFF ; we'll work on a fix for that.
Thanks for your update! I will try with BioC devel version, and with this other issue, wait or take a closer look too. Will get back with further info.
Just a follow-up: the latest version of crisprDesign
actually annotates the off targets correctly.
The second issue is probably something for GenomicFeatures
, so this issue can be closed from my side.
Thanks for maintaining this suite of packages. I just ran into a series of problems when using
addSpacerAlignments
withbowtie
instead ofbiostrings
as aligner. Basically I'm working with bacterial genomes that are well known and annotated in NCBI but often have no BSgenome package available. I therefore need to build those custom-wise. This works only until the point I'm trying to annotate off targets withaddSpacerAlignments
. The following example illustrates this:The output I get indicates that reads were aligned but they don't show up in the guide set:
I then tried the same using the
txdb
object as input. Fails with either a time out error or a biomart error related to the genome being non-standard.Using the conversion function
TxDb2GRangesList(txdb)
as a fallback throws the same error. I attached files with an example genome, the BSgenome library and the bowtie index --> input.zipAny ideas for this problem are highly appreciated.
Thanks for your help!