This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
- V1.2.0
Two new tools,
- Protein secondary structure prediction tool.
- 3D protein structure viewer from a PDB file. Checkout this amazing Protien viewer package that helped us adding this tool.
- V1.1.0
- A collection of different simple tools required in BioInformatics analysis icluding source code provided in rust and python.
-
We are using Tauri for this project. Here are some prerequisites that you might need to work with a tauri project:
- Rust (Great programming language with amazing security features. Download here)
- C++ dev tools (They come bundled with microsoft visual studio)
-
Fork this repository.
- Clone your fork.
git clone https://github.com/Your_usrename/BI_Project.git
- Then run.
cd BI_Project
- Then install node modules.
npm install
- Get perview with live reloading.
npm run tauri dev
-
Make your changes and them.
-
Push changes with a clear commit message.
-
Make a pull request.
-
Moderators will review your changes and pull them to the main branch.