-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have installed IGGPIPE in Ubuntu 14.04 lts workstation following the guides of IGGPIPE instructions. While running test data, it throws error. Following is the log file:
getSeqInfo file(s) for genome(s) ALL are up to date.
getKmers file(s) for genome(s) ALL are up to date.
*** getKmers PARAMS=allParameters.test GENOME=1 ***
Extracting unique 11-mers from testFASTA/ITAG2.4_test.fasta into binary file outTestHP11/Kmers/Kmers_1.kmers
(time
jellyfish count -C -m 11 -s 80M -U 1 -o outTestHP11/Kmers/Kmers_1.kmers testFASTA/ITAG2.4_test.fasta ) 2>&1 ### getKmers_1
1.12user 0.02system 0:01.14elapsed 100%CPU (0avgtext+0avgdata 45772maxresident)k
0inputs+3744outputs (0major+8060minor)pagefaults 0swaps
Finished.
*** kmersToText PARAMS=allParameters.test GENOME=1 ***
Converting 11-mers from binary file outTestHP11/Kmers/Kmers_1.kmers into text format in file outTestHP11/Kmers/Kmers_1.kmers.txt
(time
jellyfish dump -c -o outTestHP11/Kmers/Kmers_1.kmers.txt outTestHP11/Kmers/Kmers_1.kmers ) 2>&1 ### jellydump_1
terminate called after throwing an instance of 'jellyfish::compacted_hash::ErrorReading'
what(): 'outTestHP11/Kmers/Kmers_1.kmers': File truncated
Command terminated by signal 6
0.00user 0.00system 0:00.13elapsed 1%CPU (0avgtext+0avgdata 1696maxresident)k
0inputs+0outputs (0major+493minor)pagefaults 0swaps
Can you please troubleshoot this for me. I am not an expert Bioinformatics guy hence, I may require detailed advices to make the program work. Please help.