-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
tagdust segfaults when output files exists already. #2
Comments
Thanks for reporting! I am currently re-writing tagdust to make it more robust and to include read/writing to compressed files. |
|
For this specific project I wanted to extract a UMI-like 17bp sequence from the FASTQ file. when using When using
|
tagdust segfaults when output files exists already.
It crashes in the
free_read_structure(param->read_structure)
call forread_structure->numseq_in_segment[0]
:"Debugging" code:
The text was updated successfully, but these errors were encountered: