loneknightpy / idba

124 stars 53 forks source link

terminate called after throwing an instance of 'std::logic_error' #30

Open skerker opened 7 years ago

skerker commented 7 years ago

I'm running latest release 1.1.3

Here's the log file. But I noticed during the run:

distance mean -nan sd -nan invalid insert distance. median -nan sd -nan

And then at the end it terminated with a similar error as other users. If there is any other information that would help troubleshoot please let me know.

idba_ud --num_threads 30 -l ./APAJMS011_PE150.fa -o ./ >& ./log &

Log file:

number of threads 30 reads 0 long reads 11289322 extra reads 0 read_length 0 kmer 20 kmers 27975525 28275531 merge bubble 38171 contigs: 104165 n50: 652 max: 20271 mean: 183 total length: 19092680 n80: 245 aligned 0 reads confirmed bases: 0 correct reads: 0 bases: 0 distance mean -nan sd -nan invalid insert distance. median -nan sd -nan kmer 40 kmers 25034539 25146073 merge bubble 6275 contigs: 23881 n50: 2635 max: 65504 mean: 775 total length: 18511217 n80: 625 aligned 0 reads confirmed bases: 0 correct reads: 0 bases: 0 distance mean -nan sd -nan invalid insert distance. median -nan sd -nan kmer 60 kmers 24223803 24284326 merge bubble 3312 contigs: 16975 n50: 3677 max: 90072 mean: 1088 total length: 18482189 n80: 732 aligned 0 reads confirmed bases: 0 correct reads: 0 bases: 0 distance mean -nan sd -nan invalid insert distance. median -nan sd -nan kmer 80 kmers 22202764 22218073 merge bubble 3017 contigs: 14234 n50: 4202 max: 122653 mean: 1295 total length: 18445899 n80: 802 aligned 0 reads confirmed bases: 0 correct reads: 0 bases: 0 distance mean -nan sd -nan invalid insert distance. median -nan sd -nan kmer 100 kmers 19141521 19137008 merge bubble 981 contigs: 15193 n50: 4065 max: 122693 mean: 1234 total length: 18750941 n80: 778 terminate called after throwing an instance of 'std::logic_error' what(): SequenceReader::SequenceReader() istream is invalid

sxh1136 commented 4 years ago

Hi there, did you ever get a fix for this? I'm getting the same error on some of my files?