We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to install seroBA from source?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @jacorvar,
yes this is possible. Please install all dependences as describe in the Documentation. For Example for Ubuntu 16.04 (Xenial):
Install the dependencies:
apt-get update apt-get install --no-install-recommends -y build-essential cd-hit curl git libbz2-dev liblzma-dev mummer python python3-dev python3-setuptools python3-pip python3-tk python3-matplotlib unzip wget zlib1g-dev wget -q https://raw.githubusercontent.com/sanger-pathogens/seroba/master/install_dependencies.sh && bash ./install_dependencies.sh
Once the dependencies are installed, install SeroBA:
git clone https://github.com/sanger-pathogens/seroba cd seroba python setup.py install ``
Sorry, something went wrong.
No branches or pull requests
Would it be possible to install seroBA from source?
Thanks
The text was updated successfully, but these errors were encountered: