grybnicky / Spacer2PAM

This repository contains the source code for the R package Spacer2PAM, which is used to guide experimental determination of functional PAM sequences from CRISPR array spacers.
GNU General Public License v3.0
6 stars 2 forks source link

Mistake with header in alignmentCSV2DF.R #2

Closed ireneortega closed 1 year ago

ireneortega commented 1 year ago

I think that the script alignmentCSV2DF.R is wrong. In line 9, header must be FALSE as the Hit Table(csv) file downloaded from the BLAST web interface does not contain headers. I tried with a csv file and first row containg an alignment result is missed. Could you please correct it?

Thanks!

grybnicky commented 1 year ago

merged your pull request