Closed Ikarto closed 4 months ago
Upd: I created a separate virtual machine with Ubuntu 23.04 LTS, where I installed the software from the . I tried to install in 2 ways, where boost library was installed using apt-get and from source. Both installation options end up with the same errors as the docker image.
RNAnue preproc --config requirements/params.cfg
RNAnue v0.2.0 - Detect RNA-RNA interactions from Direct-Duplex-Detection (DDD) data.
[2024-06-02 13:59:15] Create directory to store the results (specified via --outdir)
[2024-06-02 13:59:15] The directory "/tmp/output/" already exists
[2024-06-02 13:59:15] The directory "/tmp/output/preproc" was created
[2024-06-02 13:59:15] The directory "/tmp/output/tmp" already exists
terminate called after throwing an instance of 'boost::wrapexcept<boost::bad_any_cast>'
what(): boost::bad_any_cast: failed conversion using boost::any_cast
Aborted (core dumped)
I assume that the problem is present in the source code.
Only noticed new commits. Will update after compilation of new version [0.2.1].
Thank you for your promptness.
Hi there, thank you for your patience. A merge with an old devel branch and update to C++20 caused some issues. I will test it tomorrow and then submit the new patch. Thanks
Hello, could you try it again with the latest container? Thanks
We tested it with the recent fixes... works for us. If you encounter into any other problems please reopen this issue. Thanks
I tried running Docker image available at Docker Hub under tag: v0.2. I have not been able to run the latest version because I do not have a machine with arm64/v8.
I have tried 2 options:
and
For "complete" run ,no software is started at all, only an output folder is created.
For "preproc" run ,I am obtaining boost library error:
My
params.cfg
file is:This is further confirmation that, unfortunately, the problem is not related to the transformation of the Docker container into a Singularity image file.