-
Hi, I hope this is an appropriate place for my question :) I have been using Diamond for a while in my research I find it useful and friendly. How can I make Diamond still print whatever alignments it finds? My command so far (not sure what I am doing, I tried to reduce every threshold to 0 to make it print out anything):
I am still getting: Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Try using
|
Beta Was this translation helpful? Give feedback.
Try using
--very-sensitive -s1 -l1 -e 10000
.--short-query-ungapped-bitscore 15 --gapped-filter-evalue 0
might also help, but you need to compile withcmake -DEXTRA=ON
to activate these options.