cd-hit threshold less than 0.7 is it possible??
0
0
Entering edit mode
7.5 years ago

Hi,

Is it impossible to use 0.5 threshold identity in cd hit? I tried, I only managed using 0.7.

I used this command line:

$ cdhit -i secretome_cdhit.fasta -o clusters_50 -c 0.5 -n 5 -T 8

It shows this message:

Fatal Error:

Too low cluster threshold for the word length.

Increase the threshold or the tolerance, or decrease the word length.

Program halted !!

I know it's possible on the web server, but it takes a lot, due queue.

alignment • 3.1k views
ADD COMMENT
0
Entering edit mode

I got it!

Simple! Just use -n 3

$ cdhit -i secretome_cdhit.fasta -o clusters_50 -c 0.5 -n 3 -T 8

ADD REPLY

Login before adding your answer.

Traffic: 2313 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6