Postagens

Mostrando postagens de julho, 2020

^M: interpretador incorreto

Quando: bash: xxxx /usr/bin/xxxx^M: interpretador incorreto: Arquivo ou diretório inexistente sed - i - e 's/\r$//' [nome do script]

Para HyPhy (CMAKE)

Para usar o Hyphy, de preferência compilar da source pois as vezes não acha as bibliotecas necessárias no sistema. Para Hyphy  Kitware now has an APT repository that currently supports Ubuntu 16.04, 18.04 and 20.04 Install Instructions: Remove old version of cmake sudo apt purge --auto-remove cmake Obtain a copy of the signing key wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null Add the repository to your sources list a. For Ubuntu Focal Fossa (20.04) sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main' b. For Ubuntu Bionic Beaver (18.04) sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' c. For Ubuntu Xenial Xerus (16.04) sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' Update and install sudo apt update sudo apt install cmake