Skip to content
View mattgalbraith's full-sized avatar
  • Linda Crnic Institute for Down Syndrome
  • University of Colorado Anschutz Medical Campus

Highlights

  • Pro

Organizations

@include-dcc
Block or Report

Block or report mattgalbraith

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

  1. homer-docker-singularity homer-docker-singularity Public

    Build Docker container for Homer software and optionally convert to Singularity/Apptainer for running on HPC system

    Dockerfile

  2. BaSH_seq BaSH_seq Public

    This pipeline processes high-throughput sequencing data (PE/SE) through QC,trim/filter,alignment,counting etc via sequential stages, with individual samples run in parallel via submission to a Slur…

    Shell 1

  3. hisat2-docker-singularity hisat2-docker-singularity Public

    Build Docker container for HISAT2 and (optionally) convert to Apptainer/Singularity.

    Dockerfile 1

  4. Default theme for ggplot Default theme for ggplot
    1
    ## Setting and modifying default theme for plots
    2
    theme_set(theme_gray(base_size=12, base_family="Arial") +
    3
                theme(
    4
                  panel.border=element_rect(colour="black", fill="transparent"), 
    5
                  plot.title=element_text(face="bold", hjust=0),