Spaces:
Sleeping
Sleeping
Commit
·
593090c
1
Parent(s):
6062b22
Update code/add_sasa.py
Browse files- code/add_sasa.py +2 -0
code/add_sasa.py
CHANGED
|
@@ -46,6 +46,7 @@ def run_freesasa(infile, outfile, include_hetatms=True, outdir=None, force_rerun
|
|
| 46 |
out, err = command.communicate()
|
| 47 |
st.write('OUT')
|
| 48 |
st.write(outfile)
|
|
|
|
| 49 |
api = HfApi()
|
| 50 |
st.write('API')
|
| 51 |
st.write(api)
|
|
@@ -54,6 +55,7 @@ def run_freesasa(infile, outfile, include_hetatms=True, outdir=None, force_rerun
|
|
| 54 |
path_in_repo="HUBioDataLab/ASCARIS/out_files/pdb/freesasa_files",
|
| 55 |
repo_id="HUBioDataLab/ASCARIS",
|
| 56 |
repo_type="space")
|
|
|
|
| 57 |
return outfile
|
| 58 |
|
| 59 |
def calculate_freesasa(ID, model_num, existing_free_sasa, path_to_input,path_to_output_files, file_type = 'gzip'):
|
|
|
|
| 46 |
out, err = command.communicate()
|
| 47 |
st.write('OUT')
|
| 48 |
st.write(outfile)
|
| 49 |
+
"""
|
| 50 |
api = HfApi()
|
| 51 |
st.write('API')
|
| 52 |
st.write(api)
|
|
|
|
| 55 |
path_in_repo="HUBioDataLab/ASCARIS/out_files/pdb/freesasa_files",
|
| 56 |
repo_id="HUBioDataLab/ASCARIS",
|
| 57 |
repo_type="space")
|
| 58 |
+
"""
|
| 59 |
return outfile
|
| 60 |
|
| 61 |
def calculate_freesasa(ID, model_num, existing_free_sasa, path_to_input,path_to_output_files, file_type = 'gzip'):
|