Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Here you can find the genbank files and metadata for the plasmids in different c
- E.coli Protein Expression Toolkit
- Molecular Diagnostics Toolkit

## Interactive Database

🧬 **[Launch the Interactive Database](https://opendnacollections.streamlit.app/)** (deployed on Streamlit Community Cloud)

The interactive database provides:
- **Search & Browse**: Find DNA parts across all collections
- **Analytics**: Visualize collection statistics and sequence properties
- **Part Details**: View detailed information including sequences
- **Data Export**: Download data in various formats

### Local Development

To run the database locally:

```bash
pip install -r requirements.txt
streamlit run streamlit_app.py
```

## Sheets Backend

The backend database for Freegenes lives here: https://docs.google.com/spreadsheets/d/1LZCXzBtgey9xv5OH7YGYgp8UMJ27Eyj1aF9IhAW6M6o/edit?pli=1#gid=954552604
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
streamlit>=1.28.0
pandas>=2.0.0
plotly>=5.15.0
biopython>=1.81
glob2
numpy
Loading