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
dataset.zip
I have a group of sequences which is properly aligned with almost full length and >95% identity using BLASTN, so this group of sequence have to be clustered into one cluster when using --min-seq-id 0.8 parameter
Current Behavior
My self assembled sequences (startswith SRS-* & known to be on the reverse strand) not properly clustered with public sequences.
Steps to Reproduce (for bugs)
1. Clustering using easy-linclust or easy-cluster (Not correctly clustered)
Below shows the clustering result, according to the description in my Current Behavior, the sequence on the forward and reverse strand not clustered into one cluster, although it known to be very close with high identity.
Expected Behavior
dataset.zip
I have a group of sequences which is properly aligned with almost full length and >95% identity using BLASTN, so this group of sequence have to be clustered into one cluster when using
--min-seq-id 0.8
parameterCurrent Behavior
My self assembled sequences (startswith SRS-* & known to be on the reverse strand) not properly clustered with public sequences.
Steps to Reproduce (for bugs)
1. Clustering using
easy-linclust
oreasy-cluster
(Not correctly clustered)2. Checked the result
Below shows the clustering result, according to the description in my
Current Behavior
, the sequence on the forward and reverse strand not clustered into one cluster, although it known to be very close with high identity.3. Manually convert the sequence into reverse complement
Using
seqkit seq
function to convert my self-assembled sequence into its reverse complement sequence and keep those public sequence remain original.4. Try to cluster the manually processed sequences (Show easy-cluster for instance)
Then checked the clustered TSV, these sequenced clustered into one cluster
MMseqs Output (for bugs)
Please kindly refer
Steps to Reproduce
Context
NA
Your Environment
The text was updated successfully, but these errors were encountered: