Open xuzaoxu opened 2 years ago
Hi,
Can you share the sequence?
Yan
I think the latest commit will just work. Try this:
git clone --recursive https://github.com/yangao07/TideHunter.git
cd TideHunter; make
./bin/TideHunter
I tested on another computer, command work out fine. Thank you.
Hi,
I installed TideHunter by conda. chr9_sub.fa length is 0.5Mbp. The server memory size is 128G. TideHunter version is 1.5.3. When I used command "TideHunter -f 2 chr9_sub.fa > chr9.cons.out" to generate consensus sequences in tabular format, no output result. error message is "Illegal instruction (core dumped)". However, command "TideHunter -u -f 2 chr9_sub.fa > chr9.unit.out" works well. I don't know how to fix it. Thanks in advance.