Personal tools
You are here: Home / Installing Biskit / Troubleshooting / T-Coffee troubleshooting

T-Coffee troubleshooting

Resolve issues with T-Coffee installations.

Issue 1: CANNOT WRITE /home/biskit/.t_coffee/...

This may happen if you followed the installation instructions using sudo rather than as root. In this case the ~/.t_coffee folder belongs to root and is not writable by your normal user.

Solution:

cd ~
sudo chown -R biskit:biskit .t_coffee

(replace biskit:biskit by your user and group name)