Skip to content
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

Data corruption on repetitive sequence #27

Open
KirillKryukov opened this issue Jun 6, 2020 · 0 comments
Open

Data corruption on repetitive sequence #27

KirillKryukov opened this issue Jun 6, 2020 · 0 comments

Comments

@KirillKryukov
Copy link

KirillKryukov commented Jun 6, 2020

DSRC may corrupt data if it contains repetitive sequence.

Steps to reproduce:

cd /tmp
mkdir dsrc-repro-3
cd dsrc-repro-3
git clone https://github.com/refresh-bio/DSRC
cd DSRC
make -f Makefile.c++11 bin
cd ..
wget http://kirill.med.u-tokai.ac.jp/data/temp/dsrc-repro-3.fastq.gz
gzip -dc <dsrc-repro-3.fastq.gz >3.fastq
./DSRC/bin/dsrc c -t1 3.fastq 3.dsrc
./DSRC/bin/dsrc d -t1 3.dsrc 3d.fastq
cmp 3.fastq 3d.fastq

Test data is 260 MB raw, but only 37 MB to download in gzipped form. Reduced from an 6 GB dataset. (Should be possible to reduce more).

There are no crashes or error messages, but the decompressed file is different from the original one. Output of the last "cmd" command:

3.fastq 3d.fastq differ: byte 259819080, line 1027394

Let me know if you need other information or tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant