Skip to content
View cbp44's full-sized avatar
Block or Report

Block or report cbp44

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
cbp44/README.md

HTML5 JavaScript CSS3

Pinned Loading

  1. docker-snakemake docker-snakemake Public

    Dockerfiles to create best practice containers for running and developing Snakemake workflows

    Dockerfile 1

  2. metaseqlite metaseqlite Public

    A Python 3 compatible version of the major features of metaseq, a framework for integrated analysis and plotting of ChIP/RIP/RNA/*-seq data

    Python

  3. Convert GTF to TSS BED file Convert GTF to TSS BED file
    1
    #!/bin/sh
    2
    # Creates a sorted BED file with all transcript TSS locations with the Ensembl transcript id for the name column
    3
    # This script does this for the Mouse vM19 annotaions, but should work just fine with Human GTF as well
    4
    
                  
    5
    wget ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_mouse/release_M19/gencode.vM19.annotation.gtf.gz
  4. Create NCBI RefSeq Select BED12 file Create NCBI RefSeq Select BED12 file
    1
    ## Create NCBI RefSeq Select BED12 file
    2
    
                  
    3
    This gist shows you how to create a BED file in [BED12 format](https://ensembl.org/info/website/upload/bed.html) containing every protein-coding NCBI RefSeq Select gene with the exons annotated as blocks in the BED file.
    4
    
                  
    5
    1. First, download a TSV file of [NCBI RefSeq Select](https://www.ncbi.nlm.nih.gov/refseq/refseq_select) genes
  5. docker-copier docker-copier Public

    Alpine-based Docker container for securely running the copier template rendering software

    Dockerfile 2 1

  6. Unbound DNS block list cronjob Unbound DNS block list cronjob
    1
    #!/bin/sh
    2
    # This script updates malware and phishing filters for unbound DNS resolver
    3
    # To use it, place in /etc/cron.daily/unbound-filter-update and chmod 0755 /etc/cron.daily/unbound-filter-update
    4
    
                  
    5
    # Get filter of potentially unwanted programs (PUPs)