Open LucyJimenez opened 2 weeks ago
Hi @LucyJimenez
fas.setup -t ~/fas_anno_tools -d ~/src/dtu/
Here I have the two tar.gz files saved in the ~/src/dtu/
folder (/home/vinh/src/dtu/signalp-4.1g.Linux.tar.gz and /home/vinh/src/dtu/tmhmm-2.0c.Linux.tar.gz)
tee
command to save the process into a text file and then email me that file. For example:fas.setup -t ~/fas_anno_tools -d ~/src/dtu/ | tee fas_installation_log.txt
Best, Vinh
Hi,
I followed the setup instructions as outlined in the wiki to install annotation tools using
fas.setup
. During the process, I encountered issues when attempting to include TMHMM 2.0c and SignalP 4.1g.Case 1: TMHMM 2.0c and SignalP 4.1g Installation Error
When I ran the following command:
and opted to install TMHMM 2.0c and SignalP 4.1g, I received the following error:
Even though I provided the path to the downloaded tar files as requested, the tool expected a directory instead of a tar.gz file, resulting in a failure to proceed with the installation.
Case 2: Running Without TMHMM 2.0c and SignalP 4.1g
To move forward, I re-ran the setup without including TMHMM 2.0c and SignalP 4.1g. The installation completed successfully, but when I checked the
annoTools.txt
file, SEG was missing.Here's the content of
annoTools.txt
:It seems that SEG, which is supposed to be provided by default, was not installed or listed in the file.
Could you provide guidance on resolving these issues? Specifically:
annoTools.txt
.Thank you for your help!