Hi all,
I have encountered terminate called after throwing an instance of 'std::bad_alloc' message during euler-sr assembly in the assemblesec.pl stage. Does anybody have experienced that before? Thanks
${EUSRC}/assembly/Assemble.pl sample1_reads_cat_qualfil.fa -ruleFile sample1_reads_cat_qualfil.rules
mkdir -p fixed; /home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/readsToSpectrum sample1_reads_cat_qualfil.fa -ruleFile fixed/sample1_reads_cat_qualfil.fa.spect -printCount
/home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/estErrorDist fixed/sample1_reads_cat_qualfil.fa.spect -binary
/home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/sortIntegralTupleList fixed/sample1_reads_cat_qualfil.fa.spect -printCount -minMult 0
Using minimum multiplicity: 2
/home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/fixErrors sample1_reads_cat_qualfil.fa fixed/sample1_reads_cat_qualfil.fa.spect -ruleFile fixed/sample1_reads_cat_qualfil.fa -minMult 2 -maxScore 3 -startScore 2 -stepScore 1 -minVotes 2 -edgeLimit 3 -replaceN
/home/allenyu/source/euler-sr.1.1.2/assembly/assemblesec.pl fixed/sample1_reads_cat_qualfil.fa -vertexSize -ruleFile
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
I have encountered terminate called after throwing an instance of 'std::bad_alloc' message during euler-sr assembly in the assemblesec.pl stage. Does anybody have experienced that before? Thanks
${EUSRC}/assembly/Assemble.pl sample1_reads_cat_qualfil.fa -ruleFile sample1_reads_cat_qualfil.rules
mkdir -p fixed; /home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/readsToSpectrum sample1_reads_cat_qualfil.fa -ruleFile fixed/sample1_reads_cat_qualfil.fa.spect -printCount
/home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/estErrorDist fixed/sample1_reads_cat_qualfil.fa.spect -binary
/home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/sortIntegralTupleList fixed/sample1_reads_cat_qualfil.fa.spect -printCount -minMult 0
Using minimum multiplicity: 2
/home/allenyu/source/euler-sr.1.1.2/assembly/x86_64/fixErrors sample1_reads_cat_qualfil.fa fixed/sample1_reads_cat_qualfil.fa.spect -ruleFile fixed/sample1_reads_cat_qualfil.fa -minMult 2 -maxScore 3 -startScore 2 -stepScore 1 -minVotes 2 -edgeLimit 3 -replaceN
/home/allenyu/source/euler-sr.1.1.2/assembly/assemblesec.pl fixed/sample1_reads_cat_qualfil.fa -vertexSize -ruleFile
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
Comment