Skip to content
View nsbuitrago's full-sized avatar
🛠️
🛠️

Highlights

  • Pro

Organizations

@szablowskilab
Block or Report

Block or report nsbuitrago

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
nsbuitrago/README.md
from dataclasses import dataclass

# hey there, friends!

@dataclass
class Bioengineer:
    name: str
    bio: str
    code: list
    contact: dict

nb = Bioengineer(
    name = 'Nicolas',
    bio = 'Ph.D. student, Synthetic Biology + Machine Learning',
    code = ['Python', 'Rust', 'GO', 'TS/JS', 'C/C++'],
    contact = {
        'Homepage': 'nsbuitrago.xyz',
        'Twitter': '@NSBuitrago',
        'Mail': 'nsb5 [at] rice [dot] edu'
    }
)

Pinned

  1. vfind vfind Public

    Simple variant finding from NGS data

    Rust 1 1

  2. parasail-rs parasail-rs Public

    SIMD pairwise sequence alignment

    Rust 1

  3. libparasail-sys libparasail-sys Public

    Rust bindings for the Parasail C library

    Rust

  4. nixos-config nixos-config Public

    NixOS configuration

    Nix