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
Create a shell script that installs third party software. Take a look at ARIBA script: https://github.com/sanger-pathogens/ariba/blob/master/install_dependencies.sh
Include a module in BacterialTyper that checks for dependencies and calls the shell script if necessary. https://github.com/JFsanchezherrero/BacterialTyper/blob/d3067ea31a216fa9930f086cf887388822bfca9c/BacterialTyper/modules/set_configuration.py#L7
See details of python, perl and software dependencies in: BacterialTyper/config/main/
The text was updated successfully, but these errors were encountered:
JFsanchezherrero
No branches or pull requests
Create a shell script that installs third party software. Take a look at ARIBA script:
https://github.com/sanger-pathogens/ariba/blob/master/install_dependencies.sh
Include a module in BacterialTyper that checks for dependencies and calls the shell script if necessary.
https://github.com/JFsanchezherrero/BacterialTyper/blob/d3067ea31a216fa9930f086cf887388822bfca9c/BacterialTyper/modules/set_configuration.py#L7
See details of python, perl and software dependencies in:
BacterialTyper/config/main/
The text was updated successfully, but these errors were encountered: