You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9) Re-launch a terminal window (or type `source ~/.bash_profile`). Finally run funannotate setup script to download databases and identify any problems.
9) Re-launch a terminal window (or type `source ~/.bash_aliases`). Finally run funannotate setup script to download databases and identify any problems.
98
98
```
99
99
#navigate into funannotate install directory
100
-
cd $HOME/.linuxbrew/Cellar/funannotate/version#/libexec
100
+
cd $HOME/.linuxbrew/opt/funannotate/libexec
101
101
102
-
#run setup script, note you need sudo here to copy over the proper ProteinOrtho version
103
-
sudo ./setup.sh
102
+
#run setup script
103
+
./setup.sh
104
104
```
105
105
The script will download and format necessary databases and then check all of the dependencies of funannotate - any tool not properly installed will be flagged by the script.
0 commit comments