datacamp/rdocumentation-2.0

Error: Data in given file <file> has wrong dimensions

NikithaSundaresha opened this issue · 1 comments

I have R version 4.1.0 (2021-05-18) and have loaded RFLPTools 1.9.

library(RFLPtools)
filename <- file.path("barcode02_region2.fasta_0_200.txt")
blast_data<- read.blast(file = filename)

The error is as follows.
Error in read.blast(file = filename) :
Data in given filebarcode02_region2.fasta_0_200.txthas wrong dimension!
The file is generated using the local blastn command.

Thank you,
Best Nikitha
barcode02_region2.fasta_0_200.txt

I had filed the issue in the wrong repository. I apologize for the same.