You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use calc_rank_dist_ave command, but it returns the following error:
Error in names(x) <- value :
'names' attribute [2] must be the same length as the vector [1]
I think it's may be due to my result from search_primer_pair: the "BLAST_result" data frame has 500 rows, but "taxonomy" data frame has 486 rows. How can I resolve this problem?
The text was updated successfully, but these errors were encountered:
Hi, can you give me the primers you were searching with so I can see if the issue is reproducible on my end? It's hard to troubleshoot the issue otherwise. Thanks,
Matt
Hello again!
I'm trying to use calc_rank_dist_ave command, but it returns the following error:
Error in names(x) <- value :
'names' attribute [2] must be the same length as the vector [1]
I think it's may be due to my result from search_primer_pair: the "BLAST_result" data frame has 500 rows, but "taxonomy" data frame has 486 rows. How can I resolve this problem?
The text was updated successfully, but these errors were encountered: