I am running msa with method set to Muscle. Most of the times it works but sometimes I get error:
*** ERROR *** MSA::SetIdCount: cannot increase count
Not sure what is happening here or why this is being triggered. my code:
msa <- msa::msa(dnaSS,
method = "Muscle",
gapExtension = 73,
type = "dna",
order = "input")