pritykinlab / guidescanpy

1 stars 0 forks source link

PAM for cpf1 must match at start, not end #56

Closed vineetbansal closed 1 year ago

vineetbansal commented 1 year ago

The PAM TTTN for the cpf1 case needs to match at the beginning of the target sequence, not the end (as is the case with NGG for cas9). We should double check this by looking at some results from both the old and the new web apps.

So the kmers generated by generate-kmers should take this into account. The command has a --start flag to take care of this. This needs to be put into effect for the cpf1 case as far as the snakemake workflow is concerned.