Skip to content

Commit edd976c

Browse files
author
Rodrigo Ochoa
committed
Cleaning version
1 parent 288b2cf commit edd976c

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
lines changed

config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
folder: granzymeH_200_2
1+
folder: granzymeH
22
mode: start
33
pdbID: granzymeH
44
peptide: PRO-THR-SER-TYR-ALA-GLY-ASP-ASP-SER
@@ -8,7 +8,7 @@ scoring: consensus
88
score_list: vina,dligand2,rosetta,nnscore,internal,cyscore
99
threshold: 4
1010
teffective: 4
11-
num_mutations: 200
11+
num_mutations: 100
1212
residues_mod: 2,4,6,8
1313
source: ./input
14-
rosetta_version: /home/ochoadeo/Downloads/rosetta.binary.linux.release-296
14+
rosetta_version: ~/rosetta.binary.linux.release-296

config_categories.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
folder: granzymeH_cat_2
1+
folder: granzymeH_cat
22
mode: start
33
pdbID: granzymeH
44
peptide: PRO-THR-SER-TYR-ALA-GLY-ASP-ASP-SER
@@ -11,5 +11,5 @@ teffective: 4
1111
num_mutations: 100
1212
residues_mod: 2,4,6,8
1313
source: ./input
14-
rosetta_version: /home/ochoadeo/Downloads/rosetta.binary.linux.release-296
14+
rosetta_version: ~/rosetta.binary.linux.release-296
1515
categories: NEUTRAL,HYDROPHOBIC,MEDIUM

src/general.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ def mutation_random(self,residues_mod,mutation_document,score_dictionary_total,m
430430

431431
# Relax the generated structure
432432
os.system("{}/main/source/bin/relax.static.linuxgccrelease -database {}/main/database \
433-
-in:file:s {}/complex_{}_0001.pdb -relax:thorough -out:path:all {} \
434-
-relax:bb_move false".format(self.rosetta_path,
433+
-in:file:s {}/complex_{}_0001.pdb -relax:thorough -out:path:all {}".format(self.rosetta_path,
435434
self.rosetta_path, self.path,
436435
last_good_iteration, self.path))
437436

src/internal_AA.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
ORN
2-
DAL
3-
DAS
4-
DHI
5-
DIL
6-
DPR
7-
DGN
8-
DAR
9-
DTR
10-
DTY
11-
DME
121
ALA
132
SER
143
HIS

src/list_ncaa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
060 0A1 0AR 0EH 0JY 1E3 1TX 28J 2JN 2MR 2TL 41H 4DB 4FO 4WQ 54C 5CT 5GG 5GM 5OL 66D 6D6 6ZS 73C 85G 85J 9DW 9FZ 9G2 ABA ACB AHO ALO ALY AN6 API B8R BTK BWV C1J C4G D11 DA2 DBB DI7 DIV DLE DLY DTH DVA EEP ELY F7P F7V G5G HLX IIL ILO ILX J7H KCR KHB KJW LV8 LYH LYO M3L MK8 MKD ML3 MLY MLZ MYK NLE NMM NVA OAS ONL P2J PRK PRR TBG TPO TS9 UZA VR0 WPA WVL YTH ZS8
1+
060 0A1 0AR 0EH 0JY 1E3 1TX 28J 2JN 2MR 2TL 41H 4DB 4FO 4WQ 54C 5CT 5GG 5GM 5OL 66D 6D6 6ZS 73C 85G 85J 9DW 9FZ 9G2 ABA ACB AHO ALO ALY AN6 API B8R BTK BWV C1J C4G D11 DA2 DBB DI7 DIV DLE DLY DTH DVA EEP ELY F7P F7V G5G HLX IIL ILO ILX J7H KCR KHB KJW LV8 LYH LYO M3L MK8 MKD ML3 MLY MLZ MYK NLE NMM NVA OAS ONL P2J PRK PRR TBG TPO TS9 UZA VR0 WPA WVL YTH ZS8 ORN

0 commit comments

Comments
 (0)