fatmacankara commited on
Commit
e6671c5
·
1 Parent(s): 674e20c

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +0 -1
code/alphafold_featureVector.py CHANGED
@@ -40,7 +40,6 @@ def getModelInfo(uniprotID, varPos, wt, models_we_need, path_to_output_files ):
40
  except u.EntryNotFoundError:
41
  st.write('take2')
42
  pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures2", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
43
- st.write(pdb_path)
44
  except u.EntryNotFoundError:
45
  st.write('take3')
46
  pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures3", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
 
40
  except u.EntryNotFoundError:
41
  st.write('take2')
42
  pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures2", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
 
43
  except u.EntryNotFoundError:
44
  st.write('take3')
45
  pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures3", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')