Skip to content

Commit

Permalink
docs: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholz committed Nov 16, 2024
1 parent 8ea79bb commit 673753b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 673753b

Please sign in to comment.