From 673753b6ff2735ba497cfe92d94aa181ddbdeca1 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Sat, 16 Nov 2024 15:21:12 -0700 Subject: [PATCH] docs: add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..205daa8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# pdb2fasta-wasm-rust +An example project that uses [knuckles-rs](https://github.com/ethanholz/knuckles-rs) to convert a PDB to a FASTA file based on the code found in this [pdb2fasta repo](https://github.com/kad-ecoli/pdb2fasta). This project uses `wasm-pack` and `wasm-bindgen` to generate WASM that is deployed to Cloudflare Pages. + +## Refernces +- [https://github.com/kad-ecoli/pdb2fasta](https://github.com/kad-ecoli/pdb2fasta)