-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall_dependencies.sh
More file actions
executable file
·26 lines (22 loc) · 1008 Bytes
/
install_dependencies.sh
File metadata and controls
executable file
·26 lines (22 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
#mPARCE: Protocol for iterative optimization of modified peptides bound to protein targets
#
#From publication: Protocol for iterative optimization of modified peptides bound to protein targets
#Journal of Computer-Aided Molecular Design, 2022
#Authors: Rodrigo Ochoa, Pilar Cossio, Thomas Fox
#
#Third-party tools required:
#
#- Rosetta - https://www.rosettacommons.org/software/license-and-download - The path should be provided in the configuration file
#- BioPython: https://biopython.org/wiki/Download
#- OpenBabel: https://sourceforge.net/projects/openbabel/
########################################################################################
# Ubuntu 20.04 tested commands
########################################################################################
sudo apt-get update
sudo apt-get install pdb2pqr
sudo apt-get install openbabel
sudo apt-get install python3-biopython
sudo apt-get install python3-pip
sudo apt-get install python3-yaml
sudo apt-get install python3-tk