Closed Catvick26 closed 3 years ago
Hi,
The option -u
only gives you the unit sequence if it is a full copy of the repeat.
The copy number in the fasta name indicates all the copies, including these non-full copies on both ends.
TideHunter does not always find the repeat unit at the very beginning of tandem repeats, this is why the # unit sequences may be smaller than the total copy number.
Yan
Hi Yan,
I observed this weird behavior. Not sure if it is designed on purpose, or maybe I didn't run it in the correct way.
While running with default parameters, output.fasta reports 3 tandem repeats. However while running with '-u' option, there are only 2 unit sequences generated.
Command1: ~/software-install/TideHunter-v1.4.3/bin/TideHunter test.fasta > output.fasta Header of output.fasta:
Command2: ~/software-install/TideHunter-v1.4.3/bin/TideHunter -u test.fasta > output2.fasta Headers of output2.fasta
How can I get the correct number of unit sequence? Thanks!