Spaces:
Sleeping
Sleeping
Commit
·
dc14b2e
1
Parent(s):
0f85c0f
Update code/main.py
Browse files- code/main.py +3 -2
code/main.py
CHANGED
|
@@ -5,10 +5,11 @@ from huggingface_hub import hf_hub_download
|
|
| 5 |
|
| 6 |
pdb_path= hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename=f"AF-A0A075B6Y9-F1-model_v4.pdb.gz")
|
| 7 |
import gzip
|
| 8 |
-
|
| 9 |
with gzip.open(pdb_path, mode="rt") as f:
|
| 10 |
file_content = f.read()
|
| 11 |
-
|
|
|
|
| 12 |
|
| 13 |
parser = argparse.ArgumentParser(description='ASCARIS')
|
| 14 |
|
|
|
|
| 5 |
|
| 6 |
pdb_path= hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename=f"AF-A0A075B6Y9-F1-model_v4.pdb.gz")
|
| 7 |
import gzip
|
| 8 |
+
st.write('HER')
|
| 9 |
with gzip.open(pdb_path, mode="rt") as f:
|
| 10 |
file_content = f.read()
|
| 11 |
+
st.write(file_content)
|
| 12 |
+
st.write('REH')
|
| 13 |
|
| 14 |
parser = argparse.ArgumentParser(description='ASCARIS')
|
| 15 |
|