Skip to content

Instantly share code, notes, and snippets.

View dpmccabe's full-sized avatar

Devin McCabe dpmccabe

  • Broad Institute of MIT and Harvard
  • Cambridge, MA
View GitHub Profile
version 1.0
task PreprocessIntervals {
input {
File? intervals
File? blacklist_intervals
File ref_fasta
File ref_fasta_fai
File ref_fasta_dict
Int? padding
# based on https://github.com/Ensembl/ensembl-vep/blob/release/112/docker/Dockerfile
# but with everything installed as root (to make it easier to run on files in /cromwell_root)
ARG BRANCH=release/113
###################################################
# Stage 1 - docker container to build ensembl-vep #
###################################################
FROM ubuntu:22.04 AS builder
# Update aptitude and install some required packages
@dpmccabe
dpmccabe / ccle-public-datadict.json
Created September 18, 2025 14:04
CCLE public data dictionary
[
{
"name": "age",
"type": "integer",
"description": "age of donor at time of sampling",
"required": false,
"unique": false
},
{
"name": "age_category",