Spaces:
Sleeping
Sleeping
Commit
·
2517647
1
Parent(s):
06f4e62
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -468,7 +468,6 @@ 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 |
-
st.write('pdb_info', pdb_info)
|
| 472 |
|
| 473 |
## Keeping how many models each AlphaFold structure has.
|
| 474 |
#model_count = modelCount(alphafold_path)
|
|
@@ -586,7 +585,7 @@ def alphafold(input_set, mode, impute):
|
|
| 586 |
info_per_model = {} # her bir datapoint için baştan yazılıyor.
|
| 587 |
dist_of_annots = {}
|
| 588 |
all_domain_distances = []
|
| 589 |
-
|
| 590 |
for mod in models_we_need:
|
| 591 |
print('---------PRINTING FOR MODEL--------', mod)
|
| 592 |
dist_of_annots[str(mod)] = {}
|
|
|
|
| 468 |
## With new updates, can be updated separately.
|
| 469 |
|
| 470 |
pdb_info = pd.read_csv(alphafold_summary, sep='\t')
|
|
|
|
| 471 |
|
| 472 |
## Keeping how many models each AlphaFold structure has.
|
| 473 |
#model_count = modelCount(alphafold_path)
|
|
|
|
| 585 |
info_per_model = {} # her bir datapoint için baştan yazılıyor.
|
| 586 |
dist_of_annots = {}
|
| 587 |
all_domain_distances = []
|
| 588 |
+
st.write('models_we_need', models_we_need)
|
| 589 |
for mod in models_we_need:
|
| 590 |
print('---------PRINTING FOR MODEL--------', mod)
|
| 591 |
dist_of_annots[str(mod)] = {}
|