CompSynBioLab-KoreaUniv / FunGAP

FunGAP: fungal Genome Annotation Pipeline
109 stars 33 forks source link

installation error #92

Closed amoltej closed 1 year ago

amoltej commented 1 year ago

can someone please help to resolve following installation error?

Thanks Amol image

mbnmbn00 commented 1 year ago

The message indicates that you don't have gmes_linux_64_4.tar.gz file. Download gmes_linux_64_4.tar.gz and gm_key_64.gz and put it in the docker directory.

amoltej commented 1 year ago

This is how my docker Dir looks Initially program was showing error for not having gmes_linux_64.tar.gz hence I copied gmes_linux_64_4.tar.gz to gmes_linux_64.tar.gz

image

mbnmbn00 commented 1 year ago

Can you edit the Docerfile line 6? from

COPY gmes_linux_64.tar.gz /workspace/FunGAP/external/

to

COPY gmes_linux_64_4.tar.gz /workspace/FunGAP/external/

Sorry. This must to be a bug or I made some mistake here. I will tag @lmtani who wrote the script to get some help.

amoltej commented 1 year ago

That worked! Thanks Heaps

Amol

mbnmbn00 commented 1 year ago

Glad you resolved the issue. If you don't mind, could you click the star button? So people get more attention for this program.