A comprehensive Quarto-based website for onboarding students to bioinformatics, with a focus on genomics and dementia research.
This toolkit contains:
- Homepage (index.qmd) - Welcome page with getting started guide
- Tools & Setup (tools-setup.qmd) - Essential genomics tools with installation instructions
- Genomics Fundamentals (genomics-fundamentals.qmd) - Core concepts for dementia research
- Tutorials & Workshops (tutorials-workshops.qmd) - Comprehensive course catalogue
- Best Practices (best-practices.qmd) - Analysis catalogue template, folder structure, documentation guide
- Resources (resources.qmd) - Databases, communities, and learning resources
ukdri-bioinformatics-toolkit/
├── _quarto.yml # Configuration file
├── custom.scss # UKDRI color theme
├── styles.css # Additional styling
├── index.qmd # Homepage
├── tools-setup.qmd # Tools & Setup page
├── genomics-fundamentals.qmd # Genomics Fundamentals page
├── tutorials-workshops.qmd # Tutorials & Workshops page
├── best-practices.qmd # Best Practices page
└── resources.qmd # Resources page
Edit custom.scss to change the color scheme:
$primary: #1e3a8a; // Deep blue
$secondary: #7c3aed; // Purple
$accent: #ec4899; // Pink/magentaLocated in best-practices.qmd - a comprehensive template for tracking all analyses with fields for:
- Analysis ID, dates, project name
- Input data, sample size
- Scripts, software versions
- Key parameters and findings
- Issues and follow-up needed
Bash script in best-practices.qmd that creates standardized project directories:
- Organized data/scripts/results structure
- Git-ready with .gitignore
- README templates
- Preserves raw data integrity
Each tool in tools-setup.qmd includes:
- What it does (plain language)
- Use cases
- Installation instructions
- Basic usage examples
tutorials-workshops.qmd contains 40+ courses organized by:
- Genomics & NGS
- Population genetics
- Workflows (Snakemake, Nextflow)
- Programming (Python, R)
- HPC and containers
- All with direct links and descriptions
- Browser Search: Use Ctrl/Cmd+F to search within pages
- Copy Code: Hover over code blocks to see copy button
- Mobile Friendly: Responsive design works on phones/tablets
- Printable: Print-friendly styles included
Created: October 2025