DrosophilaGenomeEvolution / TrEMOLO

Transposable Elements MOvement detection using LOng reads
GNU General Public License v3.0
19 stars 5 forks source link

LiftOff error #23

Open GabrieleRigano99 opened 4 months ago

GabrieleRigano99 commented 4 months ago

Hi, thank you for the amazing tool! I am getting an error with the LiftOff process using singularity. singularity run TrEMOLO.simg snakemake --snakefile run.snk --configfile config.yaml could you help me out please? thank you! Snakefile_outsider.log Snakefile_outsider.err.txt LIFT_OFF.err.txt

M-D75 commented 4 months ago

Hi,

Do you have the same problem with the test dataset?

If not, could you run the following commands and let me know the results:

singularity exec TrEMOLO.simg liftoff
singularity exec TrEMOLO.simg python
import numpy as np
print(np.__version__)
np.int

Do you encounter any errors when running the above commands ?

Best, M-D

GabrieleRigano99 commented 4 months ago

Hi, thanks for the reply! The test works perfectly. singularity exec TrEMOLO.simg liftoff /home/gab/Schenckii/Final_schenckii_project/SVs2/INPUT/SS02_cactus.fa /home/gab/Schenckii/Final_schenckii_project/SVs2/INPUT/SS01_cactus.fa -g ~/Schenckii/Final_schenckii_project/SVs2/OUTSIDER/INSIDER_VR/INOUTSIDER.gff -f list_liftoff liftoff asks for a list of types of features to lift, so i made it and it worked. (repeat_element)

singularity exec TrEMOLO.simg python Python 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] on linux My version of numpy in conda is 1.21.1 Thanks!

M-D75 commented 4 months ago

Hi,

OK, thank you. I believe I have identified the problem. Please wait until Tuesday, I will make an update that you can test.

Best, M-D

M-D75 commented 3 months ago

Hi,

Updated on a new branch.

Command to fetch the update:

git clone -b fix_issue_23 https://github.com/DrosophilaGenomeEvolution/TrEMOLO.git

However, you should rebuild the Singularity container with this update.

sudo singularity build TrEMOLO.simg TrEMOLO/Singularity

I have a question though: did you build the previous container yourself, or did you download the one available here?

Best, M-D