fatmacankara commited on
Commit
545e1c3
·
1 Parent(s): 61d0e3e

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -1
ASCARIS.py CHANGED
@@ -15,7 +15,7 @@ showWarningOnDirectExecution = False
15
  from huggingface_hub import hf_hub_download
16
  import streamlit as st
17
  import gzip
18
- st.write(hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset'))
19
  def convert_df(df):
20
  return df.to_csv(index=False).encode('utf-8')
21
 
 
15
  from huggingface_hub import hf_hub_download
16
  import streamlit as st
17
  import gzip
18
+ st.write(hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-Q9BSV6-F1-model_v4.pdb.gz",repo_type = 'dataset'))
19
  def convert_df(df):
20
  return df.to_csv(index=False).encode('utf-8')
21