Skip to content
New issue

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

install from source #34

Open
jacorvar opened this issue Feb 19, 2019 · 1 comment
Open

install from source #34

jacorvar opened this issue Feb 19, 2019 · 1 comment

Comments

@jacorvar
Copy link

Would it be possible to install seroBA from source?

Thanks

@eppinglen
Copy link
Member

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
``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants