Skip to content

Commit

Permalink
updating readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron authored and ersilia-bot committed May 15, 2024
1 parent 7504801 commit fdf6478
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Estimation of synthetic accessibility score (SAScore) of drug-like molecules bas
## Ersilia model URLs
* [GitHub](https://github.com/ersilia-os/eos9ei3)
* [AWS S3](https://ersilia-models-zipped.s3.eu-central-1.amazonaws.com/eos9ei3.zip)
* [DockerHub](https://hub.docker.com/r/ersiliaos/eos9ei3) (AMD64, ARM64)
* [DockerHub](https://hub.docker.com/r/ersiliaos/eos9ei3) (AMD64)

## Citation

Expand Down
3 changes: 1 addition & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"S3": "https://ersilia-models-zipped.s3.eu-central-1.amazonaws.com/eos9ei3.zip",
"DockerHub": "https://hub.docker.com/r/ersiliaos/eos9ei3",
"Docker Architecture": [
"AMD64",
"ARM64"
"AMD64"
]
}
2 changes: 1 addition & 1 deletion model/framework/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
writer = csv.writer(f)
writer.writerow(["sa_score"]) # header
for o in outputs:
writer.writerow(o)
writer.writerow([o])

os.remove("tmp_input.smi")
9 changes: 1 addition & 8 deletions output.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
},
"output": {
"outcome": [
1.0,
null,
6.0,
0.0,
5.0,
7.0,
2.0,
3.0
1.605723
]
}
}
Expand Down

0 comments on commit fdf6478

Please sign in to comment.