Weizhong Li

Results 5 comments of Weizhong Li

@MengJinxin is correct. The long dash character in " –T 10 –n 10" need to be replaced by regular dash character "-T 10 -n 10".

I tried gcc, it worked, gcc was installed through homebrew, see https://github.com/weizhongli/cdhit/wiki/2.-Installation

What do you mean by "equal sequences"? Are these completely identical sequences (100% identity and exact same length)?

I tried, I can compile on Mac. But Mac doesn't seem to support static linked library, so the compiled cd-hit on my Mac won't work on others Mac. I am...

you can try to install from source, please download the latest source code. After unzip the package, try to compile by: make CC=/usr/local/Cellar/gcc/8.2.0/bin/g++-8 see https://github.com/weizhongli/cdhit/wiki/2.-Installation