Open matnguyen opened 1 year ago
I got the same error and I finally figured it out! It's throwing an error because the estimated threshold is greater than 0.99. I went back through the README and found the threshold parameter and realized it was the problem.
-t: Optional. Threshold identity score (between 0 & 0.99) for determining cluster membership.
You can get around this by running meshclust -d file.fasta -o file.txt -t 0.99
in cases where the estimated threshold comes back as >0.99.
I am running the following FASTA file fasta.zip
Using
../meshclust -d file.fasta -o file.txt