8000 GitHub - OwlSception/General-Setup-Python: My General Project Setup for Python
[go: up one dir, main page]

Skip to content

OwlSception/General-Setup-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General-Setup-Python

My General Project Setup for Python

🧬 Bio Project Template

This is a general-purpose template for bioinformatics and data science projects. Includes:

  • Modular pipeline (main.py)
  • Logging
  • SQLite / JSON / CSV support
  • Sentence embedding for semantic modeling
  • Reusable configuration and scripts

🔧 Setup

# clone and create env
conda env create -f environment.yml
conda activate bio-template

# or use pip
pip install -r requirements.txt

About

My General Project Setup for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0