Closed Tcvalenzuela closed 4 years ago
Oops. You are getting the default values of ovlp/pa_HPCdaligner_option
. Gene removed -D
from HPC.daligner
, and we forgot to remove that from the defaults.
You can fix this by setting:
[General]
pa_HPCdaligner_option = -v
ovlp_HPCdaligner_option = -v -l500
You might also want to add something like -B128
to both of those also. We always set -B
there, so we have never run into this. But we will remove -D
from defaults in the next release. Thanks for the report.
Hey everyone and thanks for helping me, I'm trying to test the installation of Falcon in order to ensemble locally my genomes, I installed Falcon throught "conda install pb-assembly" in a new enviroment. Nevertheless, I have several problems to make run the test data "F1_bull_test_data", my config file look like this:
And I'm getting this in the stderr file (Last part)
I think that the problem is that in some of the script Falcon is calling "pstree -apl", but there is no option -a.
There is any way to avoid these error, are something that I'm not seen, please help
Thanks