Spaces:
Running
Running
Commit
·
baf3e1e
1
Parent(s):
8d9c11e
Update code/pdb_featureVector.py
Browse files- code/pdb_featureVector.py +0 -50
code/pdb_featureVector.py
CHANGED
@@ -1,53 +1,3 @@
|
|
1 |
-
Hugging
|
2 |
-
Face
|
3 |
-
's logo
|
4 |
-
Hugging
|
5 |
-
Face
|
6 |
-
Search
|
7 |
-
models, datasets, users...
|
8 |
-
Models
|
9 |
-
Datasets
|
10 |
-
Spaces
|
11 |
-
Docs
|
12 |
-
Solutions
|
13 |
-
Pricing
|
14 |
-
|
15 |
-
Spaces:
|
16 |
-
|
17 |
-
HUBioDataLab
|
18 |
-
/
|
19 |
-
ASCARIS
|
20 |
-
|
21 |
-
like
|
22 |
-
0
|
23 |
-
|
24 |
-
App
|
25 |
-
Files
|
26 |
-
Community
|
27 |
-
Settings
|
28 |
-
ASCARIS
|
29 |
-
/
|
30 |
-
code
|
31 |
-
/
|
32 |
-
pdb_featureVector.py
|
33 |
-
fatmacankara
|
34 |
-
's picture
|
35 |
-
fatmacankara
|
36 |
-
Update
|
37 |
-
code / pdb_featureVector.py
|
38 |
-
debd6c0
|
39 |
-
less
|
40 |
-
than
|
41 |
-
a
|
42 |
-
minute
|
43 |
-
ago
|
44 |
-
raw
|
45 |
-
history
|
46 |
-
blame
|
47 |
-
edit
|
48 |
-
delete
|
49 |
-
96
|
50 |
-
kB
|
51 |
# IMPORT NECESSARY MODULES AND LIBRARIES
|
52 |
from timeit import default_timer as timer
|
53 |
import xml.etree.ElementTree as ET
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# IMPORT NECESSARY MODULES AND LIBRARIES
|
2 |
from timeit import default_timer as timer
|
3 |
import xml.etree.ElementTree as ET
|