Spaces:
Sleeping
Sleeping
Commit
·
06f4e62
1
Parent(s):
7902649
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -468,7 +468,7 @@ def alphafold(input_set, mode, impute):
|
|
468 |
## With new updates, can be updated separately.
|
469 |
|
470 |
pdb_info = pd.read_csv(alphafold_summary, sep='\t')
|
471 |
-
|
472 |
|
473 |
## Keeping how many models each AlphaFold structure has.
|
474 |
#model_count = modelCount(alphafold_path)
|
|
|
468 |
## With new updates, can be updated separately.
|
469 |
|
470 |
pdb_info = pd.read_csv(alphafold_summary, sep='\t')
|
471 |
+
st.write('pdb_info', pdb_info)
|
472 |
|
473 |
## Keeping how many models each AlphaFold structure has.
|
474 |
#model_count = modelCount(alphafold_path)
|