Skip to content

Commit ef8bb4c

Browse files
author
Rodrigo Ochoa
committed
Latest updates
1 parent edd976c commit ef8bb4c

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Rodrigo Ochoa
3+
Copyright (c) 2022 Rodrigo Ochoa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

auxiliar/create_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mPARCE: Protocol for iterative optimization of modified peptides bound to protein targets
55
66
From publication: Protocol for iterative optimization of modified peptides bound to protein targets
7-
Journal of Chemical Information and Modelling, 2022
7+
Journal of Computer-Aided Molecular Design, 2022
88
Authors: Rodrigo Ochoa, Pilar Cossio, Thomas Fox
99
1010
Third-party tools required:
@@ -167,4 +167,4 @@ def generate_params(nnaa,rosetta_path,pdb):
167167
os.system("rm tripeptide.pdb")
168168

169169
# Generate the report of successful parameterization
170-
os.system("mv success_report.temp success_report.txt")
170+
os.system("mv success_report.temp success_report.txt")

config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ teffective: 4
1111
num_mutations: 100
1212
residues_mod: 2,4,6,8
1313
source: ./input
14-
rosetta_version: ~/rosetta.binary.linux.release-296
14+
rosetta_version: <UPDATE_ROSETTA_PATH>

config_categories.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ teffective: 4
1111
num_mutations: 100
1212
residues_mod: 2,4,6,8
1313
source: ./input
14-
rosetta_version: ~/rosetta.binary.linux.release-296
14+
rosetta_version: <UPDATE_ROSETTA_PATH>
1515
categories: NEUTRAL,HYDROPHOBIC,MEDIUM

install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#mPARCE: Protocol for iterative optimization of modified peptides bound to protein targets
44
#
55
#From publication: Protocol for iterative optimization of modified peptides bound to protein targets
6-
#Journal of Chemical Information and Modelling, 2022
6+
#Journal of Computer-Aided Molecular Design, 2022
77
#Authors: Rodrigo Ochoa, Pilar Cossio, Thomas Fox
88
#
99
#Third-party tools required:

run_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mPARCE: Protocol for iterative optimization of modified peptides bound to protein targets
55
66
From publication: Protocol for iterative optimization of modified peptides bound to protein targets
7-
Journal of Chemical Information and Modelling, 2022
7+
Journal of Computer-Aided Molecular Design, 2022
88
Authors: Rodrigo Ochoa, Pilar Cossio, Thomas Fox
99
1010
Third-party tools required:

src/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mPARCE: Protocol for iterative optimization of modified peptides bound to protein targets
55
66
From publication: Protocol for iterative optimization of modified peptides bound to protein targets
7-
Journal of Chemical Information and Modelling, 2022
7+
Journal of Computer-Aided Molecular Design, 2022
88
Authors: Rodrigo Ochoa, Pilar Cossio, Thomas Fox
99
1010
Third-party tools required:

src/scoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mPARCE: Protocol for iterative optimization of modified peptides bound to protein targets
55
66
From publication: Protocol for iterative optimization of modified peptides bound to protein targets
7-
Journal of Chemical Information and Modelling, 2022
7+
Journal of Computer-Aided Molecular Design, 2022
88
Authors: Rodrigo Ochoa, Pilar Cossio, Thomas Fox
99
1010
Third-party tools required:

0 commit comments

Comments
 (0)