Spaces:
Sleeping
Sleeping
Commit
·
482bd04
1
Parent(s):
ba0ad61
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
|
@@ -239,9 +239,9 @@ def pdb(input_set, mode, impute):
|
|
| 239 |
modbase_simple = modbase_simple.drop_duplicates(['uniprotID', 'wt', 'pos' ,'mut','datapoint'])
|
| 240 |
modbaseOut, no_modbase_models_updated = addModbaseModels(modbase_simple, path_to_input_files, path_to_output_files)
|
| 241 |
st.write('modbaseOut')
|
| 242 |
-
st.write(modbaseOut
|
| 243 |
st.write('no_modbase_models_updated')
|
| 244 |
-
st.write(no_modbase_models_updated
|
| 245 |
|
| 246 |
if len(modbaseOut) > 0:
|
| 247 |
modbase = modbase.merge(modbaseOut, on = ['uniprotID', 'wt', 'pos', 'mut','datapoint'], how = 'left')
|
|
|
|
| 239 |
modbase_simple = modbase_simple.drop_duplicates(['uniprotID', 'wt', 'pos' ,'mut','datapoint'])
|
| 240 |
modbaseOut, no_modbase_models_updated = addModbaseModels(modbase_simple, path_to_input_files, path_to_output_files)
|
| 241 |
st.write('modbaseOut')
|
| 242 |
+
st.write(modbaseOut)
|
| 243 |
st.write('no_modbase_models_updated')
|
| 244 |
+
st.write(no_modbase_models_updated)
|
| 245 |
|
| 246 |
if len(modbaseOut) > 0:
|
| 247 |
modbase = modbase.merge(modbaseOut, on = ['uniprotID', 'wt', 'pos', 'mut','datapoint'], how = 'left')
|