Spaces:
Running
Running
Eachan Johnson
commited on
Commit
·
37e0719
1
Parent(s):
36929a8
Update examples
Browse files
example-data/liu23-abau-1000.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
example-data/stokes20-eco-1000.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
example-data/wong24-sau-tox-1000.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
scripts/prep-examples.sh
CHANGED
@@ -28,6 +28,6 @@ set -x
|
|
28 |
|
29 |
pandas '[['"$FIELDS"']].sample('"$NLINES"')' \
|
30 |
< "$INPUT" \
|
31 |
-
| schemist convert -c SMILES -2 id pubchem_id
|
32 |
| pandas '.sort_values(["id"])' \
|
33 |
> "$OUTPUT"
|
|
|
28 |
|
29 |
pandas '[['"$FIELDS"']].sample('"$NLINES"')' \
|
30 |
< "$INPUT" \
|
31 |
+
| schemist convert -c SMILES -2 id pubchem_id -f CSV \
|
32 |
| pandas '.sort_values(["id"])' \
|
33 |
> "$OUTPUT"
|