Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
45ba338
1
Parent(s):
2c5188e
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -391,7 +391,13 @@ def alphafold(input_set, mode, impute):
|
|
391 |
st.write(file_content)
|
392 |
|
393 |
st.write('HERE2')
|
394 |
-
st.write(
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
st.write(get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan', 'nan', 'nan', mode, Path(path_to_output_files / '3D_alignment'),
|
396 |
'gzip'))
|
397 |
if get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan', 'nan', 'nan', mode, Path(path_to_output_files / '3D_alignment'),
|
|
|
391 |
st.write(file_content)
|
392 |
|
393 |
st.write('HERE2')
|
394 |
+
st.write(uniprotID)
|
395 |
+
st.write(mod)
|
396 |
+
st.write(pdbSequence)
|
397 |
+
st.write(mode, type(mode))
|
398 |
+
st.write(Path(path_to_output_files / '3D_alignment'))
|
399 |
+
|
400 |
+
|
401 |
st.write(get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan', 'nan', 'nan', mode, Path(path_to_output_files / '3D_alignment'),
|
402 |
'gzip'))
|
403 |
if get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan', 'nan', 'nan', mode, Path(path_to_output_files / '3D_alignment'),
|