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
Dear Sebastien !
I hope you are doing well. I am contacting you because I am experiencing an issue decompressing a file with DSRC.
I used both lines : src d -t4 -s 20220351_S192.1.fastq.dsrc > 2hola.out.fastq src d 20220351_S192.1.fastq.dsrc hola.out.fastq
The error I receive is as follows:
[dsrc: BlockCompressor.cpp:47: void dsrc::comp::CONTROL_CHECK_R(dsrc::core::BitMemoryReader&): Assertion `r_.Position() == buf + 4’ failed. Abandon (core dumped)]
Could you help me troubleshoot this problem? I would appreciate any help you can provide.
Thank you for your time and consideration.
Sincerely,
Miguel Angel Hernandez
The text was updated successfully, but these errors were encountered:
Hello, I have the same error message. Did you find a fix? Thank you Regards Nicolas
Sorry, something went wrong.
Hi Nicolas! Not, I'don't sorry :(
If you used conda/mamba to install dsrc, try compiling from source. That solved the same problem for me.
No branches or pull requests
Dear Sebastien !
I hope you are doing well. I am contacting you because I am experiencing an issue decompressing a file with DSRC.
I used both lines :
src d -t4 -s 20220351_S192.1.fastq.dsrc > 2hola.out.fastq
src d 20220351_S192.1.fastq.dsrc hola.out.fastq
The error I receive is as follows:
[dsrc: BlockCompressor.cpp:47: void dsrc::comp::CONTROL_CHECK_R(dsrc::core::BitMemoryReader&): Assertion `r_.Position() == buf + 4’ failed. Abandon (core dumped)]
Could you help me troubleshoot this problem? I would appreciate any help you can provide.
Thank you for your time and consideration.
Sincerely,
Miguel Angel Hernandez
The text was updated successfully, but these errors were encountered: