We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey there getting a core dump only when using the -H option. Full cmd:
-H
~/TideHunter-v1.5.4/bin/TideHunter -H --kmer-length 8 --window-size 5 --min-copy 3 --min-period 41 --min-len 41 --out-fmt 2 --thread 19 unmapped.trimmed.fastq.gz > unmapped.trimmed.tidehunter.tsv double free or corruption (out) Aborted (core dumped)
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, the HPC-kmer mode does not give us much improvement in our data, so it is not never carefully evaluated.
Can you share the data that lead to the fault?
Sorry, something went wrong.
thank you for your reply @yangao07. I cant upload more than 25mb here but this is an example file of the datatypes unmapped.trimmed.fastq.gz
finding the tool very useful thank you!
Hi, sorry for the late reply. Just fixed a bug that is due to very short input sequence. It should work now!
@yangao07 thank you for the fix! i can confirm that it no longer core-dumps for my samples
No branches or pull requests
hey there getting a core dump only when using the
-H
option. Full cmd:Thank you!
The text was updated successfully, but these errors were encountered: