Skip to content
View Scrimas's full-sized avatar
  • 18:23 (UTC +02:00)

Block or report Scrimas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Scrimas/README.md

Ismaël PHILIPPE — Scrimas

I'm an MCB master's student in Grenoble, first year, soon to be on the Neuroscience & Neurobiology track. Getting there wasn't part of any plan — I took a neurobiology course almost as a formality, had a professor who was genuinely excited about the subject and transmitting knowledge, and that excitement turned out to be contagious enough to change my whole trajectory.

Outside of coursework I build tools from scratch, mostly bioinformatics-adjacent. Not because the libraries don't exist — because reimplementing something yourself is the fastest way to actually understand it, instead of just knowing which function to call. When I'm not doing that, I'm usually playing electric guitar, which is also the reason TabEngine exists.

Longer term, I'm aiming for a research engineer role in neuroscience, most likely somewhere in the neural regeneration / 3D imaging space (tissue clearing, light-sheet microscopy). Still a few years out, but that's the direction I'm rowing in.

Reach out: Email LinkedIn


Featured

TabEngine The most polished thing I've shipped so far. A free, open-source desktop guitar tab player for Guitar Pro files (GP3/4/5/GPX) — no account, no ads, no premium wall. I built it because Songsterr kept moving free features behind a paywall. It's licensed GPLv3 specifically so it can't be forked and resold: free now, free forever.

TabEngine screenshot TabEngine screenshot


Projects

SeqProfiler
Multi-FASTA bioinformatics pipeline in Python. ORF detection on both strands, transcription, translation, and biochemical properties (T_m, pI, extinction coefficients, molecular mass) — no BioPython. Built from scratch because I wanted to understand the math, not just call a function. Still tinkering with it — less about adding features at this point, more about using it as a reason to go deeper on both the biology and the code.

GeneticDriftSim
Wright-Fisher population genetics simulator. Tracks allele frequency drift, mutation, and fixation across generations in finite populations.


Stack

Research tooling — Python · R · NumPy · Matplotlib · CustomTkinter
TabEngine — Svelte · TypeScript · Rust · Tauri

Pinned Loading

  1. TabEngine TabEngine Public

    A desktop guitar tab player

    Svelte

  2. GeneticDriftSim GeneticDriftSim Public

    Python

  3. SeqProfiler SeqProfiler Public

    Python