Skip to content
View ckandoth's full-sized avatar

Organizations

@cBioPortal @upenn @wcmcgen

Block or report ckandoth

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. mskcc/vcf2maf mskcc/vcf2maf Public

    Convert a VCF into a MAF, where each variant is annotated to only one of all possible gene isoforms

    Perl 421 219

  2. Azure stack for Illumina Dragen PAYG Azure stack for Illumina Dragen PAYG
    1
    ### Purpose
    2
    
                  
    3
    Build an Azure stack to operate NP-series VMs on Azure with Dragen's pay-as-you-go (PAYG) license.
    4
    
                  
    5
    ### Prerequisites
  3. Docker portability vs performance Docker portability vs performance
    1
    # Benchmarking Docker Base Images: Universal Portability vs. Native Microarchitecture Tuning
    2
    
                  
    3
    When deploying production bioinformatics pipelines in containers, does the choice of base operating system (**CachyOS-v3** vs. **Ubuntu 26.04 LTS** vs. **AlmaLinux 10 Kitten**) significantly impact end-to-end performance? And more critically: **can high performance be achieved without sacrificing the universal portability that containerization is meant to guarantee?**
    4
    
                  
    5
    Specialized distributions such as CachyOS optimize userland binaries and shared libraries for advanced x86 microarchitectures (e.g. `x86-64-v3` with AVX2/BMI1/BMI2/FMA or `x86-64-v4` with AVX-512). However, deploying an architecture-specific base image creates a non-portable container that will terminate immediately with `SIGILL` (Illegal Instruction) when executed on older CPUs or standard cloud compute instances (e.g., legacy AWS EC2, Google Cloud N1, or heterogeneous on-premise HPC clusters).
  4. dotfiles dotfiles Public

    My bash dotfiles

    Shell