Spaces:
Sleeping
Sleeping
Commit
·
2b7168f
1
Parent(s):
e426677
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -605,6 +605,8 @@ def alphafold(input_set, mode, impute):
|
|
| 605 |
st.write(pdbSequence)
|
| 606 |
|
| 607 |
st.write('Hello I am in 3Dalignment')
|
|
|
|
|
|
|
| 608 |
|
| 609 |
atomSequence = ''
|
| 610 |
coords = []
|
|
|
|
| 605 |
st.write(pdbSequence)
|
| 606 |
|
| 607 |
st.write('Hello I am in 3Dalignment')
|
| 608 |
+
st.write('file', file_format)
|
| 609 |
+
|
| 610 |
|
| 611 |
atomSequence = ''
|
| 612 |
coords = []
|