Dear All, I'm running KisSplice-2.4.0, but after minigraph construction I get the following error:
"Problem with /path/to/kissplice/kissplice-2.4.0/libexec/kissplice/ks_debruijn4
<bound method Popen.poll of <subprocess.Popen object at 0x7f79267871d0>>".
Can anyone help me to solve the problem?
Thanks Chiara
This is the kissplice_log_summary file:
This is KisSplice, version 2.4.0
The command line was: /home/universita/kissplice-2.4.0/bin/kissplice -t 8 -k 25 -r all_reads_EcoB.fastq -o /home/universita/kissplice -d /home/universita/kissplice Using the read files: /home/universita/all_reads_EcoB.fastq Results will be stored in: /home/universita/kissplice Summary log file will be saved in: /home/universita/kissplice/kissplice_log_summary_16-39-53_13-07-2016_977484
[16:39:53 13/07/2016] --> Building de Bruijn graph... Graph will be written in /home/universita/kissplice/graph_all_reads_EcoB_k25.[edges/nodes].
The program stops after minigraph construction with the error already posted above:
Problem with /path/to/kissplice/kissplice-2.4.0/libexec/kissplice/ks_debruijn4 <bound method="" popen.poll="" of="" <subprocess.popen="" object="" at="" 0x7f79267871d0="">>.
The output files that it produces in the output directory are the following (if they can help to understand what happened): all_read_filenames, graph.nodes, graph.debloom, graph.reads_binary, graph.debloom2, graph.solid_kmers_binary, graph.edges, graph.solid_kmers_binary_with_count, graph.false_positive_kmers graph.t2_kmers, graph.linearSeqs.
Thanks.
Hello,
We have three options to try to narrow down the reasons why KisSplice is failing to process your data: 1) Check if the compilation and installation are fine: you can do this by entering the directory you compiled KisSplice (i.e. the directory that you ran cmake and make) and running "make test". 2) Check if your fastq file is corrupted. You can also send us the file so that we can check it ourselves. Or, if you prefer, get a small subset of your fastq lines that are able to reproduce this problem and send us. 3) If the two previous options do not work, we can send you a pre-release of the next release that uses a new graph construction tool, GATB (http://gatb.inria.fr/).
Thank you for your report.
Hello,
I downloaded the software version 2.4.0-p1 and now it seems running well.
Thanks