Replies: 2 comments 4 replies
-
Would you be willing to provide an explanation for the |
Beta Was this translation helpful? Give feedback.
-
I apologize for the trouble, but could you elaborate on how you calculate percent identity for |
Beta Was this translation helpful? Give feedback.
-
cluster
workflow to cluster protein sequences.realign
workflow to generate clustering output.recluster
workflow to correct errors in clusterings.reassign
workflow to reassign cluster members to their closest centroid.-M/--memory-limit
to set a memory limit for clustering workflows.approx-id
option to filter alignments by approximate sequence identity and to set an approximate sequence identity threshold for clustering.--member-cover
option to set the coverage threshold of the cluster member sequence.cluster-steps
option to set steps for cascaded clustering.clusters
option to specify clustering input file.blastx
mode will now mask any open reading frame below the minimum required length as specified by--min-orf
.blastx
mode will only count unmasked letters towards the block size.--soft-masking
with possible values0
andtantan
to permit soft-masking using the tantan algorithm.inflate error
in multiprocessing mode.--swipe
to compute full Smith Waterman alignments of all queries against all targets.--faster
.-M
to set memory limit for thecluster
,realign
,recluster
andreassign
workflows.approx_pident
andcorrected_bitscore
to the tabular format.--lin-stage1
option to linearize comparisons in the seeding stage by only considering hits against the longest query sequence for identical seeds.--kmer-ranking
option to rank sequences when--lin-stage1
is used (only supported when compiled with-DKEEP_TARGET_ID=ON
).--no-block-size-limit
to deactivate upper limits for the block size when the--memory-limit
option is used.greedy-vertex-cover
workflow to compute clustering based on alignments.--edge-format
option to set edge format for greedy vertex cover.--edges
option to set input file for greedy vertex cover.--centroid-out
option to output centroid sequences for greedy vertex cover.--unaligned-targets
option to generate an output file of unaligned targets.--header
option can now be used with the parametersimple
to enable simple headers for the tabular format, or without a parameter to enable headers for the clustering format.--mp-self
to optimize self-alignment in multiprocessing mode.--query-or-subject-cover
to report alignments if the query or the subject cover (or both) are above the given threshold.--comp-based-stats 2
option (now equivalent to--comp-based-stats 3
).--anchored-swipe
to activate anchored SWIPE extension.This discussion was created from the release DIAMOND v2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions