Spaces:
Sleeping
Sleeping
Commit
·
83b0ace
1
Parent(s):
2b6f3ac
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -691,7 +691,8 @@ def alphafold(input_set, mode, impute):
|
|
| 691 |
st.write('existing_free_sasa', existing_free_sasa)
|
| 692 |
if ID not in existing_free_sasa:
|
| 693 |
fullID = f'AF-{uniprotID}-F{mod}-model_v4.pdb.gz'
|
| 694 |
-
|
|
|
|
| 695 |
st.write('Calculated')
|
| 696 |
#calculate_freesasa(uniprotID, mod, existing_free_sasa, alphafold_path, path_to_output_files)
|
| 697 |
if (mutationPositionOnPDB != 'nan'):
|
|
|
|
| 691 |
st.write('existing_free_sasa', existing_free_sasa)
|
| 692 |
if ID not in existing_free_sasa:
|
| 693 |
fullID = f'AF-{uniprotID}-F{mod}-model_v4.pdb.gz'
|
| 694 |
+
st.write(fullID)
|
| 695 |
+
run_freesasa(pdb_path, Path(path_to_output_files / f'freesasa_files/AF-{uniprotID}-F{mod}.txt'), include_hetatms=True,outdir=None, force_rerun=False)
|
| 696 |
st.write('Calculated')
|
| 697 |
#calculate_freesasa(uniprotID, mod, existing_free_sasa, alphafold_path, path_to_output_files)
|
| 698 |
if (mutationPositionOnPDB != 'nan'):
|