has anybody else encountered this error during output phase of Newbler 2.5.3:
Call Stack:
8: safeAssert(char const*, char const*, unsigned int, char const*)
7: Sequence::getCafieScore(int)
6: Alignment::setSnpMode(int)
5: Alignment::set(ChordMatrix*, std::vector<ChordRegion, std::allocator<ChordRegion> > const&, bool, int)
4: OutputPhase::setupAlignmentObject(ScaffoldIterJob*)
3: OutputPhaseWorkerThread::run()
2: Thread::_dispatch(void*)
1: /lib/libpthread.so.0 [0x7f30402983f7]
Error: An internal error has occurred in the computation.
Assertion: pos >= 1 && pos <= getLength()
Location: 'int Sequence::getCafieScore(int)' [Sequence.cpp:259]
Please report this error to your customer support representative.
This error occurs while generating output. Halfway through the "Generating output..." phase, the error pops up. I am trying to assemble cdna, including sff file with sanger reads. My sff file contains 1,285,287 reads and my sanger file contains 1,913,387 reads (it was created from Illumina assembly. I am trying to do hybrid assembly via Newbler). Using latest version of Ubuntu 64bit, 25GB RAM and 8 processors. Command line used is: runAssembley -cdna -cpu 8 infile.sff sangers.fna
I have tried using the -siod option, but get the same error. I have also seen the same error when I only use SFF files. i have successfully assembled single SFF files with ~1,000,000 reads. My first hunch is a memory issue, since the error occurs when I have > ~2,000,000 reads.
Call Stack:
8: safeAssert(char const*, char const*, unsigned int, char const*)
7: Sequence::getCafieScore(int)
6: Alignment::setSnpMode(int)
5: Alignment::set(ChordMatrix*, std::vector<ChordRegion, std::allocator<ChordRegion> > const&, bool, int)
4: OutputPhase::setupAlignmentObject(ScaffoldIterJob*)
3: OutputPhaseWorkerThread::run()
2: Thread::_dispatch(void*)
1: /lib/libpthread.so.0 [0x7f30402983f7]
Error: An internal error has occurred in the computation.
Assertion: pos >= 1 && pos <= getLength()
Location: 'int Sequence::getCafieScore(int)' [Sequence.cpp:259]
Please report this error to your customer support representative.
This error occurs while generating output. Halfway through the "Generating output..." phase, the error pops up. I am trying to assemble cdna, including sff file with sanger reads. My sff file contains 1,285,287 reads and my sanger file contains 1,913,387 reads (it was created from Illumina assembly. I am trying to do hybrid assembly via Newbler). Using latest version of Ubuntu 64bit, 25GB RAM and 8 processors. Command line used is: runAssembley -cdna -cpu 8 infile.sff sangers.fna
I have tried using the -siod option, but get the same error. I have also seen the same error when I only use SFF files. i have successfully assembled single SFF files with ~1,000,000 reads. My first hunch is a memory issue, since the error occurs when I have > ~2,000,000 reads.
Comment