-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
seqCluster is now throwing a bug:
Error in data.frame(Sequence = unlist(seq_labels[singleseq_flag]), Cluster = paste0(protocluster_names[singleseq_flag], :
arguments imply differing number of rows: 0, 1
Calls: seqCluster ... FUN -> graph_clustering -> %>% -> cbind -> data.frame
Execution halted
Probably due to the recent deprecation of Automatic coercion from integer to character from purrr...
Is there a way to fix it? Thank you!
Minimal code sample
clustTCR <- seqCluster(TCRdata, distTCR, .perc_similarity = 0.65)
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working