Skip to content
View ckandoth's full-sized avatar

Highlights

  • Pro

Organizations

@ding-lab @cBioPortal @upenn

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.

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

Pinned Loading

  1. dotfiles dotfiles Public

    My bash dotfiles

    Shell 2 2

  2. 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 378 218

  3. Test Illumina Dragen software on an ... Test Illumina Dragen software on an Azure NP10 VM
    1
    ### Purpose
    2
    
                  
    3
    Test an NP-series VM on Azure with Dragen's pay-as-you-go (PAYG) license
    4
    
                  
    5
    ### Prerequisites
  4. Compare the speed of containerized b... Compare the speed of containerized bwa-mem using various base images
    1
    On a Linux VM or Workstation with `docker` installed, fetch the GRCh38 FASTA, its index, and a pair of FASTQs:
    2
    ```bash
    3
    wget -P /hot/ref https://storage.googleapis.com/genomics-public-data/references/GRCh38_Verily/GRCh38_Verily_v1.genome.fa{,.fai}
    4
    wget -P /hot/reads/test https://storage.googleapis.com/data.cyri.ac/test_L001_R{1,2}_001.fastq.gz
    5
    ```