Open XuewenWangUGA opened 5 years ago
I am having the same issue. What version of blasr should be used?
Hi, I after struggling with similar problems I recognized, that while installing blasr and sprai with conda/bioconda conda also installed wgs and with this a very old blasr version (1.3) which was linked to the miniconda2/bin folder. As the blasr/bin/blasr version did not worked I installed blasr with apt from the ubuntu repositories and have now the 5.3.2 version which runs fine.
So check with blasr --version
which version is installed (that code should only work with higher versions and the old one will give you an error.
Check with which blasr
which blasr file is actually used.
Run Organelle_PBA with the option -V
to get some debug information.
all the best
Im having the exact same issue, the version of blasr thats being used is version 5.3.3. Im only trying to run the test data and this bug keeps appearing. No idea what I can do to solve this issue, any suggestions much appreciated.
Dear all, I wonder if one of you was able to solve this issue. I'm trying to run the test data and I'm having the same error message. The installed BlasR is version 5.3.3. Thank you Karina
Same for me: running the pipeline with the test data, blasr version is the latest 5.3.3, error "No BlasR output was created. Please check the input and the running parameters."
Hello, I also encountered the same issue, any solutions? Thanks, Annette
To use v1.0.8, if you installed sprai via conda, try conda install --force-reinstall blasr
to install correct version of blasr (5.3.x).
Or use v1.0.7 if you're using old blasr (e.g. 1.3.x). https://github.com/aubombarely/Organelle_PBA/blob/590c362ff13bad4a0eced812ddb268aaa773e54d/OrganelleRef_PBA
Feel free to try my docker build. https://github.com/cgjosephlee/Organelle_PBA
organelle_PBA step : blasr is not working. I tested that blasr tool is working but not in the Organelle_PBA.
data structure: dir "test" has the fastq file, reference file outdir (-o) is artha_chl , as a subdirectory in test
command: perl $EBROOTORGANELLEREF_PBA/OrganelleRef_PBA -i artha_pacbioSRR1284093_c025k.fastq -r artha_refchl01_artha.fa -o artha_chl -t fastq
############################################################
OrganelleRef_PBA Starts (Thu Feb 14 12:53:44 EST 2019)
############################################################
============================================================ 0) Checking arguments (Thu Feb 14 12:53:44 EST 2019)
============================================================ 1) Running BlasR (Thu Feb 14 12:53:44 EST 2019)
No BlasR output was created.Please check the input and the running parameters.