Problem loading my multifasta
0
0
Entering edit mode
2.6 years ago

Hello All,

I have problem loading my multifasta and running rhierbaps. I I can see that the fasta.file.name is empty.

library(rhierbaps)
fasta.file.name <- "clean_hlr.fasta"
fasta.file.name <- system.file("extdata", "clean_hlr.fasta", package = "rhierbaps")
fasta.file.name
[1] ""
snp.matrix <- load_fasta(fasta.file.name)
Error in load_fasta(fasta.file.name) :
Invalid msa or the file does not exist!

How do I have to

Multifasta • 671 views
ADD COMMENT
0
Entering edit mode

Invalid msa or the file does not exist!

Looks like the program needs a multiple sequence alignment (MSA) file NOT a simple multi-fasta file. So do an MSA first.

ADD REPLY

Login before adding your answer.

Traffic: 2605 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6