Sébastien Guizard

Results 14 comments of Sébastien Guizard

Hi, In my case the installer was not able to found the boost libraries. My solution have been to ask to the installer to download and install boost itself :...

Try to install the dev pakage of boost (`apt install libboost-dev` or `dnf install boost-devel`), and run the installation without `BOOST_ROOT=install`.

Hi, I don't think it's the solution for two reasons : 1. this command ask for the user password, and I don't to have my password wrote in clear anywhere...

Hi, if you are still interested by a solution, you can use conda to create an environment with the right `Matrix` version. ``` conda create -n scbdlfinder conda activate scdblfinder...

I recreated the `alz.chunk3_tama.fa` fasta file. You'll find everything [here](https://github.com/sguizard/ultra/tree/BUG_-4294967296/input_files).

I'm not surprised, it seems to be very random :/ On the 22 To of isoseq a analyzed, I noticed some failing uLTRA jobs, but each time they succeeded after...

From my point of view, it's not a big deal. It's a very small number of failing job, 0, 1, 2, 3 on 300 jobs. And as I said, they...

Thanks for your contribution. I have done this update on modules repo, and then on the isoseq repo.

Hi @reginabohnert, It's a good idea, it would avoid a lot of computation. I also have in mind the possibility to enter at mapping step. Adding this option imply to...