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

problems with variable length fastq #6

Open
jvolkening opened this issue Nov 25, 2018 · 0 comments
Open

problems with variable length fastq #6

jvolkening opened this issue Nov 25, 2018 · 0 comments

Comments

@jvolkening
Copy link

I am getting errors on certain input files. An example is here:
https://gist.github.com/jvolkening/0561163aeda8b884f9284eff4a66653a

When I compile latest master FaStore with debugging enabled and run

fastore_compress.sh --in test_1000_new.fq --out FOO --reduced --threads 2

I get

fastore_rebin: NodesPacker.cpp:1156: void IFastqNodesPackerDyn::UnpackFromBin(const BinaryBinBlock&, std::vector<FastqRecord>&, GraphEncodingContext&, FastqRecordBinStats&, IFastqChunkCollection&, bool): Assertion `dnaReader.Position() - initialDnaPos == (uint64)desc.dnaSize' failed.
/home/jeremy/.local/bin/fastore_compress.sh: line 227: 11725 Aborted                 $FASTORE_REBIN e "-i$TMP_BIN" "-o$TMP_REBIN-2" "-t$TH_REBIN" $PAR_REBIN_C1 $PAR_PE -p2

I noticed that if I trim the reads to a given length and remove any remaining shorter reads (i.e. make all reads the same length) then compression succeeds. If I then remove a base/qual off the end of a random read, the errors return.

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