Hello,
I have Illumina PE and Pacbio reads from a bacteria...now I have assembled Illumina PE reads using velvet and want to perform combined assembly with velvet-assembled-scaffold and PacBio reads using PBJelly... Though I have gone through the installation process without much hassle, I am stuck at the mapping level without any idea for more than two days now...I get this error msg after executing "jelly.py mapping myProtocol.xml" : IOError: [Errno 2] No such file or directory: '/path/to/my/directory/data/pbjelly_out2/mapping/DRR030785-87.fastq.m4' I have put all the path on bashrc and blasr is also running fine...i followed the instructions from a similiar post in pbjelly forum...still coudnt make it work !!!
Does anyone has experience with this tool ????? any help will be highly appreciated
Check similar issues on the PBSuite forum: here and here.
First...@Jean-Karim...Thankyou so much for the time and reply...but those links were what I meant when I said "i followed the instructions from a similiar post in pbjelly forum" Secondly...This problem actually happens due to non-availability of m4 file (synonymous to SAM file but for blasr) so you have to run blasr from outside with -m 4 option and keep the output file in the path given in the error (along with the same file name given in error msg). That solves the issue.
Then the question is why is blasr not running from the main pipeline ? If it's in the path, maybe the pipeline is run as another user. Also I saw somewhere that the pipeline scripts run with /bin/sh so may be this is not pointing to the shell you're using.