A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
Tired of waiting for emacs to start on OS X? This step by step guide will
teach you how to install the latest version of emacs and configure it to start
in the background (daemon mode) and use emacsclient
as your main editor.
Download the latest pretest version of [Emacs for Mac OS X]: http://emacsformacosx.com/builds
#!/bin/bash | |
# Wrapper to run interactive job on helix hpc. | |
# @sbamin | helix | |
# usage | |
show_help() { | |
cat << EOF | |
Start interactive job on Helix: Only one job is allowed at a time. |
# 0 is too far from ` ;) | |
set -g base-index 1 | |
# Automatically set window title | |
set-window-option -g automatic-rename on | |
set-option -g set-titles on | |
#set -g default-terminal screen-256color | |
set -g status-keys vi | |
set -g history-limit 10000 |
#!/bin/bash | |
samtools=`which samtools` | |
bn=$(basename $1 .bam) | |
echo processing $bn | |
$samtools view -h -b -f99 $1 > $bn.flag99.bam | |
$samtools view -h -b -f147 $1 > $bn.flag147.bam | |
$samtools view -h -b -f163 $1 > $bn.flag163.bam | |
$samtools view -h -b -f83 $1 > $bn.flag83.bam |
This directory contains: