Skip to content
Permalink
b9fe25bf2d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (18 sloc) 803 Bytes
CSP_Rank_Scores = './CSP_Rank_Scores/'
<<<<<<< HEAD
PDB_FILES = './PDB_FILES/'
=======
PDB_FILES = '../PDB_FILES/'
>>>>>>> 426d4f5686e449f3f47cd8f85d8cbca22df174a1
experimental_structures = PDB_FILES + 'experimental_structures/'
computational_structures = PDB_FILES + 'computational_structures/'
CS_Lists = './CS_Lists/'
CS_Predictions = './CS_Predictions/'
CLUSTERING_RESULTS = './CLUSTERING_RESULTS/'
real_CSList_dir = f'{CS_Predictions}REAL_CSLists/'
apo_NMR_shift_dir = f'{CS_Predictions}NMR_apo_shift_predictions/'
holo_NMR_shift_dir = f'{CS_Predictions}NMR_holo_shift_predictions/'
holo_AF2_shift_dir = f'{CS_Predictions}AF2_holo_shift_predictions/'
NMR_holo_structure_dir = f'{PDB_FILES}NMR_holo/'
NMR_apo_structure_dir = f'{PDB_FILES}NMR_apo/'
AF2_holo_structure_dir = f'{PDB_FILES}AF2_holo/'