Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
2c5188e
1
Parent(s):
1177ad1
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -392,6 +392,8 @@ def alphafold(input_set, mode, impute):
|
|
392 |
|
393 |
st.write('HERE2')
|
394 |
st.write(pdb_path)
|
|
|
|
|
395 |
if get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan', 'nan', 'nan', mode, Path(path_to_output_files / '3D_alignment'),
|
396 |
'gzip') != None:
|
397 |
alignments, coords, resnums_for_sasa = get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan',
|
|
|
392 |
|
393 |
st.write('HERE2')
|
394 |
st.write(pdb_path)
|
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'),
|
398 |
'gzip') != None:
|
399 |
alignments, coords, resnums_for_sasa = get_alignments_3D(uniprotID, mod, pdb_path, pdbSequence, 'nan',
|