| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseDockerfiles to create best practice containers for running and developing Snakemake workflows
Dockerfile 1
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
#!/bin/sh
# Creates a sorted BED file with all transcript TSS locations with the Ensembl transcript id for the name column
# This script does this for the Mouse vM19 annotaions, but should work just fine with Human GTF as well
wget ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_mouse/release_M19/gencode.vM19.annotation.gtf.gz
## Create NCBI RefSeq Select BED12 file
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.
1. First, download a TSV file of [NCBI RefSeq Select](https://www.ncbi.nlm.nih.gov/refseq/refseq_select) genes
Alpine-based Docker container for securely running the copier template rendering software
#!/bin/sh
# This script updates malware and phishing filters for unbound DNS resolver
# To use it, place in /etc/cron.daily/unbound-filter-update and chmod 0755 /etc/cron.daily/unbound-filter-update
# Get filter of potentially unwanted programs (PUPs)
| Back | FazBrowse Home | New Git URL |